Home
last modified time | relevance | path

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

12

/external/webkit/Source/JavaScriptCore/wtf/
DAtomics.h84 inline int atomicIncrement(int* addend) { return InterlockedIncrement(reinterpret_cast<long*>(adden… in atomicIncrement() argument
85 inline int atomicDecrement(int* addend) { return InterlockedDecrement(reinterpret_cast<long*>(adden… in atomicDecrement() argument
87 …ine int atomicIncrement(int volatile* addend) { return InterlockedIncrement(reinterpret_cast<long …
88 …ine int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast<long …
94 inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast<int…
95 inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast<int…
99 inline int atomicIncrement(int volatile* addend) { return android_atomic_inc(addend); }
100 inline int atomicDecrement(int volatile* addend) { return android_atomic_dec(addend); }
105 inline int atomicIncrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, 1) …
106 inline int atomicDecrement(int volatile* addend) { return __gnu_cxx::__exchange_and_add(addend, -1)…
/external/qemu/
Dsoftmmu_template.h105 unsigned long addend; in glue() local
160 addend = env->tlb_table[mmu_idx][index].addend; in glue()
161 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)(long)(addr+addend)); in glue()
198 unsigned long addend; in glue() local
229 addend = env->tlb_table[mmu_idx][index].addend; in glue()
230 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)(long)(addr+addend)); in glue()
280 unsigned long addend; in glue() local
336 addend = env->tlb_table[mmu_idx][index].addend; in glue()
337 glue(glue(st, SUFFIX), _raw)((uint8_t *)(long)(addr+addend), val); in glue()
372 unsigned long addend; in glue() local
[all …]
Dsoftmmu_header.h97 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend; in glue()
118 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend; in glue()
143 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend; in glue()
Dcpu-defs.h97 size_t addend; member
Dexec-all.h409 + env1->tlb_table[mmu_idx][page_index].addend; in get_phys_addr_code()
Dexec.c1873 addr = (tlb_entry->addr_write & TARGET_PAGE_MASK) + tlb_entry->addend; in tlb_reset_dirty_range()
1947 + tlb_entry->addend); in tlb_update_dirty()
1998 ptrdiff_t addend; in tlb_set_page_exec() local
2021 addend = (ptrdiff_t)qemu_get_ram_ptr(pd & TARGET_PAGE_MASK); in tlb_set_page_exec()
2059 te->addend = addend - vaddr; in tlb_set_page_exec()
/external/webkit/Source/WebCore/css/
DCSSOMUtils.cpp63 Vector<UChar> addend; in serializeIdentifier() local
64 serializeIdentifier(identifier, addend); in serializeIdentifier()
65 appendTo.append(String::adopt(addend)); in serializeIdentifier()
99 Vector<UChar> addend; in serializeString() local
100 serializeString(string, addend); in serializeString()
101 appendTo.append(String::adopt(addend)); in serializeString()
/external/llvm/test/CodeGen/ARM/
Dfast-isel-static.ll4 define void @myadd(float* %sum, float* %addend) nounwind {
7 %addend.addr = alloca float*, align 4
9 store float* %addend, float** %addend.addr, align 4
12 %tmp2 = load float** %addend.addr, align 4
/external/clang/test/CodeGen/
Dcleanup-stack.c6 int addend; member
10 *p->var += p->addend; in f0()
/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 …]
Dqcow2.h186 int64_t l1_table_offset, int l1_size, int addend);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h110 RelocationEntry(StringRef t, uint64_t offset, uint32_t data, int64_t addend) in RelocationEntry()
111 : Target(t), Offset(offset), Data(data), Addend(addend), in RelocationEntry()
/external/libnl-headers/
Dnetlink-local.h152 dst->rs_addend = src->addend; in rtnl_copy_ratespec()
162 dst->addend = src->rs_addend; in rtnl_rcopy_ratespec()
/external/llvm/lib/CodeGen/
DELF.h220 bool rela = true, int64_t addend = 0) :
222 r_add(addend), r_rela(rela) {} in r_offset()
/external/iproute2/tc/
Df_flow.c97 static int get_addend(__u32 *addend, char *argv, __u32 keys) in get_addend() argument
128 *addend = tmp; in get_addend()
/external/stlport/src/
Dallocators.cpp92 inline long _STLP_atomic_add_gcc_x86(long volatile* p, long addend) { in _STLP_atomic_add_gcc_x86() argument
97 :"m" (*p), "1" (addend) in _STLP_atomic_add_gcc_x86()
99 return result + addend; in _STLP_atomic_add_gcc_x86()
/external/qemu/tcg/x86_64/
Dtcg-target.c81 tcg_target_long value, tcg_target_long addend) in patch_reloc() argument
83 value += addend; in patch_reloc()
654 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_ld()
836 tcg_out_modrm_offset(s, 0x03 | P_REXW, r0, r1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_st()
/external/llvm/lib/Support/
DAPFloat.cpp871 APFloat::multiplySignificand(const APFloat &rhs, const APFloat *addend) in multiplySignificand() argument
901 if (addend) { in multiplySignificand()
926 APFloat extendedAddend(*addend); in multiplySignificand()
1721 const APFloat &addend, in fusedMultiplyAdd() argument
1735 addend.category == fcNormal) { in fusedMultiplyAdd()
1738 lost_fraction = multiplySignificand(multiplicand, &addend); in fusedMultiplyAdd()
1746 if (category == fcZero && sign != addend.sign) in fusedMultiplyAdd()
1759 fs = addOrSubtract(addend, rounding_mode, false); in fusedMultiplyAdd()
/external/qemu/tcg/
Dtcg.c69 tcg_target_long value, tcg_target_long addend);
114 int label_index, long addend) in tcg_out_reloc() argument
124 patch_reloc(code_ptr, type, l->u.value, addend); in tcg_out_reloc()
130 r->addend = addend; in tcg_out_reloc()
147 patch_reloc(r->ptr, r->type, value, r->addend); in tcg_out_label()
Dtcg.h72 tcg_target_long addend; member
/external/qemu/tcg/sparc/
Dtcg-target.c104 tcg_target_long value, tcg_target_long addend) in patch_reloc() argument
106 value += addend; in patch_reloc()
874 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_ld()
1054 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) - in tcg_out_qemu_st()
/external/qemu/tcg/hppa/
Dtcg-target.c148 tcg_target_long value, tcg_target_long addend) in patch_reloc() argument
154 value += addend; in patch_reloc()
1042 offsetof(CPUState, tlb_table[mem_index][0].addend) - offset); in tcg_out_qemu_ld()
1157 offsetof(CPUState, tlb_table[mem_index][0].addend) - offset); in tcg_out_qemu_st()
/external/qemu/tcg/ppc64/
Dtcg-target.c197 tcg_target_long value, tcg_target_long addend) in patch_reloc() argument
199 value += addend; in patch_reloc()
682 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_ld()
810 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_st()
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringConcatenate.h187 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow) in sumWithOverflow() argument
190 total = oldTotal + addend; in sumWithOverflow()
/external/qemu/tcg/ppc/
Dtcg-target.c206 tcg_target_long value, tcg_target_long addend) in patch_reloc() argument
208 value += addend; in patch_reloc()
646 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_ld()
845 | (offsetof (CPUTLBEntry, addend) in tcg_out_qemu_st()

12