/external/vboot_reference/firmware/2lib/ |
D | 2secdata.c | 16 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/ |
D | COFFObjectFile.cpp | 280 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 …]
|
D | ELFObjectFile.cpp | 656 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/ |
D | bss_load.c | 22 unsigned int sec, usec; in update_channel_utilization() local 47 unsigned int sec, usec; in bss_load_update_init() local
|
/external/llvm/test/MC/ARM/ |
D | directive-arch_extension-sec.s | 21 sec: label
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | reciprocal.inl | 36 GLM_FUNC_QUALIFIER genType sec function 46 VECTORIZE_VEC(sec) argument
|
/external/strace/mpers-m32/ |
D | struct_btrfs_ioctl_received_subvol_args.h | 9 uint64_t sec; member 13 uint64_t sec; member
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 4-1-buildonly.c | 16 time_t sec; in dummyfcn() local
|
/external/syslinux/com32/tools/ |
D | relocs.c | 323 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/strace/mpers-mx32/ |
D | struct_btrfs_ioctl_received_subvol_args.h | 9 uint64_t sec; member 14 uint64_t sec; member
|
/external/curl/tests/server/ |
D | util.h | 43 #define sleep(sec) Sleep ((sec)*1000) argument
|
/external/syslinux/gpxe/src/util/ |
D | mucurses_test.c | 25 void get_iscsi_chap_secret( char *sec ) { in get_iscsi_chap_secret()
|
/external/skia/src/core/ |
D | SkBitmapProcState.h | 160 #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/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | RandomDataImpl.java | 315 SecureRandom sec = getSecRan(); in nextSecureInt() local 336 SecureRandom sec = getSecRan(); in nextSecureLong() local
|
/external/icu/icu4c/source/test/intltest/ |
D | caltztst.cpp | 183 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()
|
D | calcasts.h | 38 int32_t sec; member
|
/external/ltp/testcases/kernel/syscalls/alarm/ |
D | alarm02.c | 112 unsigned long int sec[] = { -1, ULONG_MAX, ULONG_MAX + 1 }; in main() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | TestCase.java | 95 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/ |
D | TestCase.java | 94 int hour, int min, int sec) in TestCase() 128 int hour, int min, int sec) in TestCase()
|
/external/icu/icu4c/source/i18n/ |
D | collationrootelements.cpp | 121 uint32_t previousSec, sec; in getSecondaryBefore() local 213 uint32_t sec = secTer >> 16; in getSecondaryAfter() local
|
/external/valgrind/none/tests/s390x/ |
D | test.h | 56 static inline void mysleep(long sec, long usec) in mysleep()
|
/external/python/cpython2/Modules/ |
D | cdmodule.c | 135 int min, sec, frame; in CD_msftoblock() local 169 int min, sec, frame, play; in CD_playabs() local 213 int track, min, sec, frame, play; in CD_playtrackabs() local 262 int min, sec, frame; in CD_seek() local 734 int min, sec, frame; in CD_msftoframe() local
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 137 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/blktrace/btt/ |
D | trace_complete.c | 24 __u64 sec, __u32 nsec, int indent) in __out()
|
/external/mesa3d/include/c11/ |
D | threads.h | 49 time_t sec; member
|