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

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/Win32/Include/
bittypes.h 57 #ifndef PRId64
59 #define PRId64 "I64d"
61 #define PRId64 "lld"
63 #endif /* PRId64 */
  /external/webrtc/webrtc/base/
format_macros.h 19 // printf("xyz:%" PRId64, value);
31 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
78 #if !defined(PRId64)
79 #define PRId64 "I64d"
  /external/pdfium/third_party/libopenjpeg20/
opj_inttypes.h 39 #define PRId64 "I64d"
  /external/libchrome/base/
format_macros.h 12 // printf("xyz:%" PRId64, value);
30 !defined(PRId64)
45 #define WidePRId64 PRId64
83 #if !defined(PRId64) || !defined(PRIu64) || !defined(PRIx64)
  /external/valgrind/none/tests/s390x/
ecag.c 58 printf("L%u cache line size data: %"PRId64"\n", level+1,
60 printf("L%u cache line size insn: %"PRId64"\n", level+1,
62 printf("L%u total cachesize data: %"PRId64"\n", level+1,
64 printf("L%u total cachesize insn: %"PRId64"\n", level+1,
66 printf("L%u set. assoc. data: %"PRId64"\n", level+1,
68 printf("L%u set. assoc. insn: %"PRId64"\n", level+1,
rounding-5.c 50 printf("cegbr: %"PRId64" -> %f\n", i64, out);
60 printf("cegbr: %"PRId64" -> %f\n", i64, out);
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 84 ALOGV("[%s] updateModel: mPeriod = %" PRId64 ", mPhase = %" PRId64
85 " mReferenceTime = %" PRId64, mName, ns2us(mPeriod),
112 ALOGV("[%s] Frame %" PRId64, mName, mFrameNumber);
140 ALOGV("[%s] Waiting until %" PRId64, mName,
257 ALOGV("[%s] nextEventTime = %" PRId64, mName, ns2us(nextEventTime));
263 ALOGV("[%s] gatherCallbackInvocationsLocked @ %" PRId64, mName,
290 ALOGV("[%s] [%s] computeListenerNextEventTimeLocked(%" PRId64 ")",
294 ALOGV("[%s] lastEventTime: %" PRId64, mName, ns2us(lastEventTime));
297 ALOGV("[%s] Clamping baseTime to lastEventTime -> %" PRId64, mName
    [all...]
  /system/extras/simpleperf/
cmd_dumprecord.cpp 102 printf("header_size: %" PRId64 "\n", header.header_size);
107 printf("attr_size: %" PRId64 "\n", header.attr_size);
112 printf("attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", header.attrs.offset,
114 printf("data[file section]: offset %" PRId64 ", size %" PRId64 "\n", header.data.offset,
116 printf("event_types[file section]: offset %" PRId64 ", size %" PRId64 "\n",
165 printf(" ids[file_section]: offset %" PRId64 ", size %" PRId64 "\n", attr.ids.offset
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_integer.h 52 #define PRId64 "I64d"
  /external/vixl/examples/
literal.cc 81 printf("%" PRId64 " + %" PRId64 " = %" PRId64 "\n", a, b, simulator.xreg(0));
non-const-visitor.cc 56 printf("foo(%" PRId64", %" PRId64") = %" PRId64"\n", a, b, res);
  /system/core/libutils/
StopWatch.cpp 23 /* for PRId64 */
48 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
52 ALOGD(" [%d: %" PRId64 ", %" PRId64, i, ns2us(soFar), ns2us(thisLap));
  /hardware/qcom/display/msm8084/libqdutils/
profiler.cpp 110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us);
130 ALOGD("%" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64,
  /hardware/qcom/display/msm8226/libqdutils/
profiler.cpp 110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us);
130 ALOGD("%" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64,
  /hardware/qcom/display/msm8909/libqdutils/
profiler.cpp 110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us);
130 ALOGD("%" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64,
  /hardware/qcom/display/msm8994/libqdutils/
profiler.cpp 110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us);
130 ALOGD("%" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64,
  /hardware/qcom/display/msm8996/libqdutils/
profiler.cpp 110 ALOGD("ignorethresh_us: %" PRId64, debug_fps_metadata.ignorethresh_us);
130 ALOGD("%" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64" %" PRId64,
  /external/strace/
ptp.c 62 tprintf("{start={%" PRId64 ", %" PRIu32 "}"
63 ", period={%" PRId64 ", %" PRIu32 "}"
107 tprintf("{%" PRId64 ", %" PRIu32 "}",
  /external/libvpx/libvpx/vpx/
vpx_integer.h 69 #define PRId64 "I64d"
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
timestamp.h 42 else snprintf(buf, AV_TS_MAX_STRING_SIZE, "%"PRId64, ts);
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 179 BI_LOGE("Failed to pin buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")",
182 BI_LOGV("Pinned buffer (frame %" PRIu64 ", timestamp %" PRId64 ")",
237 "(timestamp %" PRId64 ", framenumber %" PRIu64,
242 BI_LOGV("Attempting to release buffer timestamp %" PRId64 ", frame %" PRIu64,
256 BI_LOGV("Buffer timestamp %" PRId64 ", frame %" PRIu64 " evicted",
307 BI_LOGV("New buffer acquired (timestamp %" PRId64 "), "
313 BI_LOGE("Timestamp decreases from %" PRId64 " to %" PRId64,
341 "(timestamp %" PRId64 ", framenumber %" PRIu64,
353 BI_LOGE("Failed to unpin buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")"
    [all...]
  /frameworks/base/core/jni/
android_os_Trace.cpp 53 ALOGV("%s: %" PRId64 " %s %d", __FUNCTION__, tag, name.c_str(), value);
63 ALOGV("%s: %" PRId64 " %s", __FUNCTION__, tag, utf8Chars.string());
70 ALOGV("%s: %" PRId64, __FUNCTION__, tag);
80 ALOGV("%s: %" PRId64 " %s %d", __FUNCTION__, tag, utf8Chars.string(), cookie);
90 ALOGV("%s: %" PRId64 " %s %d", __FUNCTION__, tag, utf8Chars.string(), cookie);
  /system/core/healthd/
healthd_mode_charger.cpp 357 LOGV("[%" PRId64 "] leave screen off\n", now);
380 LOGV("[%" PRId64 "] animation done\n", now);
391 LOGV("[%" PRId64 "] animation starting\n", now);
420 LOGV("[%" PRId64 "] animation missing or unknown battery status\n", now);
479 LOGV("[%" PRId64 "] key[%d] down\n", now, code);
484 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n",
521 LOGW("[%" PRId64 "] booting from charger mode\n", now);
525 LOGW("[%" PRId64 "] rebooting\n", now)
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 248 log.append(" when: %" PRId64 "\n");
296 "CLOCK_MONOTONIC): event time %" PRId64 ", current time %" PRId64
297 ", call time %" PRId64 ". Using current time instead.",
302 "call to systemTime: event time %" PRId64 ", current time %" PRId64
303 ", call time %" PRId64 ".", event.when, time, currentTime);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 11 #if defined(_INTTYPES_H_) && defined(PRId64)
12 #undef PRId64
74 #define PRId64 "lld"
134 #endif /* defined(_INTTYPES_H_) && defined(PRId64) */

Completed in 1517 milliseconds

1 2 3 4 5 6 7 8 91011>>