HomeSort by relevance Sort by last modified time
    Searched refs:time_us (Results 1 - 18 of 18) sorted by null

  /external/toybox/toys/lsb/
dmesg.c 50 unsigned long long time_s, time_us; local
56 if (sscanf(msg, "%u,%*u,%llu,%*[^;]; %n", &facpri, &time_us, &pos) != 2)
59 time_s = time_us/1000000;
60 time_us %= 1000000;
62 &facpri, &time_s, &time_us, &pos) != 3) return;
85 } else printf("[%5lld.%06lld] ", time_s, time_us);
  /external/walt/arduino/walt/
walt.ino 77 elapsedMicros time_us;
109 laser.t = time_us;
235 t = time_us;
251 time_us = 0;
261 send(time_us);
269 clock.sync_times[cmd - '1'] = time_us;
287 clock.sync_times[i] = time_us;
312 long beep_time = time_us;
328 unsigned long note_time = time_us + NOTE_DELAY;
333 while (time_us < note_time)
    [all...]
  /external/u-boot/tools/patman/
test.py 166 + u32 time_us;
178 + rec->time_us = (u32)timer_get_us();
183 + rec->time_us = (u32)timer_get_us();
186 +%sreturn rec->time_us;
  /external/u-boot/common/
bootstage.c 24 ulong time_us; member in struct:bootstage_record
109 rec->time_us = mark;
193 rec->time_us += duration;
225 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS);
227 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS);
228 print_grouped_ull(rec->time_us - prev, BOOTSTAGE_DIGITS);
232 return rec->time_us;
239 return rec1->time_us > rec2->time_us ? 1 : -1;
276 if (rec->id != BOOTSTAGE_ID_AWAKE && rec->time_us == 0
    [all...]
  /frameworks/av/include/media/
MediaTrack.h 92 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
98 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
MediaExtractorPluginHelper.h 149 bool getSeekTo(int64_t *time_us, SeekMode *mode) const {
153 *time_us = mSeekPosUs;
  /external/tensorflow/tensorflow/python/data/experimental/benchmarks/
parallel_interleave_benchmark.py 45 def make_dataset(time_us, num_elements):
46 return dataset_ops.Dataset.range(num_elements).apply(sleep.sleep(time_us))
  /frameworks/av/media/libstagefright/
MediaTrack.cpp 48 void MediaTrack::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) {
50 mSeekTimeUs = time_us;
55 int64_t *time_us, SeekMode *mode) const {
56 *time_us = mSeekTimeUs;
AudioPlayer.cpp 652 status_t AudioPlayer::seekTo(int64_t time_us) {
655 ALOGV("seekTo( %" PRId64 " )", time_us);
660 mSeekTimeUs = time_us;
661 mStartPosUs = time_us;
  /external/grpc-grpc/test/cpp/interop/
interop_server.cc 217 int time_us; local
218 if ((time_us = request->response_parameters(i).interval_us()) > 0) {
222 gpr_time_from_micros(time_us, GPR_TIMESPAN));
271 int time_us; local
272 if ((time_us = request.response_parameters(0).interval_us()) > 0) {
276 gpr_time_from_micros(time_us, GPR_TIMESPAN));
  /frameworks/av/media/libstagefright/include/media/stagefright/
AudioPlayer.h 60 status_t seekTo(int64_t time_us);
  /external/u-boot/drivers/tpm/
tpm_tis_lpc.c 142 u32 time_us = MAX_DELAY_US; local
144 while (time_us > 0) {
149 time_us--;
  /external/skia/modules/pathkit/perf/
perfReporter.js 59 'time_us': microseconds,
  /external/skqp/modules/pathkit/perf/
perfReporter.js 59 'time_us': microseconds,
  /external/skia/infra/pathkit/perf/
wasm_perf_aggregator.go 61 TimeMicroSeconds float64 `json:"time_us"`
  /external/skqp/infra/pathkit/perf/
wasm_perf_aggregator.go 61 TimeMicroSeconds float64 `json:"time_us"`
  /external/u-boot/include/
ec_commands.h 1227 uint32_t time_us; member in struct:ec_params_keyscan_seq_ctrl::__anon47665::__anon47667
    [all...]
  /external/libxcam/modules/isp/
aiq_handler.cpp 286 _time_to_coarse_line (const ia_aiq_exposure_sensor_descriptor *desc, uint32_t time_us)
288 float value = time_us * desc->pixel_clock_freq_mhz;
    [all...]

Completed in 4733 milliseconds