HomeSort by relevance Sort by last modified time
    Searched refs:addend (Results 1 - 25 of 104) 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));
  /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
  /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/
MipsRelocationFactory.cpp 158 // Note the addend is section symbol offset here
159 assert (pHiReloc.addend() == pLoReloc.addend());
163 int32_t AHL = ((AHI & 0xFFFF) << 16) + (int16_t)(ALO & 0xFFFF) + pLoReloc.addend();
182 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
217 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
294 int32_t ALO = (pReloc.target() & 0xFFFF) + pReloc.addend();
362 int32_t A = pReloc.target() + pReloc.addend();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 393 ARMRelocationFactory::DWord A = pReloc.target() + pReloc.addend();
423 // in order to keep the addend store in the place correct.
448 ARMRelocationFactory::DWord A = pReloc.target() + pReloc.addend();
460 ARMRelocationFactory::DWord A = pReloc.target() + pReloc.addend();
471 ARMRelocationFactory::DWord A = pReloc.target() + pReloc.addend();
489 ARMRelocationFactory::DWord A = pReloc.target() + pReloc.addend();
506 ARMRelocationFactory::DWord A = pReloc.target() + pReloc.addend();
540 + pReloc.addend();
652 helper_extract_movw_movt_addend(pReloc.target()) + pReloc.addend();
671 pReloc.target() + pReloc.addend(), X)
    [all...]
  /frameworks/compile/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; \
  /frameworks/compile/mclinker/include/mcld/LD/
Relocation.h 54 /// addend - A value
55 Address addend() const function in class:mcld::Relocation
110 /// m_Addend - the addend
  /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/Target/X86/
X86RelocationFactory.cpp 250 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
281 // in order to keep the addend store in the place correct.
304 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
347 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
360 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
377 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
395 RelocationFactory::DWord A = pReloc.target() + pReloc.addend();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 83 /// Addend - the relocation addend encoded in the instruction itself. Also
85 intptr_t Addend;
87 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend)
88 : SectionID(id), Offset(offset), RelType(type), Addend(addend) {}
106 intptr_t Addend;
108 RelocationValueRef(): SectionID(0), Addend(0), SymbolName(0) {}
236 /// \param Addend A constant addend used to compute the value to be store
    [all...]
  /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;
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 157 double addend = dividend / 24.0;
158 return getDayOfYear(date) + addend;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 555 against, RELOC_NAME is the name of the relocation, and ADDEND is
556 any addend that is used. ABFD, SECTION and ADDRESS identify the
562 const char *name, const char *reloc_name, bfd_vma addend,
696 /* Addend to use. The object file should contain zero. The BFD
699 addend must be stored into in the object file, and for some
701 bfd_vma addend;
698 bfd_vma addend; member in struct:bfd_link_order_reloc
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 555 against, RELOC_NAME is the name of the relocation, and ADDEND is
556 any addend that is used. ABFD, SECTION and ADDRESS identify the
562 const char *name, const char *reloc_name, bfd_vma addend,
696 /* Addend to use. The object file should contain zero. The BFD
699 addend must be stored into in the object file, and for some
701 bfd_vma addend;
698 bfd_vma addend; member in struct:bfd_link_order_reloc
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 555 against, RELOC_NAME is the name of the relocation, and ADDEND is
556 any addend that is used. ABFD, SECTION and ADDRESS identify the
562 const char *name, const char *reloc_name, bfd_vma addend,
696 /* Addend to use. The object file should contain zero. The BFD
699 addend must be stored into in the object file, and for some
701 bfd_vma addend;
698 bfd_vma addend; member in struct:bfd_link_order_reloc
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 555 against, RELOC_NAME is the name of the relocation, and ADDEND is
556 any addend that is used. ABFD, SECTION and ADDRESS identify the
562 const char *name, const char *reloc_name, bfd_vma addend,
696 /* Addend to use. The object file should contain zero. The BFD
699 addend must be stored into in the object file, and for some
701 bfd_vma addend;
698 bfd_vma addend; member in struct:bfd_link_order_reloc
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 555 against, RELOC_NAME is the name of the relocation, and ADDEND is
556 any addend that is used. ABFD, SECTION and ADDRESS identify the
562 const char *name, const char *reloc_name, bfd_vma addend,
696 /* Addend to use. The object file should contain zero. The BFD
699 addend must be stored into in the object file, and for some
701 bfd_vma addend;
698 bfd_vma addend; member in struct:bfd_link_order_reloc
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 555 against, RELOC_NAME is the name of the relocation, and ADDEND is
556 any addend that is used. ABFD, SECTION and ADDRESS identify the
562 const char *name, const char *reloc_name, bfd_vma addend,
696 /* Addend to use. The object file should contain zero. The BFD
699 addend must be stored into in the object file, and for some
701 bfd_vma addend;
698 bfd_vma addend; member in struct:bfd_link_order_reloc
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 555 against, RELOC_NAME is the name of the relocation, and ADDEND is
556 any addend that is used. ABFD, SECTION and ADDRESS identify the
562 const char *name, const char *reloc_name, bfd_vma addend,
696 /* Addend to use. The object file should contain zero. The BFD
699 addend must be stored into in the object file, and for some
701 bfd_vma addend;
698 bfd_vma addend; member in struct:bfd_link_order_reloc

Completed in 694 milliseconds

1 2 3 4 5