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

1 2 3 4 5 6 78 91011>>

  /external/elfutils/src/
nm.c 849 : (radix == radix_decimal ? "%0*" PRId64
854 : (radix == radix_decimal ? "%0*" PRId64
1009 #define DECFMT "%6$s%2$*1$" PRId64 "%8$s %10$*9$" PRId64 " %7$s%3$c%4$s %5$s"
1027 #define DECFMT "%6$s%2$*1$" PRId64 "%8$s %7$s%3$c%4$s %5$s"
1106 ? "%s %c%s %*" PRId64 " %*" PRId64 "\n"
    [all...]
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 359 ALOGV("Submitting request with: id %d with exposure %" PRId64 ", sensitivity %d",
555 ALOGV("targeted minimal frame duration is: %" PRId64 "ns", minFrameDuration);
673 ALOGV("Submitting preview request %zu with exposure %" PRId64,
  /art/runtime/
dex_instruction.cc 182 os << StringPrintf("%s v%d, #long %+" PRId64 " // 0x%" PRIx64, opcode, VRegA_21h(),
466 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break;
  /external/flac/libFLAC/
lpc.c 292 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%" PRId64 "\n",i,j,qlp_coeff[j],*history,sumo);
550 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients_wide: OVERFLOW, i=%u, sum=%" PRId64 "\n", i, (sum >> lp_quantization));
554 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients_wide: OVERFLOW, i=%u, data=%d, sum=%" PRId64 ", residual=%" PRId64 "\n", i, *data, (int64_t)(sum >> lp_quantization), ((FLAC__int64)(*data) - (sum >> lp_quantization)));
809 fprintf(stderr,"FLAC__lpc_restore_signal: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%" PRId64 "\n",i,j,qlp_coeff[j],*history,sumo);
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 27 #ifndef PRId64
28 #error PRId64 not defined
  /external/vboot_reference/cgpt/
cgpt_show.c 180 printf("%" PRId64 "\n", entry->starting_lba);
187 printf("%" PRId64 "\n", size);
  /frameworks/av/media/libmedia/
mediarecorder.cpp 271 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length);
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 641 ALOGV("getOutputPlayPositionUs_l %" PRId64, renderedDuration);
648 ALOGV("seekTo( %" PRId64 " )", time_us);
SurfaceMediaSource.cpp 360 ALOGV("Frames encoded = %d, timestamp = %" PRId64 ", time diff = %" PRId64,
MediaCodecSource.cpp 893 ALOGV("[video] time %" PRId64 " us (%.2f secs), dts/pts diff %" PRId64,
903 ALOGV("[audio] time %" PRId64 " us (%.2f secs), drift %" PRId64,
MediaExtractor.cpp 121 ALOGV("readAt(%" PRId64 ", %zu)", offset, size);
  /frameworks/native/services/inputflinger/
EventHub.cpp 895 ALOGV("event time %" PRId64 ", now %" PRId64, event->when, now);
    [all...]
  /hardware/libhardware/tests/vehicle/
vehicle-hal-tool.c 120 printf("Value type: INT64\nValue: %" PRId64 "\n", data->value.int64_value);
382 printf("Timestamp: %" PRId64 "\n", event_data->timestamp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 27 #ifndef PRId64
28 #error PRId64 not defined
  /system/vold/
cryptfs.c     [all...]
  /device/google/contexthub/sensorhal/
activity.cpp 217 ", event_type: %" PRIu32 ", latency: %" PRId64,
  /device/google/contexthub/util/sensortest/
sensortest.cpp 236 printf("[%d] = %f, %f, %f @ %" PRId64 "\n", sensorEvents[i].type,
  /external/jemalloc/include/jemalloc/internal/
util.h 26 # define FMTd64 PRId64
  /external/libdrm/tests/proptest/
proptest.c 115 printf(" %"PRId64, U642I64(prop->values[i]));
  /frameworks/av/cmds/stagefright/
muxer.cpp 223 fprintf(stderr, "SUCCESS: muxer generate the video in %" PRId64 " ms\n",
recordvideo.cpp 333 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.cpp 170 ALOGE("range_length %" PRId64 " wrapped around", range_length);
  /frameworks/av/media/ndk/
NdkMediaFormat.cpp 104 ret.appendFormat("int64(%" PRId64 ")", val);
  /frameworks/base/libs/common_time/
clock_recovery.cpp 284 LOG_TS("clock_loop %" PRId64 " %f %f %f %d\n", raw_delta, delta_f, CO, CObias, tgt_correction);
  /system/core/libziparchive/
zip_archive_stream_entry.cc 42 ALOGW("lseek to data at %" PRId64 " failed: %s", data_offset, strerror(errno));

Completed in 2934 milliseconds

1 2 3 4 5 6 78 91011>>