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

  /external/ImageMagick/MagickCore/
timer.c 121 % MagickBooleanType ContinueTimer(TimerInfo *time_info)
125 % o time_info: Time statistics structure.
128 MagickExport MagickBooleanType ContinueTimer(TimerInfo *time_info)
130 assert(time_info != (TimerInfo *) NULL);
131 assert(time_info->signature == MagickCoreSignature);
132 if (time_info->state == UndefinedTimerState)
134 if (time_info->state == StoppedTimerState)
136 time_info->user.total-=time_info->user.stop-time_info->user.start
    [all...]
  /external/ltp/testcases/kernel/mem/hugetlb/lib/
hugetlb.c 59 struct timeb time_info; local
77 ftime(&time_info);
78 srandom((unsigned int)time_info.millitm);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 163 struct tm *time_info; local
174 time_info = localtime(&time_raw);
176 if (time_info != NULL)
179 strftime(time_string, sizeof(time_string), "%Y%m%dT%H%M%S", time_info);
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 163 struct tm *time_info; local
174 time_info = localtime(&time_raw);
176 if (time_info != NULL)
179 strftime(time_string, sizeof(time_string), "%Y%m%dT%H%M%S", time_info);
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c 47 struct tms time_info; variable in typeref:struct:tms
117 times (&time_info);
118 Begin_Time = (long) time_info.tms_utime;
178 times (&time_info);
179 End_Time = (long) time_info.tms_utime;
  /system/core/healthd/
healthd_draw.cpp 133 tm* time_info = localtime(&rawtime); local
136 size_t length = strftime(clock_str, CLOCK_LENGTH, CLOCK_FORMAT, time_info);
  /system/tpm/trunks/
mock_tpm.h     [all...]
tpm_generated.h     [all...]
tpm_generated.cc 17902 TPM2B_ATTEST time_info; local
    [all...]

Completed in 361 milliseconds