Home
last modified time | relevance | path

Searched defs:Int32 (Results 1 – 25 of 162) sorted by relevance

1234567

/aosp_15_r20/prebuilts/go/linux-x86/src/sync/atomic/
Dtype.go68 type Int32 struct { struct
69 _ noCopy
70 v int32
74 func (x *Int32) Load() int32 { return LoadInt32(&x.v) }
77 func (x *Int32) Store(val int32) { StoreInt32(&x.v, val) }
80 func (x *Int32) Swap(new int32) (old int32) { return SwapInt32(&x.v, new) }
83 func (x *Int32) CompareAndSwap(old, new int32) (swapped bool) {
88 func (x *Int32) Add(delta int32) (new int32) { return AddInt32(&x.v, delta) }
92 func (x *Int32) And(mask int32) (old int32) { return AndInt32(&x.v, mask) }
96 func (x *Int32) Or(mask int32) (old int32) { return OrInt32(&x.v, mask) }
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/runtime/atomic/
Dtypes.go12 type Int32 struct { struct
13 noCopy noCopy
14 value int32
20 func (i *Int32) Load() int32 {
27 func (i *Int32) Store(value int32) {
36 func (i *Int32) CompareAndSwap(old, new int32) bool {
44 func (i *Int32) Swap(new int32) int32 {
55 func (i *Int32) Add(delta int32) int32 {
/aosp_15_r20/external/golang-protobuf/internal/testprotos/required/
H A Drequired.pb.go17 type Int32 struct { struct
18 state protoimpl.MessageState
19 sizeCache protoimpl.SizeCache
20 unknownFields protoimpl.UnknownFields
22 V *int32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"`
25 func (x *Int32) Reset() {
34 func (x *Int32) String() string {
38 func (*Int32) ProtoMessage() {}
40 func (x *Int32) ProtoReflect() protoreflect.Message {
53 func (*Int32) Descriptor() ([]byte, []int) {
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DUpdateCallbackFar.cpp30 …ress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, Int32 /* isDir */)) in Z7_COM7F_IMF() argument
130 Z7_COM7F_IMF(CUpdateCallback100Imp::OperationResult(Int32 /* opRes */)) in Z7_COM7F_IMF()
182 Z7_COM7F_IMF(CUpdateCallback100Imp::ReportUpdateOperation(UInt32 op, const wchar_t *name, Int32 /* … in Z7_COM7F_IMF() argument
245 …t wchar_t *srcTempPath, const wchar_t * /* destFinalPath */ , UInt64 size, Int32 /* updateMode */)) in Z7_COM7F_IMF() argument
/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Ddecode_test.go198 type Int32 struct { struct
199 val int32
202 func (n Int32) checkOk(tok text.Token) string {
213 func (n Int32) checkNok(tok text.Token) string {
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DAltStreamsFolder.cpp252 Z7_COM7F_IMF2(Int32, CAltStreamsFolder::CompareItems(UInt32 index1, UInt32 index2, PROPID propID, I… in Z7_COM7F_IMF2() argument
765 Z7_COM7F_IMF(CAltStreamsFolder::CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, in Z7_COM7F_IMF() argument
859 Z7_COM7F_IMF(CAltStreamsFolder::CopyFrom(Int32 /* moveMode */, const wchar_t * /* fromFolderPath */, in Z7_COM7F_IMF()
H A DFSDrives.cpp386 Z7_COM7F_IMF(CFSDrives::CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, in Z7_COM7F_IMF() argument
477 Z7_COM7F_IMF(CFSDrives::CopyFrom(Int32 /* moveMode */, const wchar_t * /* fromFolderPath */, in Z7_COM7F_IMF()
H A DFSFolderCopy.cpp637 Z7_COM7F_IMF(CFSFolder::CopyTo(Int32 moveMode, const UInt32 *indices, UInt32 numItems, in Z7_COM7F_IMF() argument
850 Z7_COM7F_IMF(CFSFolder::CopyFrom(Int32 /* moveMode */, const wchar_t * /* fromFolderPath */, in Z7_COM7F_IMF()
H A DUpdateCallback100.cpp12 …Int64 /* numFolders */, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, Int32 /* isDir */)) in Z7_COM7F_IMF() argument
55 Z7_COM7F_IMF(CUpdateCallback100Imp::OperationResult(Int32 /* operationResult */)) in Z7_COM7F_IMF()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/
H A Dfuchsia_trace_utils.h66 static ArgValue Int32(int32_t value) { in Int32() function
138 int32_t Int32() const { in Int32() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Drand.go54 func (r *Rand) Int32() int32 { return int32(r.src.Uint64() >> 33) } func
292 func Int32() int32 { return globalRand.Int32() } func
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h41 Int32 = 0x0074, // 32 bit signed int enumerator
145 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h47 Int32 = 0x0074, // 32 bit signed int enumerator
172 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/CodeView/
DTypeIndex.h48 Int32 = 0x0074, // 32 bit signed int enumerator
182 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/CodeView/
DTypeIndex.h48 Int32 = 0x0074, // 32 bit signed int enumerator
182 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h48 Int32 = 0x0074, // 32 bit signed int enumerator
182 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DTypeIndex.h48 Int32 = 0x0074, // 32 bit signed int enumerator
182 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/CodeView/
DTypeIndex.h48 Int32 = 0x0074, // 32 bit signed int enumerator
182 static TypeIndex Int32() { return TypeIndex(SimpleTypeKind::Int32); } in Int32() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults_test.cc34 TEST(Eq, Int32) { in TEST() argument
46 TEST(Hash, Int32) { in TEST() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dhash_function_defaults_test.cc34 TEST(Eq, Int32) { in TEST() argument
46 TEST(Hash, Int32) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dhash_function_defaults_test.cc34 TEST(Eq, Int32) { in TEST() argument
46 TEST(Hash, Int32) { in TEST() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc34 TEST(Eq, Int32) { in TEST() argument
46 TEST(Hash, Int32) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue11053.dir/
Dp.go7 func Int32(i int32) *int32 { func
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h75 typedef int32_t Int32; typedef
/aosp_15_r20/external/gemmlowp/internal/
H A Dallocator.h46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator

1234567