HomeSort by relevance Sort by last modified time
    Searched refs:PRIX8 (Results 76 - 87 of 87) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 123 #define PRIx8 "x" /* uint8_t */
141 #define PRIX8 "X" /* uint8_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 123 #define PRIx8 "x" /* uint8_t */
141 #define PRIX8 "X" /* uint8_t */
  /external/bison/lib/
inttypes.in.h 99 #if !defined PRIx8 || @PRI_MACROS_BROKEN@
100 # undef PRIx8
102 # define PRIx8 "x"
105 #if !defined PRIX8 || @PRI_MACROS_BROKEN@
106 # undef PRIX8
108 # define PRIX8 "X"
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 239 #ifndef PRIx8
240 #error PRIx8 not defined
295 #ifndef PRIX8
296 #error PRIX8 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 239 #ifndef PRIx8
240 #error PRIx8 not defined
295 #ifndef PRIX8
296 #error PRIX8 not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 115 #if !defined PRIx8 || PRI_MACROS_BROKEN
116 # undef PRIx8
117 # define PRIx8 "x"
119 #if !defined PRIX8 || PRI_MACROS_BROKEN
120 # undef PRIX8
121 # define PRIX8 "X"
526 return PRIx8;
528 return PRIX8;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 483 #ifndef PRIx8
484 #error PRIx8 not defined
539 #ifndef PRIX8
540 #error PRIX8 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 483 #ifndef PRIx8
484 #error PRIx8 not defined
539 #ifndef PRIX8
540 #error PRIX8 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 124 # define PRIx8 "x"
140 # define PRIX8 "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 124 # define PRIx8 "x"
140 # define PRIX8 "X"
  /external/bison/darwin-lib/
inttypes.h 411 #if !defined PRIx8 || 0
412 # undef PRIx8
414 # define PRIx8 "x"
417 #if !defined PRIX8 || 0
418 # undef PRIX8
420 # define PRIX8 "X"
    [all...]
  /external/bison/linux-lib/
inttypes.h 411 #if !defined PRIx8 || 0
412 # undef PRIx8
414 # define PRIx8 "x"
417 #if !defined PRIX8 || 0
418 # undef PRIX8
420 # define PRIX8 "X"
    [all...]

Completed in 341 milliseconds

1 2 34