/third_party/libsnd/src/ |
H A D | ogg_speex.c | 134 psf->sf.format = SF_FORMAT_OGG | SF_FORMAT_SPEEX ; in ogg_speex_open()
|
H A D | g72x.c | 93 switch (SF_CODEC (psf->sf.format)) in g72x_init()
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 205 #define LWS_FORMAT(string_index) __attribute__ ((format(printf, string_index, string_index+1)))
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 201 * \param format: format string 202 * \param ...: args for format 208 lws_snprintf(char *str, size_t size, const char *format, ...) LWS_FORMAT(3);
|
/third_party/mbedtls/library/ |
H A D | Makefile | 28 WARNING_CFLAGS ?= -Wall -Wextra -Wformat=2 -Wno-format-nonliteral
|
/third_party/libbpf/scripts/ |
H A D | sync-kernel.sh | 82 # - author date in ISO8601 format 265 git format-patch --no-signature ${SQUASH_BASE_TAG}..${SQUASH_TIP_TAG} --cover-letter -o ${TMP_DIR}/patches
|
/third_party/json/ |
H A D | Makefile | 142 # Code format and source amalgamation 170 for FILE in $(SRCS) $(TESTS_SRCS) $(AMALGAMATED_FILE) docs/examples/*.cpp; do echo $$FILE; clang-format -i $$FILE; done
|
/third_party/lame/mpglib/ |
H A D | interface.c | 48 extern void lame_report_def(const char* format, va_list args); 636 * If free format, scan stream looking for next frame to determine in decodeMP3_clipchoice() 640 /* free format. bitrate must not vary */ in decodeMP3_clipchoice()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compiler.h | 307 enum agx_format format; member 325 /* Shift for a bitwise or memory op (conflicts with format for memory ops) */
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | texture9.c | 127 info->format = pf; in NineTexture9_ctor()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 648 * The resource must be of the same format. 660 * Scaling, format conversion, up- and downsampling (resolve) are allowed. 712 * renderable format. Data provided in the resource's format. 902 * Creates a video codec for a specific video format/profile 1098 enum pipe_format format,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.h | 58 * format conversions in pixel shaders that we have to do manually, and write 328 * \ref log_size, \ref format, and the number of channels are interpreted as 331 * Note: all bits 0 (size = 1 byte, num channels = 1, format = float) is an 332 * impossible format and indicates that no fixup is needed (just use 339 uint8_t format : 3; /* AC_FETCH_FORMAT_xxx */ member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer.c | 593 sbuf->b.format = PIPE_FORMAT_R8_UNORM; /* ?? */ in svga_user_buffer_create()
|
H A D | svga_pipe_sampler.c | 28 #include "util/format/u_format.h" 130 * Translate filtering state to vgpu10 format. 471 if (util_format_is_srgb(views[i]->format)) in svga_set_sampler_views()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pass.c | 381 attachment->vk_format = desc->format; in pvr_CreateRenderPass2()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfstruncate.c | 104 __attribute__((format(printf, 1, 2)))
|
/third_party/nghttp2/ |
H A D | git-clang-format | 3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===# 13 clang-format git integration 16 This file provides a clang-format integration for git. Put it somewhere in your 17 path and ensure that it is executable. Then, "git clang-format" will invoke 18 clang-format on the changes in current files or a specific commit. 21 git clang-format -h 35 usage = 'git clang-format [OPTIONS] [<commit>] [--] [<file>...]' 38 Run clang-format on all lines that differ between the working directory 49 # Name of the temporary index file in which save the output of clang-format. 51 temp_index_basename = 'clang-format [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_clear.c | 58 #include "util/format/u_format.h" 343 * We can't translate the clear color to the colorbuffer format, in clear_with_quad() 453 util_format_colormask(util_format_description(rb->surface->format)); in st_Clear() 534 /* We can't translate the clear color to the colorbuffer format, in st_Clear()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
H A D | nghttp3.h | 1530 typedef void (*nghttp3_debug_vprintf_callback)(const char *format,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_capi.cpp | 366 auto localResult = formatter->fFormatter.format(std::move(number->fNumber), *ec); in usnumf_format()
|
H A D | numrange_impl.cpp | 158 void NumberRangeFormatterImpl::format(UFormattedNumberRangeData& data, bool equalBeforeRounding, UErrorCode& status) const { in format() function in NumberRangeFormatterImpl 255 // Re-format using the approximately formatter: in formatApproximately()
|
H A D | numrange_fluent.cpp | 332 impl->format(results, equalBeforeRounding, status); in formatImpl()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | specifiers.py | 328 return "{}{}".format(*self._spec)
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | graceful-fs.js | 37 var m = util.format.apply(util, arguments)
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_drm.c | 381 .format = pCreateInfo->imageFormat, in wsi_configure_native_image()
|