HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 201 - 225 of 1092) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java 7 import org.bouncycastle.asn1.sec.SECNamedCurves;
8 import org.bouncycastle.asn1.sec.SECObjectIdentifiers;
  /external/e2fsprogs/lib/ext2fs/
dosio.c 181 unsigned char *tmp, sec[512]; local
279 sec);
292 part->cyls = (unsigned short)(((sec[0] >> 6) << 8) + sec[1] + 1);
293 part->heads = sec[3] + 1;
294 part->sects = sec[0] & 0x3F;
299 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec);
309 pent = (PTABLE_ENTRY*)&sec[0x1BE];
  /external/google-breakpad/src/common/mac/
macho_id.cc 275 struct section sec; local
277 if (!walker->ReadBytes(&sec, sizeof(sec), offset))
281 swap_section(&sec, 1, NXHostByteOrder());
285 if ((sec.flags & SECTION_TYPE) != S_ZEROFILL && sec.offset != 0)
286 macho_id->Update(walker, header_offset + sec.offset, sec.size);
  /external/v8/test/mjsunit/
json-replacer-order.js 5 // http://ecma-international.org/ecma-262/6.0/#sec-json.stringify
  /external/wpa_supplicant_8/src/utils/
os_none.c 18 void os_sleep(os_time_t sec, os_time_t usec)
35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm-generic/
cputime.h 47 #define secs_to_cputime(sec) ((sec) * HZ)

Completed in 510 milliseconds

1 2 3 4 5 6 7 891011>>