Searched refs:PRIo64 (Results 1 - 22 of 22) sorted by relevance

/external/libpcap/Win32/Include/
H A Dbittypes.h65 #ifndef PRIo64
67 #define PRIo64 "I64o" macro
69 #define PRIo64 "llo" macro
71 #endif /* PRIo64 */
/external/clang/test/CoverageMapping/
H A Dmacro-expressions.cpp12 #define PRIo64 PRI_64_LENGTH_MODIFIER "o" macro
49 (void)(i ? PRIo64 : PRIu64);
/external/tcpdump/
H A Dtcpdump-stdinc.h96 #ifndef PRIo64
97 #define PRIo64 "I64o" macro
122 #ifndef PRIo64
123 #define PRIo64 "llo" macro
H A Dconfig.h.in277 /* define if the platform doesn't define PRIo64 */
278 #undef PRIo64
H A Dconfigure7123 printf("%" PRIo64 "\n", (uint64_t)1);
7196 $as_echo "#define PRIo64 \"lo\"" >>confdefs.h
7250 $as_echo "#define PRIo64 \"llo\"" >>confdefs.h
7304 $as_echo "#define PRIo64 \"Lo\"" >>confdefs.h
7358 $as_echo "#define PRIo64 \"qo\"" >>confdefs.h
/external/llvm/include/llvm/Support/
H A DDataTypes.h177 #ifndef PRIo64
178 # define PRIo64 "I64o" macro
H A DDataTypes.h.cmake100 #define PRIo64 "I64o"
H A DDataTypes.h.in100 #define PRIo64 "I64o"
/external/bison/lib/
H A Dinttypes.in.h208 # if !defined PRIo64 || @PRI_MACROS_BROKEN@
209 # undef PRIo64 macro
210 # define PRIo64 _PRIu64_PREFIX "o" macro
311 # define PRIoLEAST64 PRIo64
346 # define PRIoFAST8 PRIo64
394 # define PRIoFAST16 PRIo64
442 # define PRIoFAST32 PRIo64
484 # define PRIoFAST64 PRIo64
519 # define PRIoMAX PRIo64
/external/elfutils/src/
H A Dsize.c453 : "%-*s %*" PRIo64 " %*" PRIo64 "\n")),
469 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
503 : "%" PRIo64 "(%s)")),
514 printf (" = %" PRIo64 "\n", total);
624 : "%" PRIo64 "(%c%c%c)"),
638 printf (" = %" PRIo64 "\n", total);
H A Dnm.c850 : "%0*" PRIo64)),
855 : "%0*" PRIo64)),
1010 #define OCTFMT "%6$s%2$0*1$" PRIo64 "%8$s %10$0*9$" PRIo64 " %7$s%3$c%4$s %5$s"
1028 #define OCTFMT "%6$s%2$0*1$" PRIo64 "%8$s %7$s%3$c%4$s %5$s"
1107 : "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n")),
H A Dstrings.c370 printf ((radix == radix_octal ? "%7" PRIo64 " "
438 printf ((radix == radix_octal ? "%7" PRIo64 " "
/external/bison/darwin-lib/
H A Dinttypes.h520 # if !defined PRIo64 || 0
521 # undef PRIo64 macro
522 # define PRIo64 _PRIu64_PREFIX "o" macro
623 # define PRIoLEAST64 PRIo64
658 # define PRIoFAST8 PRIo64
706 # define PRIoFAST16 PRIo64
754 # define PRIoFAST32 PRIo64
796 # define PRIoFAST64 PRIo64
831 # define PRIoMAX PRIo64
/external/bison/linux-lib/
H A Dinttypes.h520 # if !defined PRIo64 || 0
521 # undef PRIo64 macro
522 # define PRIo64 _PRIu64_PREFIX "o" macro
623 # define PRIoLEAST64 PRIo64
658 # define PRIoFAST8 PRIo64
706 # define PRIoFAST16 PRIo64
754 # define PRIoFAST32 PRIo64
796 # define PRIoFAST64 PRIo64
831 # define PRIoMAX PRIo64
/external/mesa3d/include/c99/
H A Dinttypes.h131 #define PRIo64 "I64o" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64 macro
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
570 return PRIo64;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp139 #ifndef PRIo64
140 #error PRIo64 not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp383 #ifndef PRIo64
384 #error PRIo64 not defined
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp105 return PRIo64;
374 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " "
/external/ltrace/
H A Dlens_default.c81 return fprintf(stream, "0%"PRIo64, v); \
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp1324 result.AppendErrorWithFormat ("Value %" PRIo64 " is too large to fit in a %lu byte unsigned integer value.\n", uval64, item_byte_size);
/external/lldb/source/Core/
H A DDataExtractor.cpp1576 s->Printf ("0%" PRIo64, GetMaxS64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset));

Completed in 3995 milliseconds