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

  /prebuilts/go/darwin-x86/src/sync/atomic/
doc.go 91 // AddInt32 atomically adds delta to *addr and returns the new value.
92 func AddInt32(addr *int32, delta int32) (new int32)
  /prebuilts/go/linux-x86/src/sync/atomic/
doc.go 91 // AddInt32 atomically adds delta to *addr and returns the new value.
92 func AddInt32(addr *int32, delta int32) (new int32)
  /art/compiler/utils/x86/
assembler_x86.h 279 size_t AddInt32(int32_t v);
769 size_t AddInt32(int32_t v) {
770 return constant_area_.AddInt32(v);
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 288 size_t AddInt32(int32_t v);
818 size_t AddInt32(int32_t v) {
819 return constant_area_.AddInt32(v);
    [all...]
assembler_x86_64.cc     [all...]

Completed in 375 milliseconds