Searched defs:secs (Results 1 - 25 of 64) sorted by relevance

123

/external/srec/portable/include/
H A Dptimestamp.h36 * Time stamp structure with two fields: seconds and milliseconds. The secs
45 time_t secs; member in struct:PTimeStamp_t
55 * Sets the time stamp to represent current time. Sets both secs field and
/external/libunwind/tests/
H A Dforker.c37 double secs; local
71 secs = ((stop.tv_sec + 1e-6 * stop.tv_usec)
74 (unsigned long) (1e9 * secs / (double) count));
/external/iproute2/ip/
H A Dipmonitor.c90 time_t secs = ((__u32*)NLMSG_DATA(n))[0]; local
92 tstr = asctime(localtime(&secs));
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_imaadpcm.c285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_imaadpcm.c285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_imaadpcm.c285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
/external/smack/src/org/xbill/DNS/
H A DResolver.java65 * @param secs The number of seconds to wait.
68 void setTimeout(int secs, int msecs); argument
72 * @param secs The number of seconds to wait.
74 void setTimeout(int secs); argument
H A DExtendedResolver.java337 setTimeout(int secs, int msecs) { argument
339 ((Resolver)resolvers.get(i)).setTimeout(secs, msecs);
343 setTimeout(int secs) { argument
344 setTimeout(secs, 0);
H A DSimpleResolver.java166 setTimeout(int secs, int msecs) { argument
167 timeoutValue = (long)secs * 1000 + msecs;
171 setTimeout(int secs) { argument
172 setTimeout(secs, 0);
H A DZoneTransferIn.java318 * @param secs The maximum amount of time that this zone transfer can take.
321 setTimeout(int secs) { argument
322 if (secs < 0)
325 timeout = 1000L * secs;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp102 clover::compat::vector<section> secs; member in struct:clover::module
/external/dhcpcd/
H A Ddhcpcd_test.cpp56 uint16_t secs; /* elapsed time in sec. from boot */ member in struct:dhcp_message
/external/e2fsprogs/debugfs/
H A Dlsdel.c84 long secs = 0; local
90 "[secs]", 0))
94 secs = strtol(argv[1],&tmp,0);
135 (secs && ((unsigned) abs(now - secs) > inode.i_dtime)))
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp102 clover::compat::vector<section> secs; member in struct:clover::module
/external/chromium_org/third_party/webrtc/base/
H A Dtimeutils.cc133 time_t secs = timeval.tv_sec; local
134 gmtime_r(&secs, tm);
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c64 u16 secs, flags; member in struct:dhcp_packet
H A Ddhcp_release.c69 u16 secs, flags; member in struct:dhcp_packet
/external/e2fsprogs/lib/e2p/
H A Dls.c56 static const char *interval_string(unsigned int secs) argument
63 if (secs == 0)
66 if (secs >= MONTH_INT) {
67 num = secs / MONTH_INT;
68 secs -= num*MONTH_INT;
71 if (secs >= WEEK_INT) {
72 num = secs / WEEK_INT;
73 secs -= num*WEEK_INT;
78 if (secs >= DAY_INT) {
79 num = secs / DAY_IN
[all...]
/external/qemu/android/
H A Dsnapshot.c210 uint64_t secs = vm_clock_nsec / 1000000000; local
212 (int)(secs / 3600),
213 (int)((secs / 60) % 60),
214 (int)(secs % 60),
/external/qemu/
H A Dblockdev.c144 int cyls, heads, secs, translation; local
178 secs = qemu_opt_get_number(opts, "secs", 0);
221 if (cyls || heads || secs) {
230 if (secs < 1 || (type == IF_IDE && secs > 63)) {
231 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", buf);
239 "qemu: '%s' trans must be used with cyls,heads and secs\n",
259 if (cyls || secs || heads) {
434 bdrv_set_geometry_hint(dinfo->bdrv, cyls, heads, secs);
[all...]
/external/chromium_org/base/time/
H A Dtime.h67 static TimeDelta FromSeconds(int64 secs);
69 static TimeDelta FromSecondsD(double secs);
521 inline TimeDelta TimeDelta::FromSeconds(int64 secs) { argument
523 if (secs == std::numeric_limits<int64>::max())
525 return TimeDelta(secs * Time::kMicrosecondsPerSecond);
537 inline TimeDelta TimeDelta::FromSecondsD(double secs) { argument
539 if (secs == std::numeric_limits<double>::infinity())
541 return TimeDelta(secs * Time::kMicrosecondsPerSecond);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.cc148 // If this happens, don't update jitter value. Use 5 secs video frequency
327 void StreamStatisticianImpl::LastReceiveTimeNtp(uint32_t* secs, argument
330 *secs = last_receive_time_secs_;
443 uint32_t secs; local
445 it->second->LastReceiveTimeNtp(&secs, &frac);
447 Clock::NtpToMs(secs, frac) < kStatisticsTimeoutMs) {
H A Drtp_utility.cc90 uint32_t secs = 0, frac = 0; local
91 local_clock->CurrentNtp(secs, frac);
95 return ConvertNTPTimeToRTP(secs, frac, freq);
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp605 uint8_t *secs = secondaries.data(); local
618 while(secs[limit] > 1) { ++limit; }
624 uint8_t *p = secs + start;
625 uint8_t *q = secs + limit - 1;
633 if(secs[limit] == 0) { break; }
635 secs[limit] = 2;
640 sink.Append(reinterpret_cast<char *>(secs), length);
/external/libvorbis/lib/
H A Dpsytune.c321 float secs=framesize/44100.; local
323 ampmax+=secs*ampmax_att_per_sec;

Completed in 8189 milliseconds

123