HomeSort by relevance Sort by last modified time
    Searched defs:AddInt64 (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 99 // AddInt64 atomically adds delta to *addr and returns the new value.
100 func AddInt64(addr *int64, delta int64) (new int64)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 99 // AddInt64 atomically adds delta to *addr and returns the new value.
100 func AddInt64(addr *int64, delta int64) (new int64)
  /external/libchrome/base/
pickle.h 127 void AddInt64() { return AddPOD<int64_t>(); }
  /external/webrtc/talk/app/webrtc/
statstypes.cc 684 void StatsReport::AddInt64(StatsReport::StatsValueName name, int64_t value) {
  /art/compiler/utils/x86/
assembler_x86.h 290 size_t AddInt64(int64_t v);
801 size_t AddInt64(int64_t v) { return constant_area_.AddInt64(v); }
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 314 size_t AddInt64(int64_t v);
866 size_t AddInt64(int64_t v) { return constant_area_.AddInt64(v); }
    [all...]
assembler_x86_64.cc     [all...]

Completed in 101 milliseconds