HomeSort by relevance Sort by last modified time
    Searched defs:PRIoLEAST64 (Results 1 - 7 of 7) sorted by null

  /bionic/libc/include/
inttypes.h 96 #define PRIoLEAST64 __PRI_64_prefix"o" /* int_least64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 87 #define PRIoLEAST64 "lo" /* uint_least64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 87 #define PRIoLEAST64 "lo" /* uint_least64_t */
  /external/e2fsprogs/intl/
loadmsgcat.c 275 #if !defined PRIoLEAST64 || PRI_MACROS_BROKEN
276 # undef PRIoLEAST64
277 # define PRIoLEAST64 PRIo64
637 return PRIoLEAST64;
    [all...]
  /external/libusb/msvc/
inttypes.h 94 #define PRIoLEAST64 "I64o"
  /external/u-boot/include/
inttypes.h 94 # define PRIoLEAST64 __PRI64_PREFIX "o"
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 136 PRIoLEAST64 = "lo"
137 PRIoLEAST64 = "llo"

Completed in 245 milliseconds