| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | util_externs.h | 15 size_t malloc_vsnprintf(char *str, size_t size, const char *format, 17 size_t malloc_snprintf(char *str, size_t size, const char *format, ...) 20 const char *format, va_list ap); 22 const char *format, ...) JEMALLOC_FORMAT_PRINTF(3, 4); 23 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
| /third_party/ulib/ngunwind/src/mi/ |
| A D | common.c | 42 edi->di_cache.format = -1; in unwi_invalidate_edi() 43 edi->di_debug.format = -1; in unwi_invalidate_edi() 45 edi->di_arm.format = -1; in unwi_invalidate_edi() 58 edi->di_cache.format = -1; in unwi_invalidate_as_edi() 59 edi->di_debug.format = -1; in unwi_invalidate_as_edi()
|
| A D | Gdyn-extract.c | 36 pi->format = di->format; in unwi_extract_dynamic_proc_info() 37 switch (di->format) in unwi_extract_dynamic_proc_info()
|
| A D | Gput_dynamic_unwind_info.c | 32 switch (pi->format) in unwi_put_dynamic_unwind_info()
|
| A D | Gdyn-remote.c | 129 switch (di->format) in free_dyn_info() 160 switch (di->format) in intern_dyn_info() 253 || fetch32 (as, a, &addr, &di->format, arg) < 0) in unwi_dyn_remote_find_proc_info()
|
| A D | Gget_proc_name.c | 66 switch (di->format) in get_proc_name()
|
| /third_party/ulib/jemalloc/test/src/ |
| A D | test.c | 10 test_skip(const char *format, ...) in test_skip() argument 14 va_start(ap, format); in test_skip() 15 malloc_vcprintf(NULL, NULL, format, ap); in test_skip() 23 test_fail(const char *format, ...) in test_fail() argument 27 va_start(ap, format); in test_fail() 28 malloc_vcprintf(NULL, NULL, format, ap); in test_fail()
|
| /third_party/ulib/ngunwind/src/ |
| A D | fuchsia.c | 95 if ((edi->di_cache.format != -1 in get_unwind_info() 97 || (edi->di_debug.format != -1 in get_unwind_info() 125 if (edi->di_cache.format != -1 in get_unwind_info() 127 edi->di_cache.format = -1; in get_unwind_info() 129 if (edi->di_debug.format != -1 in get_unwind_info() 131 edi->di_debug.format = -1; in get_unwind_info() 133 if (edi->di_cache.format == -1 in get_unwind_info() 134 && edi->di_debug.format == -1) in get_unwind_info() 157 if (ret == -UNW_ENOINFO && cxt->edi.di_cache.format != -1) in remote_find_proc_info() 160 if (ret == -UNW_ENOINFO && cxt->edi.di_debug.format != -1) in remote_find_proc_info()
|
| /third_party/tools/android/avb/ |
| A D | avbtool | 690 format(file_hdr_sz)) 693 format(chunk_hdr_sz)) 740 format(data_sz)) 768 'file.'.format(junk_len)) 1063 o.write(' Tag: {}\n'.format(self.tag)) 1365 format(image_filename)) 1372 format(image_filename)) 2083 .format(partition_size, 2242 .format(alg_name, image.filename)) 2999 print '{}'.format(max_image_size) [all …]
|
| /third_party/ulib/jemalloc/src/ |
| A D | util.c | 394 f = format; in malloc_vsnprintf() 598 va_start(ap, format); in malloc_snprintf() 599 ret = malloc_vsnprintf(str, size, format, ap); in malloc_snprintf() 607 const char *format, va_list ap) in malloc_vcprintf() argument 622 malloc_vsnprintf(buf, sizeof(buf), format, ap); in malloc_vcprintf() 633 const char *format, ...) in malloc_cprintf() argument 637 va_start(ap, format); in malloc_cprintf() 638 malloc_vcprintf(write_cb, cbopaque, format, ap); in malloc_cprintf() 645 malloc_printf(const char *format, ...) in malloc_printf() argument 649 va_start(ap, format); in malloc_printf() [all …]
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | mem.c | 243 int BIO_snprintf(char *buf, size_t n, const char *format, ...) { in BIO_snprintf() argument 245 va_start(args, format); in BIO_snprintf() 246 int ret = BIO_vsnprintf(buf, n, format, args); in BIO_snprintf() 251 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) { in BIO_vsnprintf() argument 252 return vsnprintf(buf, n, format, args); in BIO_vsnprintf()
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | accygwin.h | 100 vsnprintf (char *s, size_t n, const char *format, va_list ap); 103 snprintf (char *s, size_t n, const char *format, ...);
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfind_proc_info-lsb.c | 501 di->format = UNW_INFO_FORMAT_TABLE; in dwarf_find_debug_frame() 720 cb_data.di.format = -1; in dwarf_find_proc_info() 721 cb_data.di_debug.format = -1; in dwarf_find_proc_info() 738 if (cb_data.di.format != -1) in dwarf_find_proc_info() 811 static int is_remote_table(int format) in is_remote_table() argument 814 format == UNW_INFO_FORMAT_IP_OFFSET); in is_remote_table() 833 assert (is_remote_table(di->format) in dwarf_search_unwind_table() 834 || di->format == UNW_INFO_FORMAT_TABLE); in dwarf_search_unwind_table() 837 if (is_remote_table(di->format)) in dwarf_search_unwind_table() 861 if (di->format == UNW_INFO_FORMAT_IP_OFFSET) { in dwarf_search_unwind_table() [all …]
|
| A D | Gfind_unwind_table.c | 207 edi->di_cache.format = UNW_INFO_FORMAT_REMOTE_TABLE; in dwarf_find_unwind_table() 223 edi->di_arm.format = UNW_INFO_FORMAT_ARM_EXIDX; in dwarf_find_unwind_table() 446 edi->di_cache.format = UNW_INFO_FORMAT_REMOTE_TABLE; in dwarf_as_find_unwind_table() 463 edi->di_arm.format = UNW_INFO_FORMAT_ARM_EXIDX; in dwarf_as_find_unwind_table()
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | libunwind_i.h | 203 # define Debug(level,format...) \ argument 211 fprintf (stderr, format); \ 214 # define Dprintf(format...) fprintf (stderr, format) argument 216 # define Debug(level,format...) argument 217 # define Dprintf(format...) argument
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | mem.h | 124 OPENSSL_EXPORT int BIO_snprintf(char *buf, size_t n, const char *format, ...) 128 OPENSSL_EXPORT int BIO_vsnprintf(char *buf, size_t n, const char *format,
|
| /third_party/ulib/ngunwind/src/arm/ |
| A D | Gex_tables.c | 392 && di->format == UNW_INFO_FORMAT_ARM_EXIDX) in tdep_search_unwind_table() 447 pi->format = UNW_INFO_FORMAT_ARM_EXIDX; in tdep_search_unwind_table() 452 && di->format != UNW_INFO_FORMAT_ARM_EXIDX) in tdep_search_unwind_table() 491 cb_data->di.format = UNW_INFO_FORMAT_ARM_EXIDX; in arm_phdr_cb() 520 cb_data.di.format = -1; in arm_find_proc_info() 521 cb_data.di_debug.format = -1; in arm_find_proc_info() 531 if (cb_data.di_debug.format != -1) in arm_find_proc_info() 545 cb_data.di.format = -1; in arm_find_proc_info() 551 if (cb_data.di.format != -1) in arm_find_proc_info()
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_defs.h.in | 7 /* Defined if format(gnu_printf, ...) attribute is supported. */ 10 /* Defined if format(printf, ...) attribute is supported. */
|
| A D | jemalloc_macros.h | 99 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) 101 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
|
| A D | jemalloc_macros.h.in | 37 * definition is intentionally specified in raw decimal format to support 99 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) 101 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 125 char *format; in printfcmd() local 133 format = *argv; in printfcmd() 135 if (!format) in printfcmd() 153 for (fmt = format; (ch = *fmt++) ;) { in printfcmd()
|
| /third_party/ulib/lz4/ |
| A D | README.md | 10 …ncapsulates lz4-compressed blocks into the [official interoperable frame format]. In order to work… 21 [official interoperable frame format]: ../lz4_Frame_format.md
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_osdep.h | 72 #define DEBUGOUT(format, ...) \ argument 73 zxlogf(TRACE, "%s %d: " format, __FUNCTION__, __LINE__, ##__VA_ARGS__)
|
| /third_party/lib/acpica/ |
| A D | rules.mk | 12 -Wno-format-signedness
|
| /third_party/tools/android/ |
| A D | mkbootimg | 88 format(self.maxlen, len(values))) 172 print('0x' + ''.join('{:02x}'.format(c) for c in img_id))
|