HomeSort by relevance Sort by last modified time
    Searched defs:Add (Results 501 - 525 of 624) sorted by null

<<2122232425

  /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,
  /prebuilts/python/linux-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,
  /prebuilts/tools/darwin-x86_64/protoc/include/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...]
  /art/compiler/optimizing/
nodes.cc 733 void HLoopInformation::Add(HBasicBlock* block) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 688 Add,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 705 // Sets the appropriate insert point on Builder where we can add
739 // 3. Add the edges for the PHI nodes.
788 Op, Index, GEP->getOperand(0)->getName() + ".add");
797 // Add the incoming values to the PHI nodes.
801 // All the instructions have been created, we can now add edges to the
    [all...]
  /external/python/cpython3/Include/
Python-ast.h 18 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7,
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 78 Add,
642 if (auto *Add = deoptLeaToAddOrNull(Func)) {
643 Add->emitIAS(Func);
669 // Revert back to Add when the Lea is a 2-address instruction.
670 // Caller has to emit, this just produces the add instruction.
675 auto *Add = InstImpl<TraitsType>::InstX86Add::create(
677 // TODO(manasijm): Remove const_cast by emitting code for add
679 return Add;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 688 Add,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h 688 Add,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instructions.h 688 Add,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instructions.h 693 Add,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instructions.h 693 Add,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instructions.h 693 Add,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instructions.h 693 Add,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 688 Add,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instructions.h 688 Add,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instructions.h 688 Add,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instructions.h 693 Add,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instructions.h 693 Add,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instructions.h 693 Add,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instructions.h 693 Add,
    [all...]

Completed in 2916 milliseconds

<<2122232425