Searched defs:secs (Results 26 - 50 of 64) sorted by relevance

123

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.c1358 EAS_I32 secs, msecs; local
1369 /* break down into secs and msecs */
1370 secs = time / 1000;
1371 msecs = time - (secs * 1000);
1378 temp += secs * pState->sampleRate;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.c1358 EAS_I32 secs, msecs; local
1369 /* break down into secs and msecs */
1370 secs = time / 1000;
1371 msecs = time - (secs * 1000);
1378 temp += secs * pState->sampleRate;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.c1358 EAS_I32 secs, msecs; local
1369 /* break down into secs and msecs */
1370 secs = time / 1000;
1371 msecs = time - (secs * 1000);
1378 temp += secs * pState->sampleRate;
/external/tcpdump/
H A Dutil.c230 relts_print(int secs) argument
237 if (secs == 0) {
241 if (secs < 0) {
243 secs = -secs;
245 while (secs > 0) {
246 if (secs >= *s) {
247 (void)printf("%d%s", secs / *s, *l);
248 secs -= (secs / *
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop_win.c237 int eloop_register_timeout(unsigned int secs, unsigned int usecs, argument
252 timeout->time.sec += secs;
258 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
259 "ever happen - ignore it", secs);
H A Deloop.c602 int eloop_register_timeout(unsigned int secs, unsigned int usecs, argument
617 timeout->time.sec += secs;
623 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
624 "ever happen - ignore it", secs);
/external/wpa_supplicant_8/src/utils/
H A Deloop_win.c237 int eloop_register_timeout(unsigned int secs, unsigned int usecs, argument
252 timeout->time.sec += secs;
258 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
259 "ever happen - ignore it", secs);
H A Deloop.c602 int eloop_register_timeout(unsigned int secs, unsigned int usecs, argument
617 timeout->time.sec += secs;
623 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
624 "ever happen - ignore it", secs);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c320 unsigned int secs, usecs; local
322 secs = (comeback_delay * 1024) / 1000000;
323 usecs = comeback_delay * 1024 - secs * 1000000;
325 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs);
327 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop_win.c237 int eloop_register_timeout(unsigned int secs, unsigned int usecs, argument
252 timeout->time.sec += secs;
258 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
259 "ever happen - ignore it", secs);
H A Deloop.c602 int eloop_register_timeout(unsigned int secs, unsigned int usecs, argument
617 timeout->time.sec += secs;
623 wpa_printf(MSG_DEBUG, "ELOOP: Too long timeout (secs=%u) to "
624 "ever happen - ignore it", secs);
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc87 static void localtime_r(const time_t* secs, struct tm* time) { argument
88 (void) localtime_s(time, secs);
1169 time_t secs; local
1188 /* month, day, hours, mins and secs are always non-negative
1222 secs = (time_t) -1;
1224 secs = mktime(&localTime);
1227 secs = mktime(&localTime);
1229 if (secs != (time_t) -1)
1231 *result_imploded = (PRInt64)secs * PR_USEC_PER_SEC;
1240 secs
[all...]
/external/dhcpcd/
H A Ddhcp.h145 uint16_t secs; /* elapsed time in sec. from boot */ member in struct:dhcp_message
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c71 u_int16_t secs; member in struct:dhcp_message
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c71 u_int16_t secs; member in struct:dhcp_message
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c71 u_int16_t secs; member in struct:dhcp_message
/external/chromium_org/v8/src/base/platform/
H A Dplatform-posix.cc272 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { argument
280 *secs = usage.ru_utime.tv_sec;
H A Dplatform-win32.cc440 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { argument
452 *secs = static_cast<uint32_t>(usertime / 1000000);
/external/fio/
H A Dio_u.c1601 uint64_t secs, remainder, bps, bytes; local
1605 secs = bytes / bps;
1607 return remainder * 1000000 / bps + secs * 1000000;
/external/qemu/include/block/
H A Dblock_int.h193 int cyls, heads, secs, translation; member in struct:BlockDriverState
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp754 char secs[256]; local
756 sprintf(secs, "%f", (timeStop-timeStart)/1000.0);
758 secs[0]=0;
765 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c750 time_t secs; local
759 secs = time(NULL);
761 localtime_r(&secs, &localTm);
763 localTm = *localtime(&secs);
779 gmtime_r(&secs, &gmTm);
781 gmTm = *gmtime(&secs);
1107 double secs, days; local
1117 secs = dt->sec;
1123 if (secs < 0.0) {
1124 secs
3060 double secs; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp754 char secs[256]; local
756 sprintf(secs, "%f", (timeStop-timeStart)/1000.0);
758 secs[0]=0;
765 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
/external/libvorbis/lib/
H A Dpsy.c836 float secs=(float)n/vi->rate; local
838 amp+=secs*gi->ampmax_att_per_sec;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c287 unsigned long secs; local
316 secs = nsecs / NSECS_PER_SEC;
317 nsecs -= secs * NSECS_PER_SEC;
319 printf("%5lu.%06lu: ", secs, usecs);

Completed in 510 milliseconds

123