Searched refs:SCNxPTR (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/base/debug/
H A Dproc_maps_linux.cc18 // In 32-bit mode, Bionic's inttypes.h defines PRI/SCNxPTR as an
22 #undef SCNxPTR macro
23 #define SCNxPTR "x" macro
128 if (sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %4c %llx %hhx:%hhx %ld %n",
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h245 #define SCNxPTR "I64x" macro
257 #define SCNxPTR "x" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h255 # define SCNxPTR "I64x" macro
260 # define SCNxPTR "lx" macro
/external/mesa3d/include/c99/
H A Dinttypes.h255 # define SCNxPTR "I64x" macro
260 # define SCNxPTR "lx" macro
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h263 # define SCNxPTR "I64x" macro
268 # define SCNxPTR "lx" macro
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_dump.c79 int ret = sscanf(line, "%"SCNxPTR"-%"SCNxPTR" rw-p %*s %*s %*s %31s",
/external/bison/lib/
H A Dinttypes.in.h1040 #if !defined SCNxPTR || @PRI_MACROS_BROKEN@
1041 # undef SCNxPTR macro
1043 # define SCNxPTR @PRIPTR_PREFIX@ "x" macro
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp627 #ifndef SCNxPTR
628 #error SCNxPTR not defined
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp871 #ifndef SCNxPTR
872 #error SCNxPTR not defined
/external/bison/darwin-lib/
H A Dinttypes.h1352 #if !defined SCNxPTR || 0
1353 # undef SCNxPTR macro
1355 # define SCNxPTR "l" "x" macro
/external/bison/linux-lib/
H A Dinttypes.h1352 #if !defined SCNxPTR || 0
1353 # undef SCNxPTR macro
1355 # define SCNxPTR "l" "x" macro

Completed in 5332 milliseconds