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

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 105 #define PRIu8 "u" /* uint8_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 105 #define PRIu8 "u" /* uint8_t */
  /external/bison/lib/
inttypes.in.h 93 #if !defined PRIu8 || @PRI_MACROS_BROKEN@
94 # undef PRIu8
96 # define PRIu8 "u"
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 183 #ifndef PRIu8
184 #error PRIu8 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 183 #ifndef PRIu8
184 #error PRIu8 not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 111 #if !defined PRIu8 || PRI_MACROS_BROKEN
112 # undef PRIu8
113 # define PRIu8 "u"
524 return PRIu8;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 427 #ifndef PRIu8
428 #error PRIu8 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 427 #ifndef PRIu8
428 #error PRIu8 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 108 # define PRIu8 "u"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 108 # define PRIu8 "u"
  /external/bison/darwin-lib/
inttypes.h 405 #if !defined PRIu8 || 0
406 # undef PRIu8
408 # define PRIu8 "u"
    [all...]
  /external/bison/linux-lib/
inttypes.h 405 #if !defined PRIu8 || 0
406 # undef PRIu8
408 # define PRIu8 "u"
    [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 894 ALOGV("usb: in adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
    [all...]
  /external/vixl/src/a64/
debugger-a64.cc 1134 case 8: return new Format<uint8_t>("%3" PRIu8, 'u');
    [all...]

Completed in 641 milliseconds

1 2 34