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

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 56 llvm::OwningPtr<ELFSectionTy> sec(
58 object->stab.push_back(sec.take());
71 llvm::OwningPtr<ELFSectionTy> sec(
73 object->stab[index] = sec.take();
81 ELFSectionTy const *sec = stab[header->getStringSectionIndex()]; local
83 if (sec) {
85 static_cast<ELFSectionStrTabTy const &>(*sec);
514 ELFSectionTy *sec = stab[i]; local
515 if (sec) {
516 sec->print()
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 312 now_sec = timeout->time.sec;
313 timeout->time.sec += secs;
314 if (timeout->time.sec < now_sec) {
326 timeout->time.sec++;
527 tv.sec = tv.usec = 0;
528 _tv.tv_sec = tv.sec;
588 int sec, usec; local
589 sec = timeout->time.sec - now.sec;
    [all...]
common.c 177 u32 sec, usec; local
182 sec = now.sec + 2208988800U; /* Epoch to 1900 */
186 tmp = host_to_be32(sec);
  /external/kernel-headers/original/linux/
module.h 175 #define __CRC_SYMBOL(sym, sec) \
179 __attribute__((section("__kcrctab" sec), unused)) \
182 #define __CRC_SYMBOL(sym, sec)
186 #define __EXPORT_SYMBOL(sym, sec) \
188 __CRC_SYMBOL(sym, sec) \
194 __attribute__((section("__ksymtab" sec), unused)) \
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 172 public int sec; /* seconds since Epoch */ field in class:EventContainer
190 sec = entry.sec;
197 EventContainer(int tag, int pid, int tid, int sec, int nsec, Object data) {
204 this.sec = sec;
LogReceiver.java 45 public int sec; field in class:LogReceiver.LogEntry
236 entry.sec = ArrayHelper.swap32bitFromArray(data, offset);
  /external/webkit/Source/WebCore/xml/
XSLTProcessorLibxslt.cpp 67 SOFT_LINK(libxslt, xsltFreeSecurityPrefs, void, (xsltSecurityPrefsPtr sec), (sec))
68 SOFT_LINK(libxslt, xsltSetSecurityPrefs, int, (xsltSecurityPrefsPtr sec, xsltSecurityOption option, xsltSecurityCheck func), (sec, option, func))
69 SOFT_LINK(libxslt, xsltSetCtxtSecurityPrefs, int, (xsltSecurityPrefsPtr sec, xsltTransformContextPtr ctxt), (sec, ctxt))
70 SOFT_LINK(libxslt, xsltSecurityForbid, int, (xsltSecurityPrefsPtr sec, xsltTransformContextPtr ctxt, const char* value), (sec, ctxt, value))
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c 102 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
116 int sec; local
123 sec = pmksa->pmksa->expiration - now.sec;
124 if (sec < 0)
125 sec = 0;
126 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL);
254 entry->expiration = now.sec;
hw_features.c 269 int sec = oper->ht_param & local
271 if (sec == HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE)
273 else if (sec == HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW)
297 * Switch PRI/SEC channels if Beacons were detected on selected SEC
316 * Match PRI/SEC channel with any existing HT40 BSS on the same
370 int sec = pri; local
377 sec = pri - 20;
379 sec = pri + 20;
383 (sec < affected_start || sec > affected_end)
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 52 int32_t hour, int32_t min, int32_t sec)
57 min >= 0 && min <= 59 && sec >= 0 && sec <= 59)
66 int32_t year, mon, day, hour, min, sec; local
126 sec = atoi((char *)pHead);
128 if (0 != drm_checkDate(year, mon, day, hour, min, sec))
131 YMD_HMS_2_INT(year, mon, day, dateTime->date, hour, min, sec,
238 int32_t year, mon, day, hour, min, sec; local
400 sec = atoi((char *)pHead);
406 || min < 0 || sec < 0
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
ECNamedCurveTable.java 5 import org.bouncycastle.asn1.sec.SECNamedCurves;
  /external/icu4c/test/intltest/
calregts.h 80 static UDate makeDate(int32_t y, int32_t m = 0, int32_t d = 0, int32_t hr = 0, int32_t min = 0, int32_t sec = 0);
loctest.h 98 static UDate date(int32_t y, int32_t m, int32_t d, int32_t hr = 0, int32_t min = 0, int32_t sec = 0);
  /external/netperf/
netcpu_kstat.c 263 sec, local
300 sec = time2.tv_sec - time1.tv_sec;
302 elapsed = (float)sec + ((float)usec/(float)1000000.0);
306 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
338 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
netcpu_perfstat.c 129 sec, local
201 sec = time2.tv_sec - time1.tv_sec;
203 elapsed = (float)sec + ((float)usec/(float)1000000.0);
226 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
259 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
netcpu_pstat.c 112 sec, local
167 sec = time2.tv_sec - time1.tv_sec;
169 elapsed = (float)sec + ((float)usec/(float)1000000.0);
173 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec);
216 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom_c.h 54 #define kAbsMSFPosition 1 /* Position at the specified Min/Sec/Frame (in BCD) */
133 unsigned char sec; /* Start of track (BCD) */ member in struct:CDTrackData::__anon9617
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
runtests.pl 423 $min .":". $sec ."\n";
428 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
434 $sec = &zero_pad($sec);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec; member in struct:spraytimeval
  /external/libxml2/
xmlschemastypes.c 67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
3539 double sec; local
3994 double sec; local
4039 double sec; local
4089 double sec; local
5830 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 );

Completed in 541 milliseconds

1 2 3 45 6 7 8 91011>>