Home
last modified time | relevance | path

Searched defs:addend (Results 1 – 25 of 36) sorted by relevance

12

/external/google-breakpad/src/common/
Dtest_assembler.cc106 uint64_t addend; in IsKnownConstant() local
129 Label::Binding::Binding(uint64_t addend) in Binding()
138 void Label::Binding::Set(Binding *binding, uint64_t addend) { in Set()
186 void Label::Binding::Get(Binding **base, uint64_t *addend) { in Get()
/external/clang/test/CodeGen/
Dcleanup-stack.c6 int addend; member
/external/brotli/fuzz/
Ddecode_fuzzer.cc12 size_t addend = 0; in LLVMFuzzerTestOneInput() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h152 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry()
156 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
161 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
166 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DShortDuration.java121 public abstract ShortDuration plus(ShortDuration addend); in plus()
219 @Override public ShortDuration plus(ShortDuration addend) { in plus()
/external/jemalloc/test/unit/
Dnstime.c196 nstime_t addend; in TEST_BEGIN() local
/external/iproute2/tc/
Df_flow.c98 static int get_addend(__u32 *addend, char *argv, __u32 keys) in get_addend()
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DAtomicLongMapTest.java189 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet() local
224 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java204 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet() local
239 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd() local
/external/jemalloc/src/
Dnstime.c55 nstime_add(nstime_t *time, const nstime_t *addend) in nstime_add()
/external/syslinux/gpxe/src/util/
Dzbin.c218 signed long addend; in process_zinfo_add() local
/external/elfutils/libdwfl/
Drelocate.c322 const GElf_Sxword *addend, in relocate()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c482 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); in nvfx_fragprog_parse_instruction() local
/external/libunwind_llvm/src/
DUnwind-EHABI.cpp311 uint32_t addend = 0; in _Unwind_VRS_Interpret() local
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h265 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend) in __TBB_machine_fetchadd4()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp872 APFloat::multiplySignificand(const APFloat &rhs, const APFloat *addend) in multiplySignificand()
1725 const APFloat &addend, in fusedMultiplyAdd()
/external/llvm/lib/Support/
DAPFloat.cpp940 APFloat::multiplySignificand(const APFloat &rhs, const APFloat *addend) in multiplySignificand()
1827 const APFloat &addend, in fusedMultiplyAdd()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h756 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD()
763 LOperand* addend() { return inputs_[0]; } in addend() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h745 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD()
752 LOperand* addend() { return inputs_[0]; } in addend() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h763 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD()
770 LOperand* addend() { return inputs_[0]; } in addend() function
/external/v8/src/crankshaft/s390/
Dlithium-s390.h710 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD()
717 LOperand* addend() { return inputs_[0]; } in addend() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h774 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD()
781 LOperand* addend() { return inputs_[0]; } in addend() function
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp1033 int64_t addend = 0; in getRelocationValueString() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp517 int64_t addend = 0; in getRelocationValueString() local
/external/llvm/lib/Object/
DMachOObjectFile.cpp1905 int64_t MachOBindEntry::addend() const { return Addend; } in addend() function in MachOBindEntry

12