Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 202) sorted by relevance

123456789

/external/vboot_reference/firmware/2lib/
D2secdata.c16 const struct vb2_secdata *sec = in vb2_secdata_check_crc() local
28 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_create() local
68 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_get() local
91 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_set() local
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp280 const coff_section *sec = toSec(Sec); in getSectionNext() local
289 const coff_section *sec = toSec(Sec); in getSectionName() local
312 const coff_section *sec = toSec(Sec); in getSectionAddress() local
319 const coff_section *sec = toSec(Sec); in getSectionSize() local
326 const coff_section *sec = toSec(Sec); in getSectionContents() local
341 const coff_section *sec = toSec(Sec); in getSectionAlignment() local
350 const coff_section *sec = toSec(Sec); in isSectionText() local
357 const coff_section *sec = toSec(Sec); in isSectionData() local
364 const coff_section *sec = toSec(Sec); in isSectionBSS() local
372 const coff_section *sec = toSec(Sec); in sectionContainsSymbol() local
[all …]
DELFObjectFile.cpp656 const uint8_t *sec = reinterpret_cast<const uint8_t *>(Sec.p); in getSectionNext() local
667 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in getSectionName() local
676 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in getSectionAddress() local
685 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in getSectionSize() local
694 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in getSectionContents() local
704 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in getSectionAlignment() local
713 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in isSectionText() local
725 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in isSectionData() local
738 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in isSectionBSS() local
762 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); in getSectionRelBegin() local
[all …]
/external/wpa_supplicant_8/src/ap/
Dbss_load.c22 unsigned int sec, usec; in update_channel_utilization() local
47 unsigned int sec, usec; in bss_load_update_init() local
/external/syslinux/com32/tools/
Drelocs.c323 struct section *sec = &secs[i]; in read_shdrs() local
347 struct section *sec = &secs[i]; in read_strtabs() local
372 struct section *sec = &secs[i]; in read_symtabs() local
405 struct section *sec = &secs[i]; in read_relocs() local
438 struct section *sec = &secs[i]; in print_absolute_symbols() local
470 struct section *sec = &secs[i]; in print_absolute_relocs() local
543 struct section *sec = &secs[i]; in walk_relocs() local
/external/vulkan-validation-layers/libs/glm/gtc/
Dreciprocal.inl36 GLM_FUNC_QUALIFIER genType sec function
46 VECTORIZE_VEC(sec) argument
/external/strace/mpers-m32/
Dstruct_btrfs_ioctl_received_subvol_args.h9 uint64_t sec; member
13 uint64_t sec; member
/external/strace/mpers-mx32/
Dstruct_btrfs_ioctl_received_subvol_args.h9 uint64_t sec; member
14 uint64_t sec; member
/external/skia/src/core/
DSkBitmapProcState.h160 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument
164 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument
170 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
176 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-sec.s21 sec: label
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D4-1-buildonly.c16 time_t sec; in dummyfcn() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomDataImpl.java315 SecureRandom sec = getSecRan(); in nextSecureInt() local
336 SecureRandom sec = getSecRan(); in nextSecureLong() local
/external/curl/tests/server/
Dutil.h43 #define sleep(sec) Sleep ((sec)*1000) argument
/external/llvm/include/llvm/Object/
DELF.h137 const Elf_Rela *rela_begin(const Elf_Shdr *sec) const { in rela_begin()
143 const Elf_Rela *rela_end(const Elf_Shdr *sec) const { in rela_end()
154 const Elf_Rel *rel_begin(const Elf_Shdr *sec) const { in rel_begin()
160 const Elf_Rel *rel_end(const Elf_Shdr *sec) const { in rel_end()
/external/icu/icu4c/source/test/intltest/
Dcaltztst.cpp183 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) in date()
221 …teToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec) in dateToFields()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DTestCase.java95 int hour, int min, int sec) in TestCase()
129 int hour, int min, int sec) in TestCase()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DTestCase.java94 int hour, int min, int sec) in TestCase()
128 int hour, int min, int sec) in TestCase()
/external/elfutils/src/
Dunstrip.c987 const struct section *sec = &sections[i]; in find_alloc_sections_prelink() local
1067 struct section *sec = &undo_sections[undo_nalloc]; in find_alloc_sections_prelink() local
1128 struct section *sec = find_alloc_section (shdr, 0, name, in find_alloc_sections_prelink() local
1162 struct section *sec = &sections[j]; in find_alloc_sections_prelink() local
1224 for (struct section *sec = sections; in new_shstrtab() local
1342 struct section *sec = &sections[i]; in copy_elided_sections() local
1383 struct section *sec = NULL; in copy_elided_sections() local
1460 for (struct section *sec = sections; in copy_elided_sections() local
1536 for (const struct section *sec = sections; in copy_elided_sections() local
1760 Elf_Scn *sec = elf_getscn (unstripped, i + 1); in copy_elided_sections() local
[all …]
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c152 time_t sec; member
243 time_t sec, long nsec) in chk_difftime()
/external/icu/icu4c/source/i18n/
Dcollationrootelements.cpp121 uint32_t previousSec, sec; in getSecondaryBefore() local
213 uint32_t sec = secTer >> 16; in getSecondaryAfter() local
/external/valgrind/coregrind/
Dm_transtab.c682 Bool HostExtent__is_dead (const HostExtent* hx, const Sector* sec) in HostExtent__is_dead()
726 const Sector* sec = &sectors[sno]; in find_TTEntry_from_hcode() local
1068 UInt addEClassNo ( /*MOD*/Sector* sec, EClassNo ec, TTEno tteno ) in addEClassNo()
1109 void upd_eclasses_after_add ( /*MOD*/Sector* sec, TTEno tteno ) in upd_eclasses_after_add()
1132 static Bool sanity_check_eclasses_in_sector ( const Sector* sec ) in sanity_check_eclasses_in_sector()
1308 Sector* sec; in sanity_check_all_sectors() local
1426 Sector* sec; in initialiseSector() local
1877 static void delete_tte ( /*MOD*/Sector* sec, SECno secNo, TTEno tteno, in delete_tte()
1946 Bool delete_translations_in_sector_eclass ( /*MOD*/Sector* sec, SECno secNo, in delete_translations_in_sector_eclass()
1987 Bool delete_translations_in_sector ( /*MOD*/Sector* sec, SECno secNo, in delete_translations_in_sector()
[all …]
/external/syslinux/gpxe/src/util/
Dmucurses_test.c25 void get_iscsi_chap_secret( char *sec ) { in get_iscsi_chap_secret()
/external/syslinux/libinstaller/
Dsyslxcom.c184 sector_t sec, *secp, *esec; in sectmap_fie() local
257 sector_t sec; in sectmap_fib() local
/external/v8/src/builtins/
Dbuiltins-date.cc85 double MakeTime(double hour, double min, double sec, double ms) { in MakeTime()
152 int year, month, day, weekday, hour, min, sec, ms; in ToDateString() local
432 Handle<Object> sec = args.at<Object>(3); in BUILTIN() local
485 Handle<Object> sec = args.at<Object>(2); in BUILTIN() local
531 Handle<Object> sec = args.atOrUndefined(isolate, 1); in BUILTIN() local
632 Handle<Object> sec = args.at<Object>(3); in BUILTIN() local
683 Handle<Object> sec = args.at<Object>(2); in BUILTIN() local
728 Handle<Object> sec = args.atOrUndefined(isolate, 1); in BUILTIN() local
770 int year, month, day, weekday, hour, min, sec, ms; in BUILTIN() local
819 int year, month, day, weekday, hour, min, sec, ms; in BUILTIN() local
/external/ltp/testcases/kernel/syscalls/alarm/
Dalarm02.c112 unsigned long int sec[] = { -1, ULONG_MAX, ULONG_MAX + 1 }; in main() local

123456789