/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/llvm-project/lld/ELF/ |
D | LinkerScript.cpp | 52 static uint64_t getOutputSectionVA(SectionBase *sec) { in getOutputSectionVA() 83 OutputSection *sec; in createOutputSection() local 168 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; in addSymbol() local 292 auto *sec = cast<OutputSection>(base); in declareSymbols() local 366 sections, [](InputSectionBase *sec) { return sec->flags & SHF_WRITE; }); in matchConstraints() 448 InputSectionBase *sec = sections[i]; in computeInputSections() local 552 if (auto *sec = dyn_cast<OutputSection>(base)) { in processSectionCommands() local 628 if (auto *sec = dyn_cast<OutputSection>(base)) in findByName() local 636 OutputSection *sec = script->createOutputSection(outsecName, "<internal>"); in createSection() local 662 auto *sec = cast<InputSection>(isec); in addInputSec() local [all …]
|
D | MarkLive.cpp | 77 static uint64_t getAddend(InputSectionBase &sec, in getAddend() 84 static uint64_t getAddend(InputSectionBase &sec, in getAddend() 91 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, in resolveReloc() 170 static bool isReserved(InputSectionBase *sec) { in isReserved() 188 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) { in enqueue() 281 InputSectionBase &sec = *queue.pop_back_val(); in mark() local
|
D | Writer.cpp | 228 static Defined *addOptionalRegular(StringRef name, SectionBase *sec, in addOptionalRegular() 337 if (auto *sec = dyn_cast<OutputSection>(base)) in findSection() local 353 InputSection *sec = createInterpSection(); in createSyntheticSections() local 359 auto add = [](SyntheticSection *sec) { inputSections.push_back(sec); }; in createSyntheticSections() 390 if (auto *sec = MipsAbiFlagsSection<ELFT>::create()) in createSyntheticSections() local 392 if (auto *sec = MipsOptionsSection<ELFT>::create()) in createSyntheticSections() local 394 if (auto *sec = MipsReginfoSection<ELFT>::create()) in createSyntheticSections() local 401 auto add = [&](SyntheticSection *sec) { in createSyntheticSections() 738 SectionBase *sec = sym.section; in shouldKeepInSymtab() local 748 SectionBase *sec = d->section; in includeInSymtab() local [all …]
|
D | DWARF.cpp | 34 InputSectionBase *sec = it.value(); in LLDDwarfObj() local 107 LLDDwarfObj<ELFT>::findAux(const InputSectionBase &sec, uint64_t pos, in findAux() 139 auto &sec = static_cast<const LLDDWARFSection &>(s); in find() local
|
D | InputFiles.cpp | 246 InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux() 261 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg() 351 for (const Elf_Shdr &sec : sections) in findSection() local 423 const Elf_Shdr &sec) { in getShtGroupSignature() 443 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() 577 const Elf_Shdr &sec = objSections[i]; in initializeSections() local 668 const Elf_Shdr &sec = objSections[i]; in initializeSections() local 796 template <class ELFT> static uint32_t readAndFeatures(const InputSection &sec) { in readAndFeatures() 855 InputSectionBase *ObjFile<ELFT>::getRelocTarget(const Elf_Shdr &sec) { in getRelocTarget() 874 static InputSection *toRegularSection(MergeInputSection *sec) { in toRegularSection() [all …]
|
D | Relocations.cpp | 532 static void replaceWithDefined(Symbol &sym, SectionBase *sec, uint64_t value, in replaceWithDefined() 597 BssSection *sec = in addCopyRelSymbol() local 625 InputSectionBase &sec, RelExpr expr, in computeMipsAddend() 660 InputSectionBase &sec, RelExpr expr, in computeAddend() 720 InputSectionBase *sec; member 888 InputSectionBase &sec = *l.sec; in reportUndefinedSymbol() local 946 static bool maybeReportUndefined(Symbol &sym, InputSectionBase &sec, in maybeReportUndefined() 1012 explicit OffsetGetter(InputSectionBase &sec) { in OffsetGetter() 1138 static void processRelocAux(InputSectionBase &sec, RelExpr expr, RelType type, in processRelocAux() 1283 static void scanReloc(InputSectionBase &sec, OffsetGetter &getOffset, RelTy *&i, in scanReloc() [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | bpf_trace_helpers.h | 44 #define BPF_TRACE_0(sec, fname, ...) BPF_TRACE_x(0, sec, fname, int, __VA_ARGS__) argument 45 #define BPF_TRACE_1(sec, fname, ...) BPF_TRACE_x(1, sec, fname, int, __VA_ARGS__) argument 46 #define BPF_TRACE_2(sec, fname, ...) BPF_TRACE_x(2, sec, fname, int, __VA_ARGS__) argument 47 #define BPF_TRACE_3(sec, fname, ...) BPF_TRACE_x(3, sec, fname, int, __VA_ARGS__) argument 48 #define BPF_TRACE_4(sec, fname, ...) BPF_TRACE_x(4, sec, fname, int, __VA_ARGS__) argument 49 #define BPF_TRACE_5(sec, fname, ...) BPF_TRACE_x(5, sec, fname, int, __VA_ARGS__) argument 50 #define BPF_TRACE_6(sec, fname, ...) BPF_TRACE_x(6, sec, fname, int, __VA_ARGS__) argument 51 #define BPF_TRACE_7(sec, fname, ...) BPF_TRACE_x(7, sec, fname, int, __VA_ARGS__) argument 52 #define BPF_TRACE_8(sec, fname, ...) BPF_TRACE_x(8, sec, fname, int, __VA_ARGS__) argument 53 #define BPF_TRACE_9(sec, fname, ...) BPF_TRACE_x(9, sec, fname, int, __VA_ARGS__) argument [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | bss_load.c | 20 unsigned int *sec, unsigned int *usec) in get_bss_load_update_timeout() 45 unsigned int sec, usec; in update_channel_utilization() local 85 unsigned int sec, usec; in bss_load_update_init() local
|
D | airtime_policy.c | 37 unsigned int *sec, in get_airtime_policy_update_timeout() 133 unsigned int sec, usec; in update_airtime_weights() local 253 unsigned int sec, usec; in airtime_policy_update_init() local
|
/external/llvm-project/lld/wasm/ |
D | OutputSections.h | 64 static bool classof(const OutputSection *sec) { in classof() 87 static bool classof(const OutputSection *sec) { in classof() 118 static bool classof(const OutputSection *sec) { in classof()
|
/external/openscreen/cast/common/certificate/ |
D | types.cc | 52 time_t sec = static_cast<time_t>(seconds); in DateTimeFromSeconds() local 91 time_t sec; in DateTimeToSeconds() local
|
/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/ |
D | timer_rpc_clnt.c | 193 uint8_t sec) in sc_timer_set_rtc_time() 217 uint8_t *sec) in sc_timer_get_rtc_time() 251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec) in sc_timer_get_rtc_sec1970() 272 uint8_t sec) in sc_timer_set_rtc_alarm() 294 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec) in sc_timer_set_rtc_periodic_alarm()
|
/external/llvm-project/lld/MachO/Arch/ |
D | X86_64.cpp | 45 static std::string getErrorLocation(MemoryBufferRef mb, const section_64 &sec, in getErrorLocation() 53 static void validateLength(MemoryBufferRef mb, const section_64 &sec, in validateLength() 71 uint64_t X86_64::getImplicitAddend(MemoryBufferRef mb, const section_64 &sec, in getImplicitAddend()
|
/external/skia/src/core/ |
D | SkBitmapProcState.h | 119 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument 123 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument 129 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() 135 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
|
/external/iperf3/src/ |
D | iperf_udp.c | 71 uint32_t sec, usec; in iperf_udp_recv() local 225 uint32_t sec, usec; in iperf_udp_send() local 239 uint32_t sec, usec, pcount; in iperf_udp_send() local
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | directive-arch_extension-sec.s | 21 sec: label
|
/external/llvm/test/MC/ARM/ |
D | directive-arch_extension-sec.s | 21 sec: label
|
/external/skqp/src/core/ |
D | SkBitmapProcState.h | 135 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument 139 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument 145 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts() 151 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/ |
D | pmu_fw.c | 8 #define INCBIN(file, sym, sec) \ argument
|
/external/rust/crates/chrono/src/ |
D | sys.rs | 37 pub sec: i64, field 120 let sec = match self.tm_utcoff { in to_timespec() localVariable
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 4-1-buildonly.c | 16 time_t sec; in dummyfcn() local
|
/external/curl/tests/server/ |
D | util.h | 47 #define sleep(sec) Sleep ((sec)*1000) argument
|
/external/llvm-project/lld/MachO/ |
D | ObjC.cpp | 25 for (const section_64 &sec : sectionHeaders) { in hasObjCSection() local
|
/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
|