HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 176 - 200 of 420) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec; member in struct:spraytimeval
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 31 aligned_be64 sec; member in struct:nfulnl_msg_packet_timestamp
nfnetlink_queue.h 28 aligned_be64 sec; member in struct:nfqnl_msg_packet_timestamp
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec; member in struct:spraytimeval
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 31 aligned_be64 sec; member in struct:nfulnl_msg_packet_timestamp
nfnetlink_queue.h 28 aligned_be64 sec; member in struct:nfqnl_msg_packet_timestamp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec; member in struct:spraytimeval
  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 57 llvm::OwningPtr<ELFSectionTy> sec(
59 object->stab.push_back(sec.take());
72 llvm::OwningPtr<ELFSectionTy> sec(
74 object->stab[index] = sec.take();
82 ELFSectionTy const *sec = stab[header->getStringSectionIndex()]; local
84 if (sec) {
86 static_cast<ELFSectionStrTabTy const &>(*sec);
724 ELFSectionTy *sec = stab[i]; local
725 if (sec) {
726 sec->print()
    [all...]
  /external/libxml2/
xmlschemastypes.c 67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
3557 double sec; local
4012 double sec; local
4057 double sec; local
4107 double sec; local
5848 double sec = 0, left; local
    [all...]
  /external/svox/pico/lib/
picopal.c 509 void picopal_get_timer(picopal_uint32 * sec, picopal_uint32 * usec)
515 *sec = dt / CLOCKS_PER_SEC;
528 *sec = (unsigned int) (dt / tf);
534 *sec = (unsigned int) (dt /tf);
540 *sec = dt / 1000;
545 *sec = 0;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
shell.js 483 var sec = Math.floor( t / msPerSecond ) % SecondsPerMinute;
484 return ( (sec < 0 ) ? SecondsPerMinute + sec : sec );
583 function MakeTime( hour, min, sec, ms ) {
584 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
590 sec = ToInteger( sec);
594 (sec*msPerSecond) + ms );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
shell.js 419 var sec = Math.floor( t / msPerSecond )%SecondsPerMinute;
420 return ( (sec < 0 ) ? SecondsPerMinute + sec : sec );
531 function MakeTime( hour, min, sec, ms )
533 if ( isNaN(hour) || isNaN(min) || isNaN(sec) || isNaN(ms) ){return Number.NaN;}
537 sec = ToInteger( sec);
540 return( (hour*msPerHour) + (min*msPerMinute) + (sec*msPerSecond) + ms );
  /external/icu4c/i18n/
timezone.cpp 1345 int32_t sign, hour, min, sec; local
1361 int32_t sign, hour, min, sec; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 392 if (now.sec >= entry->next_try &&
393 radius_client_retransmit(radius, entry, now.sec)) {
422 if (first < now.sec)
423 first = now.sec;
424 eloop_register_timeout(first - now.sec, 0,
429 (long int) (first - now.sec));
502 if (first < now.sec)
503 first = now.sec;
504 eloop_register_timeout(first - now.sec, 0, radius_client_timer, radius,
508 " %ld seconds", (long int) (first - now.sec));
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 491 now_sec = timeout->time.sec;
492 timeout->time.sec += secs;
493 if (timeout->time.sec < now_sec) {
505 timeout->time.sec++;
711 tv.sec = tv.usec = 0;
713 timeout_ms = tv.sec * 1000 + tv.usec / 1000;
715 _tv.tv_sec = tv.sec;
799 int sec, usec; local
800 sec = timeout->time.sec - now.sec
    [all...]
  /external/stressapptest/src/
worker.cc     [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 146 nanoseconds). Refer to section~\ref{sec:c-o-m} on page~\pageref{sec:c-o-m}
152 decrease the maximum \emph{bunch} size. Refer to section~\ref{sec:c-o-M}
153 on page~\pageref{sec:c-o-M} for more information.
177 section~\ref{sec:p-o-c} on page~\pageref{sec:p-o-c} for more details about the
234 -- see section~\ref{sec:p-o-M} on page~\pageref{sec:p-o-M} for more
242 \newpage\section{\label{sec:command-line}Command Line Options}
263 \subsubsection{\label{sec:c-o-d}\texttt{-d} o
    [all...]
  /external/blktrace/btt/
trace_complete.c 24 __u64 sec, __u32 nsec, int indent)
31 type2c(type), (unsigned long long)sec, nsec);
  /external/kernel-headers/original/linux/
time.h 69 const unsigned int min, const unsigned int sec);
71 extern void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec);
  /external/llvm/include/llvm/Support/
TimeValue.h 277 /// The seconds component of the TimeValue is set to \p sec without
281 void seconds (SecondsType sec ) {
282 this->seconds_ = sec;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 142 int sec = Integer.parseInt(s); local
143 calendar.set(Calendar.SECOND, sec);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
SECObjectIdentifiers.java 1 package org.bouncycastle.asn1.sec;
  /external/icu4c/test/intltest/
caltest.h 98 int32_t hr, int32_t min, int32_t sec,
  /external/icu4c/tools/tzcode/
icuzdump.cpp 64 int32_t hour, min, sec; local
67 sec = offset % 60;
68 offset = (offset - sec) / 60;
74 decf->format(sec, appendTo);
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 222 String sec = Integer.toString(cal.get(Calendar.SECOND)); local
223 setValue(hdfname + ".sec", sec.length() == 1 ? "0" + sec : sec);

Completed in 1425 milliseconds

1 2 3 4 5 6 78 91011>>