/frameworks/rs/cpu_ref/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/iproute2/tc/ |
f_flow.c | 37 "OPS := [ or NUM | and NUM | xor NUM | rshift NUM | addend NUM ]\n" 98 static int get_addend(__u32 *addend, char *argv, __u32 keys) 129 *addend = tmp; 194 } else if (matches(*argv, "addend") == 0) { 197 fprintf(stderr, "Illegal \"addend\"\n"); 332 fprintf(f, "addend 0x%x ",
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformOperations.cpp | 112 TransformOperations TransformOperations::add(const TransformOperations& addend) const 116 result.m_operations.append(addend.operations());
|
TransformOperations.h | 87 TransformOperations add(const TransformOperations& addend) const;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-x86-amd64.c | 143 /* .rela: copy value out as addend, replace original with 0 */ 144 reloc->addend = yasm_intnum_copy(intn); 200 if (reloc->addend) 201 YASM_WRITE_64I_L(bufp, reloc->addend);
|
/external/llvm/test/CodeGen/PowerPC/ |
buildvec_canonicalize.ll | 12 ; The fmul will spill a vspltisw to create a -0.0 vector used as the addend
|
/external/llvm/test/MC/PowerPC/ |
ppc64-relocs-01.s | 33 # 1. A R_PPC64_ADDR64 against the .text segment plus addend (the function
|
/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...] |
/external/qemu/ |
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
|
elf.h | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 25 /// Class representing coefficient of floating-point addend. 100 // The integer coefficient of an individual addend is either 1 or -1, 109 /// FAddend is used to represent floating-point addend. An addend is 111 /// constant coefficient. A constant addend is represented as <C, 0>. 136 /// splitted is the addend itself. 147 // This addend has the value of "Coeff * Val". 167 /// Convert given addend to a Value 375 FAddend &Addend = Opnd0 ? Addend1 : Addend0; 377 Addend.set(1, Opnd1) [all...] |
/external/kernel-headers/original/asm-mips/ |
module.h | 32 Elf64_Sxword r_addend; /* Addend. */
|
/external/llvm/lib/Target/Mips/ |
MipsJITInfo.cpp | 274 // Addend is needed for unaligned load/store instructions, where offset 276 // be modified by +1 or +3. Otherwise, Addend is 0. 277 int Addend = *((unsigned*) RelocPos) & 0xffff; 278 ResultPtr = (ResultPtr + Addend) & 0xffff;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
RelocationFactory.h | 45 /// @param pAddend - the addend of the relocation entry
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocator.cpp | 431 // Note the addend is section symbol offset here 432 assert (pHiReloc.addend() == pLoReloc.addend()); 437 pLoReloc.addend(); 453 Relocator::DWord A = pReloc.target() + pReloc.addend(); 484 Relocator::DWord A = pReloc.target() + pReloc.addend(); 555 int32_t ALO = (pReloc.target() & 0xFFFF) + pReloc.addend(); 609 int32_t A = pReloc.target() + pReloc.addend(); 649 int32_t A = pReloc.target() + pReloc.addend();
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFReloc.hxx | 104 PRINT_LINT("Addend", concrete()->getAddend() );
|
/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/Target/X86/MCTargetDesc/ |
X86ELFObjectWriter.cpp | 29 int64_t Addend) const; 46 int64_t Addend) const {
|
/frameworks/compile/mclinker/lib/Fragment/ |
Relocation.cpp | 48 /// @param pAddend [in] the addend of the relocation entry 153 // Update value keep in addend if we meet a section symbol
|
/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());
|
/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/ARM/ |
ARMRelocator.cpp | 819 ARMRelocator::DWord A = pReloc.target() + pReloc.addend(); 848 // in order to keep the addend store in the place correct. 872 ARMRelocator::DWord A = pReloc.target() + pReloc.addend(); 894 ARMRelocator::DWord A = pReloc.target() + pReloc.addend(); 903 ARMRelocator::DWord A = pReloc.target() + pReloc.addend(); 921 ARMRelocator::DWord A = pReloc.target() + pReloc.addend(); 936 ARMRelocator::DWord A = pReloc.target() + pReloc.addend(); 950 pReloc.addend(); [all...] |
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Relocator.cpp | 811 Relocator::DWord A = pReloc.target() + pReloc.addend(); 845 // in order to keep the addend store in the place correct. 871 Relocator::DWord A = pReloc.target() + pReloc.addend(); 913 Relocator::DWord A = pReloc.target() + pReloc.addend(); 924 Relocator::DWord A = pReloc.target() + pReloc.addend(); 939 Relocator::DWord A = pReloc.target() + pReloc.addend() [all...] |