Home
last modified time | relevance | path

Searched refs:addend (Results 1 – 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/wtf/
DAtomics.h55 ALWAYS_INLINE int atomicAdd(int volatile* addend, int increment) in atomicAdd() argument
57 …return InterlockedExchangeAdd(reinterpret_cast<long volatile*>(addend), static_cast<long>(incremen… in atomicAdd()
61 ALWAYS_INLINE int atomicSubtract(int volatile* addend, int decrement) in atomicSubtract() argument
63 …return InterlockedExchangeAdd(reinterpret_cast<long volatile*>(addend), static_cast<long>(-decreme… in atomicSubtract()
66 …INE int atomicIncrement(int volatile* addend) { return InterlockedIncrement(reinterpret_cast<long … in atomicIncrement() argument
67 …INE int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast<long … in atomicDecrement() argument
69 …atomicIncrement(int64_t volatile* addend) { return InterlockedIncrement64(reinterpret_cast<long lo… in atomicIncrement() argument
70 …atomicDecrement(int64_t volatile* addend) { return InterlockedDecrement64(reinterpret_cast<long lo… in atomicDecrement() argument
88 ALWAYS_INLINE int atomicAdd(int volatile* addend, int increment) { return __sync_add_and_fetch(adde…
90 ALWAYS_INLINE int atomicSubtract(int volatile* addend, int decrement) { return __sync_sub_and_fetch…
[all …]
/external/chromium_org/tools/relocation_packer/src/
Ddelta_encoder.cc27 ELF::Sxword addend = 0; in Encode() local
35 packed->push_back(relocation->r_addend - addend); in Encode()
36 addend = relocation->r_addend; in Encode()
54 ELF::Sxword addend = 0; in Decode() local
61 addend += packed[i + 1]; in Decode()
67 relocation.r_addend = addend; in Decode()
Ddelta_encoder_unittest.cc15 ELF::Sxword addend, in AddRelocation() argument
20 relocation.r_addend = addend; in AddRelocation()
25 ELF::Sxword addend, in CheckRelocation() argument
30 relocation.r_addend == addend; in CheckRelocation()
Dpacker_unittest.cc28 ELF::Sxword addend, in AddRelocation() argument
33 relocation.r_addend = addend; in AddRelocation()
38 ELF::Sxword addend, in CheckRelocation() argument
43 relocation.r_addend == addend; in CheckRelocation()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relocations.cpp417 ELF::Sxword addend = 0; in ApplyPackedRela() local
427 addend += decoder.Dequeue(); in ApplyPackedRela()
432 relocation.r_addend = addend; in ApplyPackedRela()
474 const ELF::Sword CRAZY_UNUSED addend = rela->r_addend; in ApplyRelaReloc() local
482 addend); in ApplyRelaReloc()
491 sym_addr + addend); in ApplyRelaReloc()
492 *target = sym_addr + addend; in ApplyRelaReloc()
498 sym_addr + addend); in ApplyRelaReloc()
499 *target = sym_addr + addend; in ApplyRelaReloc()
506 sym_addr + addend); in ApplyRelaReloc()
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-static.ll6 define void @myadd(float* %sum, float* %addend) nounwind {
9 %addend.addr = alloca float*, align 4
11 store float* %addend, float** %addend.addr, align 4
14 %tmp2 = load float** %addend.addr, align 4
/external/qemu/
Dcputlb.c32 .addend = -1,
144 addr = (tlb_entry->addr_write & TARGET_PAGE_MASK) + tlb_entry->addend; in tlb_reset_dirty_range()
208 ptrdiff_t addend; in tlb_set_page() local
234 addend = (ptrdiff_t)qemu_get_ram_ptr(pd & TARGET_PAGE_MASK); in tlb_set_page()
272 te->addend = addend - vaddr; in tlb_set_page()
322 p = (void *)((uintptr_t)addr + env1->tlb_table[mmu_idx][page_index].addend); in get_page_addr_code()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h112 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry() argument
113 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
116 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
118 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
121 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
123 : SectionID(id), Offset(offset), RelType(type), Addend(addend), in RelocationEntry()
126 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, in RelocationEntry() argument
130 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
/external/clang/test/CodeGen/
Dcleanup-stack.c6 int addend; member
10 *p->var += p->addend; in f0()
/external/skia/gm/rebaseline_server/
Dimagepairset.py106 column_id=column_id, value=value, addend=0)
108 def _add_extra_column_value_to_summary(self, column_id, value, addend=1): argument
126 instances_of_this_value += addend
/external/chromium_org/net/spdy/
Dhpack_input_stream.cc85 uint32 addend = next_octet << shift; in DecodeNextUint32() local
87 if ((addend >> shift) != next_octet) { in DecodeNextUint32()
90 *I += addend; in DecodeNextUint32()
/external/qemu/block/
Dqcow2-refcount.c32 int addend);
459 int64_t offset, int64_t length, int addend) in update_refcount() argument
470 offset, length, addend); in update_refcount()
521 refcount += addend; in update_refcount()
551 dummy = update_refcount(bs, offset, cluster_offset - offset, -addend); in update_refcount()
566 int addend) in update_cluster_refcount() argument
571 ret = update_refcount(bs, cluster_index << s->cluster_bits, 1, addend); in update_cluster_refcount()
746 int64_t l1_table_offset, int l1_size, int addend) in qcow2_update_snapshot_refcount() argument
796 if (addend != 0) { in qcow2_update_snapshot_refcount()
800 nb_csectors * 512, addend); in qcow2_update_snapshot_refcount()
[all …]
/external/lldb/test/lang/objc/blocks/
Divars-in-blocks.m15 + (int) addend
24 int ret = foo + [self addend];
/external/chromium_org/tools/relocation_packer/
DREADME.TXT56 N: the number of addr-addend delta pairs in the encoding
57 N * A,V: N addr-addend delta pairs
79 addr, addend = 0, 0
82 addend += next signed leb128 value
83 emit R_AARCH64_RELATIVE relocation with r_offset = addr, r_addend = addend
/external/chromium_org/third_party/skia/gm/rebaseline_server/
Dimagepairset.py121 column_id=column_id, value=value, addend=0)
123 def _add_extra_column_value_to_summary(self, column_id, value, addend=1): argument
141 instances_of_this_value += addend
/external/chromium_org/chrome/common/extensions/docs/server2/
Dapi_schema_graph.py352 def update(base, addend): argument
357 for key in addend:
360 base[key] = update(_GraphNode(annotation=annotator(key)), addend[key])
363 update(base[key], addend[key])
/external/qemu/include/exec/
Dsoftmmu_header.h98 uintptr_t hostaddr = addr + env->tlb_table[mmu_idx][page_index].addend; in glue()
120 uintptr_t hostaddr = addr + env->tlb_table[mmu_idx][page_index].addend; in glue()
146 uintptr_t hostaddr = addr + env->tlb_table[mmu_idx][page_index].addend; in glue()
Dsoftmmu_template.h216 haddr = addr + env->tlb_table[mmu_idx][index].addend; in helper_le_ld_name()
298 haddr = addr + env->tlb_table[mmu_idx][index].addend; in helper_be_ld_name()
426 haddr = addr + env->tlb_table[mmu_idx][index].addend; in helper_le_st_name()
502 haddr = addr + env->tlb_table[mmu_idx][index].addend; in helper_be_st_name()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-amd64.c144 reloc->addend = yasm_intnum_copy(intn); in elf_x86_amd64_handle_reloc_addend()
200 if (reloc->addend) in elf_x86_amd64_write_reloc()
201 YASM_WRITE_64I_L(bufp, reloc->addend); in elf_x86_amd64_write_reloc()
/external/libnl/include/
Dnetlink-local.h149 dst->rs_addend = src->addend; in rtnl_copy_ratespec()
159 dst->addend = src->rs_addend; in rtnl_rcopy_ratespec()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java186 long addend = random.nextInt(MAX_ADDEND); in testAddAndGet() local
189 long result = map.addAndGet(key, addend); in testAddAndGet()
191 assertEquals(before + addend, after); in testAddAndGet()
193 addend = after; in testAddAndGet()
221 long addend = random.nextInt(MAX_ADDEND); in testGetAndAdd() local
224 long result = map.getAndAdd(key, addend); in testGetAndAdd()
226 assertEquals(before + addend, after); in testGetAndAdd()
228 addend = after; in testGetAndAdd()
/external/llvm/test/ExecutionEngine/MCJIT/
D2013-04-04-RelocAddend.ll3 ; Verify relocations to global symbols with addend work correctly.
/external/llvm/include/llvm/Object/
DELFObjectFile.h683 int64_t addend = 0; in getRelocationValueString() local
697 addend = getRela(Rel)->r_addend; in getRelocationValueString()
715 fmt << *SymName << (addend < 0 ? "" : "+") << addend << "-P"; in getRelocationValueString()
726 fmt << *SymName << (addend < 0 ? "" : "+") << addend; in getRelocationValueString()
738 if (addend != 0) in getRelocationValueString()
739 fmt << (addend < 0 ? "" : "+") << addend; in getRelocationValueString()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h264 __TBB_machine_fetchadd4(volatile void* ptr, long addend) ITT_INLINE_ATTRIBUTE;
265 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend) in __TBB_machine_fetchadd4() argument
270 : "0"(addend), "m"(*(long*)ptr) in __TBB_machine_fetchadd4()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringConcatenate.h293 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow) in sumWithOverflow() argument
296 total = oldTotal + addend; in sumWithOverflow()

123