HomeSort by relevance Sort by last modified time
    Searched refs:PRIi64 (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_inttypes.h 40 #define PRIi64 "I64i"
  /external/lldb/source/Interpreter/
OptionValueSInt64.cpp 25 //printf ("%p: DumpValue (exe_ctx=%p, strm, mask) m_current_value = %" PRIi64 "\n", this, exe_ctx, m_current_value);
34 strm.Printf ("%" PRIi64, m_current_value);
62 error.SetErrorStringWithFormat ("%" PRIi64 " is out of range, valid values must be between %" PRIi64 " and %" PRIi64 ".",
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationDescription.cpp 74 s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
159 case -1: sint = (int8_t) data.GetU8(offset_ptr); s.Printf("%+" PRIi64, sint); break;
160 case -2: sint = (int16_t) data.GetU16(offset_ptr); s.Printf("%+" PRIi64, sint); break;
161 case -4: sint = (int32_t) data.GetU32(offset_ptr); s.Printf("%+" PRIi64, sint); break;
162 case -8: sint = (int64_t) data.GetU64(offset_ptr); s.Printf("%+" PRIi64, sint); break;
163 case -128: sint = data.GetSLEB128(offset_ptr); s.Printf("%+" PRIi64, sint); break;
  /external/chromium_org/third_party/boringssl/src/crypto/
cpu-intel.c 87 if (!sscanf(in + invert, "%" PRIi64, &v)) {
  /external/compiler-rt/SDKs/darwin/usr/include/
inttypes.h 34 #define PRIi64 __INTTYPE_PRI64__ "i"
  /external/llvm/include/llvm/Support/
DataTypes.h 174 #ifndef PRIi64
175 # define PRIi64 "I64i"
DataTypes.h.cmake 99 #define PRIi64 "I64i"
DataTypes.h.in 99 #define PRIi64 "I64i"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 16 #undef PRIi64
78 #define PRIi64 "lli"
_mingw_print_push.h 16 #undef PRIi64
77 #define PRIi64 "lli"
  /external/bison/lib/
inttypes.in.h 195 # if !defined PRIi64 || @PRI_MACROS_BROKEN@
196 # undef PRIi64
197 # define PRIi64 _PRI64_PREFIX "i"
305 # define PRIiLEAST64 PRIi64
338 # define PRIiFAST8 PRIi64
386 # define PRIiFAST16 PRIi64
434 # define PRIiFAST32 PRIi64
478 # define PRIiFAST64 PRIi64
511 # define PRIiMAX PRIi64
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
507 log->Printf ("ProcessPOSIX::%s(), message_queue size = %d, pid = %" PRIi64, __FUNCTION__, (int)m_message_queue.size(), tid);
514 log->Printf ("ProcessPOSIX::%s() adding thread, tid = %" PRIi64, __FUNCTION__, message.GetChildTID());
533 log->Printf ("ProcessPOSIX::%s() removing thread, tid = %" PRIi64, __FUNCTION__, tid);
820 log->Printf ("ProcessPOSIX::%s() (pid = %" PRIi64 ")", __FUNCTION__, GetID());
831 log->Printf ("ProcessPOSIX::%s() updated pid = %" PRIi64, __FUNCTION__, GetID());
  /external/strace/
mtd.c 276 ", bytes=%" PRIi64 ", vol_type=", mkvol.vol_id,
290 tprintf(", {vol_id=%" PRIi32 ", bytes=%" PRIi64 "}",
320 tprintf(", %" PRIi64, (int64_t)bytes);
  /development/ndk/platforms/android-3/include/
inttypes.h 64 #define PRIi64 "lli" /* int64_t */
  /external/bison/darwin-lib/
inttypes.h 507 # if !defined PRIi64 || 0
508 # undef PRIi64
509 # define PRIi64 _PRI64_PREFIX "i"
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
    [all...]
  /external/bison/linux-lib/
inttypes.h 507 # if !defined PRIi64 || 0
508 # undef PRIi64
509 # define PRIi64 _PRI64_PREFIX "i"
617 # define PRIiLEAST64 PRIi64
650 # define PRIiFAST8 PRIi64
698 # define PRIiFAST16 PRIi64
746 # define PRIiFAST32 PRIi64
790 # define PRIiFAST64 PRIi64
823 # define PRIiMAX PRIi64
    [all...]
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 72 #define PRIi64 "I64i"
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 79 #define PRIi64 "I64i"
  /external/mesa3d/include/c99/
inttypes.h 79 #define PRIi64 "I64i"
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
inttypes.h 64 #define PRIi64 "lli" /* int64_t */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
inttypes.h 64 #define PRIi64 "lli" /* int64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
inttypes.h 64 #define PRIi64 "lli" /* int64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
inttypes.h 64 #define PRIi64 "lli" /* int64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
inttypes.h 64 #define PRIi64 "lli" /* int64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
inttypes.h 64 #define PRIi64 "lli" /* int64_t */

Completed in 918 milliseconds

1 2 3 4 5