HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 151 - 175 of 321) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/cdrom/os2/
SDL_syscdrom.c 271 ULONG min,sec,frm; local
274 FRAMES_TO_MSF(start, &min, &sec, &frm);
276 MSF_SECOND(mpp.ulFrom) = sec;
279 FRAMES_TO_MSF(start+length, &min, &sec, &frm);
281 MSF_SECOND(mpp.ulTo) = sec;
  /external/tcpdump/
print-icmp.c 321 u_int msec,sec,min,hrs; local
326 sec = tstamp / 1000;
327 min = sec / 60; sec -= min * 60;
329 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec);
  /external/wpa_supplicant/
eloop.c 239 timeout->time.sec += secs;
242 timeout->time.sec++;
460 tv.sec = tv.usec = 0;
462 printf("next timeout in %lu.%06lu sec\n",
463 tv.sec, tv.usec);
465 _tv.tv_sec = tv.sec;
eloop_none.c 131 timeout->time.sec += secs;
134 timeout->time.sec++;
326 tv.sec = tv.usec = 0;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl     [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 442 var sec = Math.floor( t / msPerSecond ) % SecondsPerMinute;
443 return ( (sec < 0 ) ? SecondsPerMinute + sec : sec );
540 function MakeTime( hour, min, sec, ms ) {
541 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
547 sec = ToInteger( sec);
551 (sec*msPerSecond) + ms );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 402 var sec = Math.floor( t / msPerSecond ) % SecondsPerMinute;
403 return ( (sec < 0 ) ? SecondsPerMinute + sec : sec );
501 function MakeTime( hour, min, sec, ms ) {
502 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
508 sec = ToInteger( sec);
512 (sec*msPerSecond) + ms );
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 232 if (now.sec >= entry->next_try &&
233 radius_client_retransmit(radius, entry, now.sec)) {
262 if (first < now.sec)
263 first = now.sec;
264 eloop_register_timeout(first - now.sec, 0,
269 (long int) (first - now.sec));
342 if (first < now.sec)
343 first = now.sec;
344 eloop_register_timeout(first - now.sec, 0, radius_client_timer, radius,
348 " %ld seconds\n", (long int) (first - now.sec));
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 744 long sec = 0; local
754 sec = time_val / 1000;
757 if (sec < 10)
759 else if (sec < 100)
761 else if (sec < 1000)
770 return (neg ? "-" : "") + pad + sec + "." +
771 ((ms%1000)/100) + ((ms%100)/10) + (ms%10) + "sec" +
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 252 now_sec = timeout->time.sec;
253 timeout->time.sec += secs;
254 if (timeout->time.sec < now_sec) {
266 timeout->time.sec++;
473 tv.sec = tv.usec = 0;
491 timeout = tv.sec * 1000 + tv.usec / 1000;
eloop_none.c 128 timeout->time.sec += secs;
131 timeout->time.sec++;
323 tv.sec = tv.usec = 0;
  /external/blktrace/btt/
globals.h 119 __u64 rqm[2], ios[2], sec[2], wait, svctm; member in struct:stats
214 struct io *dip_find_sec(struct d_info *dip, enum iop_type type, __u64 sec);
224 struct io *rb_find_sec(struct rb_root *root, __u64 sec);
  /external/blktrace/doc/
blktrace.tex 29 \section{\label{sec:intro}Introduction}
57 \newpage\section{\label{sec:quick-start}Quick Start Guide}
63 \subsection{\label{sec:get-blktrace}Retrieving blktrace}
73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel}
107 \subsection{\label{sec:mount}Mounting the debugfs file system}
127 \subsection{\label{sec:build}Build the tools}
136 \subsection{\label{sec:live-blktrace}blktrace -- live}
197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands}
220 \subsection{\label{sec:blktrace-post}blktrace -- post-processing}
333 \newpage\section{\label{sec:blktrace-ug}blktrace User Guide
    [all...]
  /external/bluetooth/bluez/btio/
btio.c 401 struct bt_security sec; local
411 memset(&sec, 0, sizeof(sec));
412 sec.level = level;
414 if (setsockopt(sock, SOL_BLUETOOTH, BT_SECURITY, &sec,
415 sizeof(sec)) == 0)
502 struct bt_security sec; local
506 memset(&sec, 0, sizeof(sec));
507 len = sizeof(sec);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 131 timeout->time.sec += secs;
134 timeout->time.sec++;
326 tv.sec = tv.usec = 0;
  /external/wpa_supplicant_8/src/ap/
accounting.c 295 now.sec - sta->acct_session_start)) {
350 now.sec)) {
486 hapd->acct_session_id_hi = now.sec;
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 375 if (global->suspend_time.sec == 0)
379 slept = now.sec - global->suspend_time.sec;
  /development/tools/emulator/system/libqemu/
test_util.c 40 return tv.sec + (double)tv.usec/1e6;
  /development/tools/jdwpspy/
Net.cpp 503 int min, sec; local
504 getCurrentTime(&min, &sec);
508 prefix, dataLen, id, flags, cmdSet, cmd, min, sec);
512 prefix, dataLen, id, flags, error, dvmJdwpErrorStr(error), min,sec);
  /external/blktrace/
blkparse_fmt.c 88 time_t sec; local
91 sec = abs_start_time.tv_sec + SECONDS(timestamp);
95 sec += 1;
98 tm = localtime(&sec);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/sec/
ECPrivateKeyStructure.java 1 package org.bouncycastle.asn1.sec;
22 * the elliptic curve private key object from SEC 1
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 77 int sec, const QString &msg);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 77 int sec, const QString &msg);
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE \
313 && (sec)->sec_info_type != ELF_INFO_TYPE_JUST_SYMS
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 303 /* Find the address one past the end of SEC. */
304 #define bfd_get_section_limit(bfd, sec) \
305 (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
309 #define elf_discarded_section(sec) \
310 (!bfd_is_abs_section (sec) \
311 && bfd_is_abs_section ((sec)->output_section) \
312 && (sec)->sec_info_type != ELF_INFO_TYPE_MERGE \
313 && (sec)->sec_info_type != ELF_INFO_TYPE_JUST_SYMS
    [all...]

Completed in 1363 milliseconds

1 2 3 4 5 67 8 91011>>