Searched refs:addend (Results 1 - 25 of 66) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dcleanup-stack.c6 int addend; member in struct:s0
10 *p->var += p->addend;
/external/brotli/c/fuzz/
H A Ddecode_fuzzer.cc12 size_t addend = 0; local
14 addend = data[size - 1] & 7;
21 const size_t total_out_limit = (addend == 0) ? (1 << 26) : (1 << 24);
26 if (addend == 0)
27 addend = size;
28 /* Test both fast (addend == size) and slow (addend <= 7) decoding paths. */
30 size_t next_i = i + addend;
/external/google-breakpad/src/common/
H A Dtest_assembler.cc67 Label Label::operator+(uint64_t addend) const {
69 l.value_->Set(this->value_, addend);
106 uint64_t addend; local
107 value_->Get(&base, &addend);
109 if (value_p) *value_p = addend;
129 Label::Binding::Binding(uint64_t addend) argument
130 : base_(NULL), addend_(addend), reference_count_(1) { }
138 void Label::Binding::Set(Binding *binding, uint64_t addend) { argument
141 assert(addend_ == addend);
145 binding->Set(NULL, addend_ - addend);
186 Get(Binding **base, uint64_t *addend) argument
[all...]
H A Dtest_assembler.h129 Label operator+(uint64_t addend) const;
176 Binding(uint64_t addend);
201 void Get(Binding **base, uint64_t *addend);
/external/syslinux/gpxe/src/util/
H A Dzbin.c218 signed long addend; local
234 addend = *( ( int8_t * ) target );
237 addend = *( ( int16_t * ) target );
240 addend = *( ( int32_t * ) target );
248 val = size + addend;
256 ( ( addend < 0 ) ? "-" : "" ), abs ( addend ), size,
257 offset, ( ( addend < 0 ) ? "under" : "over" ) );
264 ( ( addend < 0 ) ? "-" : "" ), abs ( addend ), siz
[all...]
/external/jemalloc/src/
H A Dnstime.c55 nstime_add(nstime_t *time, const nstime_t *addend) argument
58 assert(UINT64_MAX - time->ns >= addend->ns);
60 time->ns += addend->ns;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h130 /// Addend - the relocation addend encoded in the instruction itself. Also
152 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) argument
153 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
156 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, argument
158 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
161 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, argument
163 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
166 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, argument
170 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel),
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h110 RelocationEntry(StringRef t, uint64_t offset, uint32_t data, int64_t addend) argument
111 : Target(t), Offset(offset), Data(data), Addend(addend),
/external/jemalloc/include/jemalloc/internal/
H A Dnstime.h28 void nstime_add(nstime_t *time, const nstime_t *addend);
/external/llvm/test/MC/PowerPC/
H A Dppc64-relocs-01.s33 # 1. A R_PPC64_ADDR64 against the .text segment plus addend (the function
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DShortDuration.java119 * addend}.
121 public abstract ShortDuration plus(ShortDuration addend); argument
168 @Override public ShortDuration plus(ShortDuration addend) {
169 return addend;
219 @Override public ShortDuration plus(ShortDuration addend) { argument
220 return new PositiveShortDuration(picos + addend.picos);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELF.h204 int64_t r_add; // explicit relocation addend
205 bool r_rela; // if true then the addend is part of the entry
206 // otherwise the addend is at the location specified
220 bool rela = true, int64_t addend = 0) :
222 r_add(addend), r_rela(rela) {}
/external/jemalloc/test/unit/
H A Dnstime.c196 nstime_t addend; local
197 nstime_init2(&addend, 631152000, 0);
198 nstime_add(&nst, &addend);
/external/python/cpython3/Modules/_io/
H A Dfileio.c660 size_t addend; local
667 addend = currentsize >> 3;
669 addend = 256 + currentsize;
670 if (addend < SMALLCHUNK)
672 addend = SMALLCHUNK;
673 return addend + currentsize;
H A Dwinconsoleio.c782 DWORD addend; local
788 addend = currentsize >> 3;
790 addend = 256 + currentsize;
791 if (addend < SMALLCHUNK)
793 addend = SMALLCHUNK;
794 return addend + currentsize;
/external/python/cpython2/Lib/logging/
H A Dhandlers.py276 addend = -3600
278 addend = 3600
279 newRolloverAt += addend
341 addend = 3600
343 addend = -3600
344 timeTuple = time.localtime(t + addend)
364 addend = -3600
366 addend = 3600
367 newRolloverAt += addend
/external/python/cpython3/Lib/logging/
H A Dhandlers.py324 addend = -3600
326 addend = 3600
327 newRolloverAt += addend
388 addend = 3600
390 addend = -3600
391 timeTuple = time.localtime(t + addend)
410 addend = -3600
412 addend = 3600
413 newRolloverAt += addend
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_array.cc213 llvm::Value* addend = local
216 logical_linear_index = builder->CreateAdd(logical_linear_index, addend, "",
309 int64 addend,
313 index[which_dimension], ir_builder->getInt64(addend), "", /*HasNUW=*/true,
307 BumpIndex(const Index& index, int64 which_dimension, int64 addend, llvm::IRBuilder<>* ir_builder) argument
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
H A DAtomicLongMapTest.java189 long addend = random.nextInt(MAX_ADDEND);
192 long result = map.addAndGet(key, addend);
194 assertEquals(before + addend, after);
196 addend = after;
224 long addend = random.nextInt(MAX_ADDEND);
227 long result = map.getAndAdd(key, addend);
229 assertEquals(before + addend, after);
231 addend = after;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicLongMapTest.java204 long addend = random.nextInt(MAX_ADDEND);
207 long result = map.addAndGet(key, addend);
209 assertEquals(before + addend, after);
211 addend = after;
239 long addend = random.nextInt(MAX_ADDEND);
242 long result = map.getAndAdd(key, addend);
244 assertEquals(before + addend, after);
246 addend = after;
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dgraphviz_example.cc44 HloComputation* AddScalarConstantComputation(int64 addend, HloModule* module) { argument
46 HloComputation::Builder(tensorflow::strings::StrCat("add_", addend));
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A 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) argument
270 : "0"(addend), "m"(*(long*)ptr)
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp517 int64_t addend = 0;
522 // TODO: Read implicit addend from section data.
527 addend = ERela->r_addend;
557 fmt << Target << (addend < 0 ? "" : "+") << addend << "-P";
568 fmt << Target << (addend < 0 ? "" : "+") << addend;
581 if (addend != 0)
582 fmt << (addend < 0 ? "" : "+") << addend;
[all...]
/external/iproute2/tc/
H A Df_flow.c37 "OPS := [ or NUM | and NUM | xor NUM | rshift NUM | addend NUM ]\n"
98 static int get_addend(__u32 *addend, char *argv, __u32 keys) argument
129 *addend = tmp;
191 } else if (matches(*argv, "addend") == 0) {
194 fprintf(stderr, "Illegal \"addend\"\n");
330 fprintf(f, "addend 0x%x ",
/external/elfutils/libdwfl/
H A Drelocate.c322 const GElf_Sxword *addend,
412 if (addend)
414 /* For the addend form, we have the value already. */
415 value += *addend;
316 relocate(Dwfl_Module * const mod, Elf * const relocated, struct reloc_symtab_cache * const reloc_symtab, Elf_Data * const tdata, const GElf_Ehdr * const ehdr, GElf_Addr offset, const GElf_Sxword *addend, int rtype, int symndx) argument

Completed in 868 milliseconds

123