HomeSort by relevance Sort by last modified time
    Searched refs:addend (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/wtf/
Atomics.h 84 inline int atomicIncrement(int* addend) { return InterlockedIncrement(reinterpret_cast<long*>(addend)); }
85 inline int atomicDecrement(int* addend) { return InterlockedDecrement(reinterpret_cast<long*>(addend)); }
87 inline int atomicIncrement(int volatile* addend) { return InterlockedIncrement(reinterpret_cast<long volatile*>(addend)); }
88 inline int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_cast<long volatile*>(addend)); }
94 inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast<int*>(addend)); }
    [all...]
  /external/clang/test/CodeGen/
cleanup-stack.c 6 int addend; member in struct:s0
10 *p->var += p->addend;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compatibility.h 92 * @param addend Value to add.
95 fetch_and_add_32(volatile int32* ptr, int32 addend)
98 return _InterlockedExchangeAdd((void*)ptr, addend);
100 return _InterlockedExchangeAdd((void*)ptr, addend);
103 addend);
105 return __sync_fetch_and_add(ptr, addend);
111 after = before + addend;
121 *(ptr) += addend;
131 * @param addend Value to add.
134 fetch_and_add_64(volatile int64* ptr, int64 addend)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSOMUtils.cpp 63 Vector<UChar> addend; local
64 serializeIdentifier(identifier, addend);
65 appendTo.append(String::adopt(addend));
99 Vector<UChar> addend; local
100 serializeString(string, addend);
101 appendTo.append(String::adopt(addend));
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 110 HexagonRelocator::DWord A = pReloc.addend();
128 HexagonRelocator::DWord A = pReloc.addend();
145 HexagonRelocator::DWord A = pReloc.addend();
162 HexagonRelocator::DWord A = pReloc.addend();
174 HexagonRelocator::DWord A = pReloc.addend();
184 HexagonRelocator::DWord A = pReloc.addend();
196 HexagonRelocator::DWord A = pReloc.addend();
208 HexagonRelocator::DWord A = pReloc.addend();
222 HexagonRelocator::DWord A = pReloc.addend();
247 HexagonRelocator::DWord A = pReloc.addend();
    [all...]
  /external/qemu/
softmmu_template.h 105 unsigned long addend; local
160 addend = env->tlb_table[mmu_idx][index].addend;
161 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)(long)(addr+addend));
198 unsigned long addend; local
229 addend = env->tlb_table[mmu_idx][index].addend;
230 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)(long)(addr+addend));
280 unsigned long addend; local
336 addend = env->tlb_table[mmu_idx][index].addend
372 unsigned long addend; local
    [all...]
softmmu_header.h 97 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend;
118 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend;
143 physaddr = addr + env->tlb_table[mmu_idx][page_index].addend;
cpu-defs.h 95 /* Addend to virtual address to get host address. IO accesses
97 size_t addend; member in struct:CPUTLBEntry
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 122 Stub::SWord addend() const { return m_Addend; } function in class:mcld::BranchIsland::Key
132 KEY.addend();
142 (KEY1.addend() == KEY2.addend());
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 39 private static final long addend = 0xBL; field in class:ThreadLocalRandom
101 rnd = (rnd * multiplier + addend) & mask;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 168 // Note the addend is section symbol offset here
169 assert (pHiReloc.addend() == pLoReloc.addend());
174 pLoReloc.addend();
190 Relocator::DWord A = pReloc.target() + pReloc.addend();
221 Relocator::DWord A = pReloc.target() + pReloc.addend();
292 int32_t ALO = (pReloc.target() & 0xFFFF) + pReloc.addend();
345 int32_t A = pReloc.target() + pReloc.addend();
385 int32_t A = pReloc.target() + pReloc.addend();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 367 ARMRelocator::DWord A = pReloc.target() + pReloc.addend();
394 // in order to keep the addend store in the place correct.
418 ARMRelocator::DWord A = pReloc.target() + pReloc.addend();
438 ARMRelocator::DWord A = pReloc.target() + pReloc.addend();
447 ARMRelocator::DWord A = pReloc.target() + pReloc.addend();
463 ARMRelocator::DWord A = pReloc.target() + pReloc.addend();
478 ARMRelocator::DWord A = pReloc.target() + pReloc.addend();
507 + pReloc.addend();
618 helper_extract_movw_movt_addend(pReloc.target()) + pReloc.addend();
636 pReloc.target() + pReloc.addend(), X)
    [all...]
ARMToARMStub.cpp 76 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u;
ARMToTHMStub.cpp 77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u;
THMToARMStub.cpp 77 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u;
THMToTHMStub.cpp 79 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u;
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 246 Relocator::DWord A = pReloc.target() + pReloc.addend();
284 // in order to keep the addend store in the place correct.
310 Relocator::DWord A = pReloc.target() + pReloc.addend();
352 Relocator::DWord A = pReloc.target() + pReloc.addend();
363 Relocator::DWord A = pReloc.target() + pReloc.addend();
378 Relocator::DWord A = pReloc.target() + pReloc.addend();
394 Relocator::DWord A = pReloc.target() + pReloc.addend();
452 Relocator::DWord A = pReloc.target() + pReloc.addend();
473 Relocator::DWord A = pReloc.target() + pReloc.addend();
483 Relocator::DWord A = pReloc.target() + pReloc.addend();
    [all...]
  /frameworks/rs/driver/linkloader/include/
ELFTypes.h 130 typedef detail::ELFSword addend; typedef in struct:ELFPrimitiveTypes
153 typedef detail::ELFSxword addend; typedef in struct:ELFPrimitiveTypes
193 typedef typename ELFPrimitiveTypes<BITWIDTH>::addend addend_t; \
211 typedef ELFPrimitiveTypes<BITWIDTH>::addend addend_t; \
  /external/qemu/block/
qcow2-refcount.c 32 int addend);
459 int64_t offset, int64_t length, int addend)
469 printf("update_refcount: offset=%" PRId64 " size=%" PRId64 " addend=%d\n",
470 offset, length, addend);
521 refcount += addend;
551 dummy = update_refcount(bs, offset, cluster_offset - offset, -addend);
559 * addend must be 1 or -1.
566 int addend)
571 ret = update_refcount(bs, cluster_index << s->cluster_bits, 1, addend);
746 int64_t l1_table_offset, int l1_size, int addend)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 100 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
115 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 63 /// @param pAddend [in] the addend of the relocation entry
77 /// addend - A value
78 Address addend() const function in class:mcld::Relocation
101 /// updateAddend - A relocation with a section symbol must update addend
125 /// m_Addend - the addend
Stub.h 47 SWord addend() const { return m_Addend; } function in class:mcld::Stub::Fixup
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 186 long addend = random.nextInt(MAX_ADDEND); local
189 long result = map.addAndGet(key, addend);
191 assertEquals(before + addend, after);
193 addend = after;
221 long addend = random.nextInt(MAX_ADDEND); local
224 long result = map.getAndAdd(key, addend);
226 assertEquals(before + addend, after);
228 addend = after;
  /external/libnl-headers/
netlink-local.h 152 dst->rs_addend = src->addend;
162 dst->addend = src->rs_addend;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 88 /// Addend - the relocation addend encoded in the instruction itself. Also
90 intptr_t Addend;
92 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend)
93 : SectionID(id), Offset(offset), RelType(type), Addend(addend) {}
111 intptr_t Addend;
113 RelocationValueRef(): SectionID(0), Addend(0), SymbolName(0) {}
279 /// \param Addend A constant addend used to compute the value to be store
    [all...]

Completed in 641 milliseconds

1 2 3 4 5