HomeSort by relevance Sort by last modified time
    Searched defs:secs (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/srec/portable/include/
ptimestamp.h 36 * 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/iproute2/ip/
ipmonitor.c 90 time_t secs = ((__u32*)NLMSG_DATA(n))[0]; local
92 tstr = asctime(localtime(&secs));
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 285 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;
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 285 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;
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 285 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;
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /bionic/libc/netbsd/nameser/
ns_ttl.c 57 int secs, mins, hours, days, weeks, x; local
60 secs = src % 60; src /= 60;
83 if (secs || !(weeks || days || hours || mins)) {
84 T(fmt1(secs, 'S', &dst, &dstlen));
  /external/smack/src/org/xbill/DNS/
TTL.java 90 long secs, mins, hours, days, weeks; local
91 secs = ttl % 60;
108 if (secs > 0 || (weeks == 0 && days == 0 && hours == 0 && mins == 0))
109 sb.append(secs + "S");
  /external/dropbear/
common-session.c 360 long secs; local
366 secs = tv.tv_sec;
368 if (ses.connecttimeout != 0 && secs > ses.connecttimeout) {
378 && (secs - ses.kexstate.lastkextime >= KEX_REKEY_TIMEOUT
  /external/e2fsprogs/debugfs/
lsdel.c 84 long secs = 0; local
90 "[secs]", 0))
94 secs = strtol(argv[1],&tmp,0);
135 (secs && ((unsigned) abs(now - secs) > inode.i_dtime)))
  /sdk/emulator/qtools/
profile_trace.cpp 107 double secs = 1.0 * total / kMHz; local
109 secs, total, kMHz / kMillion);
112 printf("Elapsed secs Elapsed cyc %% %% Function\n");
120 double secs = 1.0 * sym->elapsed / kMHz; local
125 secs, sym->elapsed, per, sum_per, ksym, sym->name);
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 64 u16 secs, flags; member in struct:dhcp_packet
dhcp_release.c 69 u16 secs, flags; member in struct:dhcp_packet
  /external/libvorbis/lib/
psytune.c 321 float secs=framesize/44100.; local
323 ampmax+=secs*ampmax_att_per_sec;
  /external/qemu/android/
snapshot.c 211 uint64_t secs = vm_clock_nsec / 1000000000; local
213 (int)(secs / 3600),
214 (int)((secs / 60) % 60),
215 (int)(secs % 60),
  /external/qemu/
blockdev.c 144 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/wpa_supplicant_8/wpa_supplicant/
gas_query.c 194 unsigned int secs, usecs; local
196 secs = (comeback_delay * 1024) / 1000000;
197 usecs = comeback_delay * 1024 - secs * 1000000;
199 " in %u secs %u usecs", MAC2STR(query->addr), secs, usecs);
201 eloop_register_timeout(secs, usecs, gas_query_tx_comeback_timeout,
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 477 time_t secs = ts.tv_sec - pContext->mBufferUpdateTime.tv_sec; local
480 --secs;
483 deltaMs = secs * 1000 + nsec / 1000000;
  /system/core/libnetutils/
dhcpmsg.h 44 uint16_t secs; /* seconds since start of acq */ member in struct:dhcp_msg
  /external/chromium/base/third_party/nspr/
prtime.cc 80 static void localtime_r(const time_t* secs, struct tm* time) {
81 (void) localtime_s(time, secs);
1116 time_t secs; local
    [all...]
  /external/libppp/src/
ipv6cp.c 427 u_int32_t secs = 0; local
445 bp = mbuf_Read(bp, &secs, sizeof secs);
450 if (secs == 0)
451 secs = alivesecs;
452 bundle_StartIdleTimer(bundle, secs);
  /external/qemu/hw/
scsi-disk.c 626 int cylinders, heads, secs; local
632 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
657 int cylinders, heads, secs; local
666 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
668 p[5] = secs & 0xff;
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 70 u_int16_t secs; member in struct:dhcp_message

Completed in 897 milliseconds

1 2 3