/external/google-breakpad/src/common/ |
D | test_assembler.cc | 106 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/ |
D | cleanup-stack.c | 6 int addend; member
|
/external/brotli/fuzz/ |
D | decode_fuzzer.cc | 12 size_t addend = 0; in LLVMFuzzerTestOneInput() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 152 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/ |
D | ShortDuration.java | 121 public abstract ShortDuration plus(ShortDuration addend); in plus() 219 @Override public ShortDuration plus(ShortDuration addend) { in plus()
|
/external/jemalloc/test/unit/ |
D | nstime.c | 196 nstime_t addend; in TEST_BEGIN() local
|
/external/iproute2/tc/ |
D | f_flow.c | 98 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/ |
D | AtomicLongMapTest.java | 189 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/ |
D | AtomicLongMapTest.java | 204 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet() local 239 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd() local
|
/external/jemalloc/src/ |
D | nstime.c | 55 nstime_add(nstime_t *time, const nstime_t *addend) in nstime_add()
|
/external/syslinux/gpxe/src/util/ |
D | zbin.c | 218 signed long addend; in process_zinfo_add() local
|
/external/elfutils/libdwfl/ |
D | relocate.c | 322 const GElf_Sxword *addend, in relocate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 482 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); in nvfx_fragprog_parse_instruction() local
|
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 311 uint32_t addend = 0; in _Unwind_VRS_Interpret() local
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 265 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend) in __TBB_machine_fetchadd4()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 872 APFloat::multiplySignificand(const APFloat &rhs, const APFloat *addend) in multiplySignificand() 1725 const APFloat &addend, in fusedMultiplyAdd()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 940 APFloat::multiplySignificand(const APFloat &rhs, const APFloat *addend) in multiplySignificand() 1827 const APFloat &addend, in fusedMultiplyAdd()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 756 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD() 763 LOperand* addend() { return inputs_[0]; } in addend() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 745 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD() 752 LOperand* addend() { return inputs_[0]; } in addend() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 763 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD() 770 LOperand* addend() { return inputs_[0]; } in addend() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 710 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD() 717 LOperand* addend() { return inputs_[0]; } in addend() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 774 LMultiplyAddD(LOperand* addend, LOperand* multiplier, in LMultiplyAddD() 781 LOperand* addend() { return inputs_[0]; } in addend() function
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 1033 int64_t addend = 0; in getRelocationValueString() local
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 517 int64_t addend = 0; in getRelocationValueString() local
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1905 int64_t MachOBindEntry::addend() const { return Addend; } in addend() function in MachOBindEntry
|