/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | tfrc.h | 21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) 23 #define tfrc_pr_debug(format, a...)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | plane.h | 46 u32 format; member 76 int tegra_plane_format(u32 fourcc, u32 *format, u32 *swap); 77 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar);
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | tfrc.h | 21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) 23 #define tfrc_pr_debug(format, a...)
|
/kernel/liteos_a/testsuites/unittest/libc/io/smoke/ |
H A D | IO_test_008.cpp | 33 static INT32 Vdpfunc(int fd, char *format, ...) in Vdpfunc() argument 38 va_start(aptr, format); in Vdpfunc() 39 ret = vdprintf(fd, format, aptr); in Vdpfunc()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vidstabutils.c | 47 av_log(ctx, AV_LOG_ERROR, "cannot deal with pixel format %i\n", pf); in ff_av2vs_pixfmt() 58 static int vs2av_log(int type, const char *tag, const char *format, ...) in vs2av_log() argument 70 va_start(ap, format); in vs2av_log() 71 av_vlog(&ctx, type, format, ap); in vs2av_log()
|
/third_party/fsverity-utils/programs/ |
H A D | utils.h | 26 __printf(1, 2) __cold void error_msg(const char *format, ...); 27 __printf(1, 2) __cold void error_msg_errno(const char *format, ...); 28 __printf(1, 2) __cold __noreturn void fatal_error(const char *format, ...);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | selfmt.h | 43 * object provided to the format method is a string that's matched 53 * <p>The main use case for the select format is gender based inflection. 122 * the form of the participle, uses a select format based on argument 1:</p> 152 * the <code>format</code> method matches no other keyword. 172 * msgFmt->format(args1, 2, result, ignore, status); 214 * Sets the pattern used by this select format. 218 * @param pattern the pattern for this select format 227 using Format::format; 242 UnicodeString& format(const UnicodeString& keyword, 295 UnicodeString& format(cons [all...] |
H A D | format.h | 64 * "$#,##0.00;($#,##0.00)", which is a common US English format for 75 * NumberFormat which allows the user to format different number ranges 79 * format a string containing with multiple values. For instance, 86 * the Format cannot format the type of object, otherwise if there is 136 * @param obj The object to format. 143 UnicodeString& format(const Formattable& obj, 154 * @param obj The object to format. 163 virtual UnicodeString& format(const Formattable& obj, 174 * @param obj The object to format. 178 * of fields generated by this format cal [all...] |
/third_party/NuttX/include/ |
H A D | syslog.h | 191 * remaining arguments are a format, as in printf and any arguments to the 192 * format. 203 int syslog(int priority, const char *format, ...); 212 * remaining arguments are a format, as in printf and any arguments to the 213 * format. 234 int lowsyslog(int priority, FAR const char *format, ...); 235 int lowvsyslog(int priority, FAR const char *format, va_list ap);
|
/third_party/libsnd/src/ |
H A D | new.c | 69 if ((SF_CONTAINER (psf->sf.format)) != SF_FORMAT_WVE) in new_open() 72 subformat = SF_CODEC (psf->sf.format) ; in new_open() 105 psf->sf.format = SF_FORMAT_WVE | SF_FORMAT_ALAW ; in new_read_header()
|
/third_party/libdrm/ |
H A D | gen_table_fourcc.py | 27 # simpler format token modifiers 42 f.write(' {{ DRM_MODIFIER_INTEL({}, {}) }},\n'.format(f_mod, f_mod)) 46 f.write(' {{ DRM_MODIFIER({}, {}, {}) }},\n'.format(vendor, mod, f_name)) 80 f.write(" {{ DRM_FORMAT_MOD_VENDOR_{}, \"{}\" }},\n".format(entry, entry))
|
/third_party/lame/libmp3lame/ |
H A D | lame_global_flags.h | 53 int free_format; /* use free format? default=0 */ 153 void (*msgf) (const char *format, va_list ap); 154 void (*debugf) (const char *format, va_list ap); 155 void (*errorf) (const char *format, va_list ap);
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | fd5_layout_test.c | 39 .format = PIPE_FORMAT_R9G9B9E5_FLOAT, 61 .format = PIPE_FORMAT_R9G9B9E5_FLOAT, 82 .format = PIPE_FORMAT_R32G32_FLOAT,
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.h | 59 int32_t format = PIXEL_FMT_RGBA_8888; in ANativeWindow_getFormat() local 60 int32_t res = NativeWindowHandleOpt(window, GET_FORMAT, &format); in ANativeWindow_getFormat() 61 return res == 0 ? format : res; in ANativeWindow_getFormat()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_util.c | 37 const char *file, int line, const char *format, ...) in __anv_perf_warn() 42 va_start(ap, format); in __anv_perf_warn() 43 vsnprintf(buffer, sizeof(buffer), format, ap); in __anv_perf_warn() 35 __anv_perf_warn(struct anv_device *device, const struct vk_object_base *object, const char *file, int line, const char *format, ...) __anv_perf_warn() argument
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | selfmt.h | 43 * object provided to the format method is a string that's matched 53 * <p>The main use case for the select format is gender based inflection. 122 * the form of the participle, uses a select format based on argument 1:</p> 152 * the <code>format</code> method matches no other keyword. 172 * msgFmt->format(args1, 2, result, ignore, status); 214 * Sets the pattern used by this select format. 218 * @param pattern the pattern for this select format 227 using Format::format; 242 UnicodeString& format(const UnicodeString& keyword, 295 UnicodeString& format(cons [all...] |
H A D | format.h | 64 * "$#,##0.00;($#,##0.00)", which is a common US English format for 75 * NumberFormat which allows the user to format different number ranges 79 * format a string containing with multiple values. For instance, 86 * the Format cannot format the type of object, otherwise if there is 136 * @param obj The object to format. 143 UnicodeString& format(const Formattable& obj, 154 * @param obj The object to format. 163 virtual UnicodeString& format(const Formattable& obj, 174 * @param obj The object to format. 178 * of fields generated by this format cal [all...] |
/third_party/libexif/libexif/ |
H A D | exif-log.h | 78 const char *format, va_list args, void *data); 91 const char *format, ...) 107 const char *format, va_list args);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_resource.c | 34 enum pipe_format format = prsc->format; in fd4_setup_slices() local 60 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fd4_setup_slices()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vswscanf.c | 24 int get_str_value(const wchar_t *buffer, const wchar_t *format, ...) in get_str_value() argument 28 va_start(args, format); in get_str_value() 29 vswscanf(buffer, format, args); in get_str_value()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | ifndef.rs | 5 let ifndef = format!("#ifndef {}", guard); 6 let define = format!("#define {}", guard); 7 let endif = format!("#endif // {}", guard);
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | ifndef.rs | 5 let ifndef = format!("#ifndef {}", guard); 6 let define = format!("#define {}", guard); 7 let endif = format!("#endif // {}", guard);
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | ifndef.rs | 5 let ifndef = format!("#ifndef {}", guard); 6 let define = format!("#define {}", guard); 7 let endif = format!("#endif // {}", guard);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_copy_conversion_table.py | 7 # Code generation for ES3 valid copy conversions table format map. 23 // Determining the sized internal format from a (format,type) pair. 24 // Also check es3 format combinations for validity. 64 framebuffer_format_cases += template_simple_case.format(key=framebuffer_format) 65 return template_format_case.format( 104 output_cpp = template_cpp.format(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO.cpp | 44 dbgs() << "jitLink_MachO: magic = " << format("0x%08" PRIx32, Magic) in jitLink_MachO() 62 << format("0x%08" PRIx32, Header.cputype) in jitLink_MachO() 63 << ", cpusubtype = " << format("0x%08" PRIx32, Header.cpusubtype) in jitLink_MachO()
|