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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 154 Add
238 /// \brief Return true if the instruction is an add instruction.
239 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 146 enum ExprKind { Subtract, Add };
188 Counter add(Counter LHS, Counter RHS);
433 /// \brief Add a function record corresponding to \p Record.
632 return CounterExpression(CounterExpression::ExprKind::Add,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 154 Add
238 /// \brief Return true if the instruction is an add instruction.
239 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/Coverage/
CoverageMapping.h 146 enum ExprKind { Subtract, Add };
188 Counter add(Counter LHS, Counter RHS);
433 /// \brief Add a function record corresponding to \p Record.
632 return CounterExpression(CounterExpression::ExprKind::Add,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 154 Add
238 /// \brief Return true if the instruction is an add instruction.
239 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/Coverage/
CoverageMapping.h 146 enum ExprKind { Subtract, Add };
188 Counter add(Counter LHS, Counter RHS);
433 /// \brief Add a function record corresponding to \p Record.
632 return CounterExpression(CounterExpression::ExprKind::Add,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 154 Add
247 /// \brief Return true if the instruction is an add instruction.
248 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 154 Add
247 /// \brief Return true if the instruction is an add instruction.
248 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 154 Add
247 /// \brief Return true if the instruction is an add instruction.
248 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 154 Add
247 /// \brief Return true if the instruction is an add instruction.
248 bool isAdd() const { return Flags & (1ULL << MCID::Add); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
termmgr.h 292 virtual HRESULT WINAPI Add(BSTR bstrSuperclass) = 0;
320 HRESULT (WINAPI *Add)(ITPluggableTerminalClassRegistration *This,BSTR bstrSuperclass);
350 #define ITPluggableTerminalClassRegistration_Add(This,bstrSuperclass) (This)->lpVtbl->Add(This,bstrSuperclass)
401 virtual HRESULT WINAPI Add(void) = 0;
421 HRESULT (WINAPI *Add)(ITPluggableTerminalSuperclassRegistration *This);
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 40 // If Time t has a monotonic clock reading, t.Add adds the same duration to
88 // The Add method adds a Time and a Duration, producing a Time.
345 // The Add and Sub computations are oblivious to the choice of epoch.
357 // have to add the zone offset, so adding the translation to the
843 // Add returns the time t+d.
844 func (t Time) Add(d Duration) Time {
871 // To compute t-d for a duration d, use t.Add(-d).
888 case u.Add(d).Equal(t):
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 40 // If Time t has a monotonic clock reading, t.Add adds the same duration to
88 // The Add method adds a Time and a Duration, producing a Time.
345 // The Add and Sub computations are oblivious to the choice of epoch.
357 // have to add the zone offset, so adding the translation to the
843 // Add returns the time t+d.
844 func (t Time) Add(d Duration) Time {
871 // To compute t-d for a duration d, use t.Add(-d).
888 case u.Add(d).Equal(t):
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/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...]
  /prebuilts/misc/windows/protobuf2.5/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...]
  /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...]
  /system/bt/bta/hearing_aid/
hearing_aid.cc 185 void Add(HearingDevice device) {
274 hearingDevices.Add(HearingDevice(address, true));
287 hearingDevices.Add(HearingDevice(
295 /* add device into BG connection to accept remote initiated connection */
638 /* add device into BG connection to accept remote initiated connection */
798 // divide encoded data into packets, add header, send.
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 235 // Add a constant to a ValueBound.
238 ValueBound Add(int32_t c, /* out */ bool* overflow, /* out */ bool* underflow) const {
285 * comparisons related to array bounds, array bounds check, add/sub on top
336 ValueRange* Add(int32_t constant) const {
338 ValueBound lower = lower_.Add(constant, &overflow, &underflow);
344 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...]
  /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 484 // TODO(wvo): add further options to have indentation/newlines.
    [all...]
idl.h 171 bool Add(const std::string &name, T *e) {

Completed in 1586 milliseconds

<<11121314151617181920>>