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

1 2

  /external/pdfium/third_party/libopenjpeg20/
opj_inttypes.h 40 #define PRIi64 "I64i"
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 123 COMPUTE_DBG(pool->screen, "* compute_memory_prealloc_chunk() size_in_dw = %"PRIi64"\n",
154 COMPUTE_DBG(pool->screen, "* compute_memory_postalloc_chunck() start_in_dw = %"PRIi64"\n",
289 COMPUTE_DBG(pool->screen, " + list: offset = %"PRIi64" id = %"PRIi64" size = %"PRIi64" "
290 "(%"PRIi64" bytes)\n", item->start_in_dw, item->id,
389 " + Promoting Item: %"PRIi64" , starting at: %"PRIi64" (%"PRIi64" bytes) "
390 "size: %"PRIi64" (%"PRIi64" bytes)\n\t\t\tnew start: %"PRIi64" (%"PRIi64" bytes)\n"
    [all...]
  /frameworks/base/cmds/incidentd/src/
Throttler.cpp 68 fprintf(out, "mRefractoryPeriodMs=%" PRIi64 "\n", mRefractoryPeriodMs);
69 fprintf(out, "mLastRefractoryMs=%" PRIi64 "\n", mLastRefractoryMs);
  /external/strace/
ubi.c 55 ", bytes=%" PRIi64 ", vol_type=", mkvol.vol_id,
80 tprintf("{vol_id=%" PRIi32 ", bytes=%" PRIi64 "}",
169 printnum_int64(tcp, arg, "%" PRIi64);
  /external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DataTypes.h 104 #define PRIi64 "I64i"
  /external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DataTypes.h 104 #define PRIi64 "I64i"
  /external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DataTypes.h 104 #define PRIi64 "I64i"
  /external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DataTypes.h 104 #define PRIi64 "I64i"
  /external/llvm/include/llvm/Support/
DataTypes.h 174 #ifndef PRIi64
175 # define PRIi64 "I64i"
DataTypes.h.cmake 104 #define PRIi64 "I64i"
  /external/capstone/include/
platform.h 99 #define PRIi64 __PRI_64_LENGTH_MODIFIER__ "i"
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 66 #define PRIi64 "li" /* int64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 66 #define PRIi64 "li" /* int64_t */
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 174 #ifndef PRIi64
  /external/libusb/msvc/
inttypes.h 72 #define PRIi64 "I64i"
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 121 PRIi64 = "li"
122 PRIi64 = "lli"
  /external/vboot_reference/futility/
cmd_gbb_utility.c 222 fprintf(stderr, "ERROR: can't malloc %" PRIi64 " bytes: %s\n",
329 "ERROR: Read %zu/%" PRIi64 " bytes from %s: %s\n",
542 "ERROR: can't malloc %" PRIi64 " bytes: %s\n",
  /bionic/libc/include/
inttypes.h 72 #define PRIi64 __PRI_64_prefix"i" /* int64_t */
  /external/u-boot/include/
inttypes.h 73 # define PRIi64 __PRI64_PREFIX "i"
  /external/e2fsprogs/intl/
loadmsgcat.c 175 #if !defined PRIi64 || PRI_MACROS_BROKEN
176 # undef PRIi64
177 # define PRIi64 (sizeof (long) == 8 ? "li" : "lli")
273 # define PRIiLEAST64 PRIi64
369 # define PRIiFAST64 PRIi64
568 return PRIi64;
    [all...]
  /external/libkmsxx/utils/
kmsprint.cpp 207 ret += sformat("%" PRIi64 " [%" PRIi64 " - %" PRIi64 "]",
  /external/perfetto/src/trace_processor/
trace_processor_shell.cc 173 fprintf(stderr, "%40" PRIi64, value.long_value);
291 printf("%20" PRIi64, value.long_value);
373 fprintf(output, "%" PRIi64, value.long_value);
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 327 #ifndef PRIi64
328 #error PRIi64 not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 327 #ifndef PRIi64
328 #error PRIi64 not defined
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 592 "handleActionValue(...):typeOffset: <%" PRIi64 ">, "
593 "actionOffset: <%" PRIi64 ">.\n",
    [all...]

Completed in 4213 milliseconds

1 2