Searched refs:PRIu32 (Results 1 - 25 of 42) sorted by relevance

12

/external/elfutils/0.153/libebl/
H A Deblobjnotetypename.c75 snprintf (buf, len, "Version: %" PRIu32, type);
94 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
H A Deblcorenotetypename.c107 snprintf (buf, len, "%s: %" PRIu32, gettext ("<unknown>"), type);
H A Deblobjnote.c229 printf ("%" PRIu32, buf[cnt]);
/external/strace/
H A Dptp.c54 tprintf(", {start={%" PRId64 ", %" PRIu32 "}"
55 ", period={%" PRId64 ", %" PRIu32 "}"
85 tprintf("{%" PRId64 ", %" PRIu32 "}",
88 tprintf(", {%" PRId64 ", %" PRIu32 "}",
H A Dloop.c103 "sizelimit=%" PRIu64 ", number=%" PRIu32,
111 tprintf("offset=%#" PRIx64 ", number=%" PRIu32,
120 tprintf(", encrypt_key_size=%" PRIu32,
H A Dresource.c92 sprintf(buf, "%" PRIu32 "*1024", lim / 1024);
94 sprintf(buf, "%" PRIu32, lim);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dattr.c97 WRITE_ASS(type, PRIu32);
98 WRITE_ASS(size, PRIu32);
125 WRITE_ASS(wakeup_events, PRIu32);
126 WRITE_ASS(bp_type, PRIu32);
131 WRITE_ASS(sample_stack_user, PRIu32);
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h43 #define PRIu32 "u" macro
/external/elfutils/0.153/libasm/
H A Dasm_adduleb128.c52 fprintf (asmscn->ctx->out.file, "\t.uleb128\t%" PRIu32 "\n", num);
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_dump.c117 printf(" \"num_allocs\": %"PRIu32",\n", stats.num_allocs);
118 printf(" \"num_stacks\": %"PRIu32",\n", stats.num_stack_traces);
156 printf("\"%"PRIxPTR"\": {\"l\": %zu, \"f\": %"PRIu32", \"s\": \"%zx\"}",
163 "ERROR: inconsistent alloc count (%"PRIu32" vs %"PRIu32").\n",
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Ddisplay_snapshot_dri.cc119 "[type=%d, connector=%" PRIu32 ", crtc=%" PRIu32 ", mode=%s, dim=%s]",
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_linux.cc54 "cpu%" PRIu32 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64,
/external/valgrind/main/none/tests/s390x/
H A Dclcl.c147 printf("cc: %"PRIu32", len1: %"PRIu32", len2: %"PRIu32
H A Dmvcl.c165 printf("cc: %"PRIu32", len1: %"PRIu32", len2: %"PRIu32
/external/jemalloc/test/include/test/
H A Dtest.h175 !=, PRIu32, __VA_ARGS__)
177 ==, PRIu32, __VA_ARGS__)
179 >=, PRIu32, __VA_ARGS__)
181 >, PRIu32, __VA_ARGS__)
183 <, PRIu32, __VA_ARGS__)
185 <=, PRIu32, __VA_ARGS__)
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h106 #define PRIu32 "u" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h119 #define PRIu32 "I32u" macro
/external/mesa3d/include/c99/
H A Dinttypes.h119 #define PRIu32 "I32u" macro
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dinternal.h171 #define BN_DEC_FMT1 "%" PRIu32
172 #define BN_DEC_FMT2 "%09" PRIu32
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h98 #ifndef PRIu32
99 #define PRIu32 "u" macro
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_txt.c176 "\n TLS session ticket lifetime hint: %" PRIu32 " (seconds)",
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h127 #define PRIu32 "u" macro
/external/bison/lib/
H A Dinttypes.in.h165 #if !defined PRIu32 || @PRI_MACROS_BROKEN@
166 # undef PRIu32 macro
168 # define PRIu32 "u" macro
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp191 #ifndef PRIu32
192 #error PRIu32 not defined
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc219 printf("exception thread ID: %" PRIu32 " (%#" PRIx32 ")\n",

Completed in 905 milliseconds

12