Home
last modified time | relevance | path

Searched defs:fmt (Results 551 - 575 of 1367) sorted by relevance

1...<<21222324252627282930>>...55

/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_disasm.c39 append(struct disasm_state *disasm, const char *fmt, ...) in append() argument
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error() argument
49 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_warning() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp161 ir_builder_print_visitor::print_with_indent(const char *fmt, ...) in print_with_indent() argument
173 ir_builder_print_visitor::print_without_indent(const char *fmt, ...) in print_without_indent() argument
/third_party/ltp/lib/
H A Dtst_buffers.c80 char *tst_aprintf(const char *fmt, ...) in tst_aprintf() argument
H A Dtst_safe_file_at.c86 tst_file_vprintfat(const int dirfd, const char *const path, const char *const fmt, va_list va) tst_file_vprintfat() argument
107 tst_file_printfat(const int dirfd, const char *const path, const char *const fmt, ...) tst_file_printfat() argument
120 safe_file_vprintfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, va_list va) safe_file_vprintfat() argument
160 safe_file_printfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, ...) safe_file_printfat() argument
[all...]
H A Dsafe_file_ops.c37 int tst_count_scanf_conversions(const char *fmt) in tst_count_scanf_conversions() argument
69 file_scanf(const char *file, const int lineno, const char *path, const char *fmt, ...) file_scanf() argument
120 safe_file_scanf(const char *file, const int lineno, void (*cleanup_fn) (void), const char *path, const char *fmt, ...) safe_file_scanf() argument
168 file_lines_scanf(const char *file, const int lineno, void (*cleanup_fn)(void), int strict, const char *path, const char *fmt, ...) file_lines_scanf() argument
212 file_printf(const char *file, const int lineno, const char *path, const char *fmt, ...) file_printf() argument
253 safe_file_vprintf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, va_list va) safe_file_vprintf() argument
280 safe_file_printf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, ...) safe_file_printf() argument
290 safe_try_file_printf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, ...) safe_try_file_printf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c132 enum pipe_format fmt = resource->format; in texture_transfer_map_resolve() local
76 virgl_init_temp_resource_from_box(struct pipe_resource *res, struct pipe_resource *orig, const struct pipe_box *box, unsigned level, unsigned flags, enum pipe_format fmt) virgl_init_temp_resource_from_box() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dxvmc_private.h109 static inline void XVMC_MSG(int level, const char *fmt, ...) in XVMC_MSG() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmftalloc.c97 static void err_exit(const char *fmt, ...) in err_exit() argument
/third_party/musl/libc-test/src/math/gen/
H A Dgen.c44 char *fmt; member
169 scan1(long double *x, char *s, int fmt) scan1() argument
189 scan(const char *fmt, struct t *t, char *buf) scan() argument
269 print1(char *buf, int n, long double x, int fmt) print1() argument
289 print(const char *fmt, struct t *t, char *buf, int n) print() argument
[all...]
/third_party/musl/src/stdio/
H A Dvfwscanf.c86 int vfwscanf(FILE *restrict f, const wchar_t *restrict fmt, va_list ap) in vfwscanf() argument
H A Dvfscanf.c61 int vfscanf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfscanf() argument
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c61 int vfscanf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfscanf() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dquantityformatter.cpp117 format( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const format() argument
143 selectPlural( const Formattable &number, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &formattedNumber, FieldPosition &pos, UErrorCode &status) selectPlural() argument
179 formatAndSelect( double quantity, const NumberFormat& fmt, const PluralRules& rules, FormattedStringBuilder& output, StandardPlural::Form& pluralForm, UErrorCode& status) formatAndSelect() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c201 enum pipe_format fmt = inputs->rt_formats[i]; in pan_shader_compile() local
H A Dpan_props.c237 panfrost_supports_compressed_format(struct panfrost_device *dev, unsigned fmt) in panfrost_supports_compressed_format() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c104 enum pipe_format fmt = vk_format_to_pipe_format(pCreateInfo->format); in panvk_image_select_mod() local
H A Dpanvk_vX_shader.c114 enum pipe_format fmt = rt_state->format; in panvk_lower_blend() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h81 LP_DBG( unsigned flag, const char *fmt, ... ) in LP_DBG() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragtex.c49 const struct nv30_texfmt *fmt = nv30_texfmt(pscreen, sv->pipe.format); in nv30_fragtex_validate() local
[all...]
H A Dnv30_texture.c208 swizzle(const struct nv30_texfmt *fmt, unsigned cmp, unsigned swz) in swizzle() argument
222 const struct nv30_texfmt *fmt = nv30_texfmt(pipe->screen, tmpl->format); in nv30_sampler_view_create() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c31 nv50_tic_swizzle(const struct nv50_format *fmt, unsigned swz, bool tex_int) in nv50_tic_swizzle() argument
67 const struct nv50_format *fmt; in nv50_create_texture_view() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dpptest.cpp187 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf); in TestFieldPosition_example() local
H A Dsimpleformattertest.cpp101 SimpleFormatter fmt; in TestOneArgument() local
152 SimpleFormatter fmt; TestManyArguments() local
351 SimpleFormatter fmt; TestFormatReplaceNoOptimization() local
381 SimpleFormatter fmt; TestFormatReplaceNoOptimizationLeadingText() local
411 SimpleFormatter fmt; TestFormatReplaceOptimization() local
441 SimpleFormatter fmt; TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
471 SimpleFormatter fmt; TestFormatReplaceOptimizationNoOffsets() local
[all...]
H A Dselfmts.cpp228 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest() local

Completed in 12 milliseconds

1...<<21222324252627282930>>...55