/prebuilts/go/darwin-x86/src/runtime/ |
race_amd64.s | 274 TEXT sync?atomic·AddInt64(SB), NOSPLIT, $0-0 285 JMP sync?atomic·AddInt64(SB) 288 JMP sync?atomic·AddInt64(SB)
|
/prebuilts/go/linux-x86/src/runtime/ |
race_amd64.s | 274 TEXT sync?atomic·AddInt64(SB), NOSPLIT, $0-0 285 JMP sync?atomic·AddInt64(SB) 288 JMP sync?atomic·AddInt64(SB)
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprog/ |
gc.go | 91 atomic.AddInt64(&count[i], 1)
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprog/ |
gc.go | 91 atomic.AddInt64(&count[i], 1)
|
/external/libchrome/base/ |
pickle.h | 127 void AddInt64() { return AddPOD<int64_t>(); }
|
/external/webrtc/talk/app/webrtc/ |
statstypes.h | 359 void AddInt64(StatsValueName name, int64_t value);
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
asm_386.s | 104 TEXT ·AddInt64(SB),NOSPLIT,$0-20
|
asm_arm64.s | 92 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
asm_linux_arm.s | 151 TEXT ·AddInt64(SB),NOSPLIT,$0
|
asm_mips64x.s | 114 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
asm_ppc64x.s | 101 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
asm_s390x.s | 86 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
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/ |
asm_386.s | 104 TEXT ·AddInt64(SB),NOSPLIT,$0-20
|
asm_arm64.s | 92 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
asm_linux_arm.s | 151 TEXT ·AddInt64(SB),NOSPLIT,$0
|
asm_mips64x.s | 114 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
asm_ppc64x.s | 101 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
asm_s390x.s | 86 TEXT ·AddInt64(SB),NOSPLIT,$0-24
|
doc.go | 99 // AddInt64 atomically adds delta to *addr and returns the new value. 100 func AddInt64(addr *int64, delta int64) (new int64)
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 259 void AddInt64 (Message* message,
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 259 void AddInt64 (Message* message,
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
generated_message_reflection.h | 259 void AddInt64 (Message* message,
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
generated_message_reflection.h | 259 void AddInt64 (Message* message,
|
/art/compiler/utils/x86/ |
assembler_x86.h | 287 size_t AddInt64(int64_t v); 762 size_t AddInt64(int64_t v) { return constant_area_.AddInt64(v); }
|