Searched refs:msec (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/drivers/delay_timer/ |
D | delay_timer.c | 49 void mdelay(uint32_t msec) in mdelay() argument 51 udelay(msec*1000); in mdelay()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | timeit.py | 319 msec = usec / 1000 320 if msec < 1000: 321 print "best of %d: %.*g msec per loop" % (repeat, precision, msec) 323 sec = msec / 1000
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xa_profiler.h | 98 int msec = (int)(total_msec % 1000); in xa_compute_mcps() local 105 p_prof->frame_count, (uint32_t)minutes, (uint32_t)seconds, (uint32_t)msec, in xa_compute_mcps() 109 p_prof->frame_count, gen_strm_pos, minutes, seconds, msec, in xa_compute_mcps()
|
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/ |
D | delay_timer.h | 26 void mdelay(uint32_t msec);
|
/device/generic/goldfish/ril/ |
D | atchannel.c | 91 static void setTimespecRelative(struct timespec *p_ts, long long msec) in setTimespecRelative() argument 97 p_ts->tv_sec = tv.tv_sec + (msec / 1000); in setTimespecRelative() 98 p_ts->tv_nsec = (tv.tv_usec + (msec % 1000) * 1000L ) * 1000L; in setTimespecRelative() 106 static void sleepMsec(long long msec) in sleepMsec() argument 111 ts.tv_sec = (msec / 1000); in sleepMsec() 112 ts.tv_nsec = (msec % 1000) * 1000 * 1000; in sleepMsec()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_send.c | 560 int msec; in res_send() local 671 msec = (_res.retrans << try) * 1000; in res_send() 673 msec /= _res.nscount; in res_send() 674 if (msec <= 0) in res_send() 675 msec = 1000; in res_send() 706 n = poll(&pfd, 1, msec); in res_send()
|
/device/google/marlin/ |
D | WCNSS_qcom_cfg.ini | 206 #Maximum Channel time in msec 286 # The Time is in msec.
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 272 #Maximum Channel time in msec 294 #Maxium Channel time in msec
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 272 #Maximum Channel time in msec 294 #Maxium Channel time in msec
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 263 #Maximum Channel time in msec 279 #Maxium Channel time in msec
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 263 #Maximum Channel time in msec 279 #Maxium Channel time in msec
|