HomeSort by relevance Sort by last modified time
    Searched defs:PRIx32 (Results 76 - 83 of 83) sorted by null

1 2 34

  /external/bison/lib/
inttypes.in.h 171 #if !defined PRIx32 || @PRI_MACROS_BROKEN@
172 # undef PRIx32
174 # define PRIx32 "x"
177 #if !defined PRIX32 || @PRI_MACROS_BROKEN@
178 # undef PRIX32
180 # define PRIX32 "X"
  /external/bison/linux-lib/
inttypes.h 483 #if !defined PRIx32 || 0
484 # undef PRIx32
486 # define PRIx32 "x"
489 #if !defined PRIX32 || 0
490 # undef PRIX32
492 # define PRIX32 "X"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
inttypes.h 113 #define PRIx32 "x"
114 #define PRIX32 "X"
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 120 #define PRIx32 "I32x"
121 #define PRIX32 "I32X"
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 128 #define PRIx32 "x"
129 #define PRIX32 "X"
  /external/mesa3d/include/c99/
inttypes.h 120 #define PRIx32 "I32x"
121 #define PRIX32 "I32X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 126 # define PRIx32 "x"
142 # define PRIX32 "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 126 # define PRIx32 "x"
142 # define PRIX32 "X"

Completed in 327 milliseconds

1 2 34