HomeSort by relevance Sort by last modified time
    Searched defs:Add (Results 276 - 300 of 370) sorted by null

<<1112131415

  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 81 // set-by-index, and add accessors that are generated for all repeated fields.
98 void Add(const Element& value);
99 Element* Add();
125 // any add or remove operation.
255 typename TypeHandler::Type* Add();
296 // Like Add(), but if there are no cleared objects to use, returns NULL.
417 Element* Add();
440 // any add or remove operation.
501 // Add an already-allocated object, passing ownership to the
530 // Add an element to the pool of cleared objects, passing ownership t
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 234 // Add a constant to a ValueBound.
237 ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const {
284 * comparisons related to array bounds, array bounds check, add/sub on top
335 ValueRange* Add(int32_t constant) const {
337 ValueBound lower = lower_.Add(constant, &overflow, &underflow);
343 ValueBound upper = upper_.Add(constant, &overflow, &underflow);
673 right_range->GetBound().Add(left_compensation, &overflow, &underflow));
681 left_range->GetBound().Add(right_compensation, &overflow, &underflow),
748 ValueBound new_upper = upper.Add(compensation, &overflow, &underflow);
760 ValueBound new_lower = lower.Add(compensation, &overflow, &underflow)
    [all...]
nodes.cc 564 void HLoopInformation::Add(HBasicBlock* block) {
643 // Populate this loop: starting with the back edge, recursively add predecessors
800 static void Add(HInstructionList* instruction_list,
812 Add(&instructions_, this, instruction);
816 Add(&phis_, this, phi);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 216 void Add(AllocatorStat i, uptr v) {
266 Add(AllocatorStat(i), s->Get(AllocatorStat(i)));
556 stat->Add(AllocatorStatMapped, map_size);
883 stat->Add(AllocatorStatMapped, kRegionSize);
949 stats_.Add(AllocatorStatAllocated, SizeClassMap::Size(class_id));
    [all...]
sanitizer_coverage_libcdep.cc 90 void Add(uptr pc, u32 *guard);
418 void CoverageData::Add(uptr pc, u32 *guard) {
440 // Then we are trying to add callee to callee_cache [2,cache_size) if it is
948 coverage_data.Add(StackTrace::GetPreviousInstructionPc(GET_CALLER_PC()),
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 947 for (size_t i = 0; i < len; i++) Add(elems[i]);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 160 | Add
248 | Add
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp 295 /// SimplifyAddOperands - Sort and simplify a list of add operands. NumAddRecs
312 // If it returned an add, use the operands. Otherwise it simplified
315 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Sum))
316 Ops.append(Add->op_begin(), Add->op_end());
323 /// SplitAddRecs - Flatten a list of add operands, moving addrec start values
342 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) {
344 Ops.append(Add->op_begin(), Add->op_end());
345 e += Add->getNumOperands()
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 190 case Instruction::Add:
200 // ADD down to exactly one bit. If the constant we are adding has
201 // no bits set below this bit, then we can eliminate the ADD.
208 // the XOR is to toggle the bit. If it is clear, then the ADD has
309 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
311 return Builder->CreateICmpULT(Add, UpperBound);
328 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
330 return Builder->CreateICmpUGT(Add, LowerBound);
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 216 m_NewLineRects.Add(linerange, rect);
223 m_RefreshRects.Add(pOldRect->m_rcLine);
229 m_RefreshRects.Add(pNewRect->m_rcLine);
234 m_RefreshRects.Add(rect);
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 105 // set-by-index, and add accessors that are generated for all repeated fields.
124 void Add(const Element& value);
125 Element* Add();
156 // any add or remove operation.
240 // empty (common case), and add only an 8-byte header to the elements array
410 typename TypeHandler::Type* Add(typename TypeHandler::Type* prototype = NULL);
447 // Like Add(), but if there are no cleared objects to use, returns NULL.
745 Element* Add();
768 // any add or remove operation.
838 // Add an already-allocated object, passing ownership to th
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 88 def Add(l1, l2):
705 math: add IsInf, IsNaN
722 if promptyesno(ui, "hg add %s (y/n)?" % (f,)):
723 if hg_commands.add(ui, repo, 'path:'+f) != 0:
826 cl.reviewer = Add(cl.reviewer, SplitCommaSpace(opts.get('reviewer')))
828 cl.cc = Add(cl.cc, SplitCommaSpace(opts.get('cc')))
830 cl.cc = Add(cl.cc, defaultcc)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 570 Add,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 382 // Add a fake predicate operand, because we share these instruction
393 // Add a fake predicate operand, because we share these instruction
404 // Add a fake predicate operand, because we share these instruction
421 /// tryAddingSymbolicOperand - trys to add a symbolic operand in place of the
475 const MCExpr *Add = NULL;
480 Add = MCSymbolRefExpr::Create(Sym, *Ctx);
482 Add = MCConstantExpr::Create(SymbolicOp.AddSymbol.Value, *Ctx);
504 if (Add)
505 LHS = MCBinaryExpr::CreateSub(Add, Sub, *Ctx);
512 } else if (Add) {
1867 unsigned add = fieldFromInstruction32(Val, 12, 1); local
3076 unsigned add = fieldFromInstruction32(Insn, 4, 1); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 23 /// AddOne - Add one to a ConstantInt.
234 case Instruction::Add:
244 // ADD down to exactly one bit. If the constant we are adding has
245 // no bits set below this bit, then we can eliminate the ADD.
252 // the XOR is to toggle the bit. If it is clear, then the ADD has
357 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
359 return Builder->CreateICmpULT(Add, UpperBound);
376 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off");
378 return Builder->CreateICmpUGT(Add, LowerBound);
    [all...]
InstCombineCompares.cpp 30 /// AddOne - Add one to a ConstantInt
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 151 void MacroAssembler::Add(const Register& rd,
159 AddSubMacro(rd, rn, operand, LeaveFlags, ADD);
171 AddSubMacro(rd, rn, operand, SetFlags, ADD);
182 AddSubMacro(rd, rn, -operand.ImmediateValue(), LeaveFlags, ADD);
195 AddSubMacro(rd, rn, -operand.ImmediateValue(), SetFlags, ADD);
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 850 // Add/sub extended supports shift <= 4. We want to support exactly the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authif.h 179 DWORD (WINAPI *Add) (struct _RADIUS_ATTRIBUTE_ARRAY *_This, const RADIUS_ATTRIBUTE *pAttr);
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7,

Completed in 1335 milliseconds

<<1112131415