Home
last modified time | relevance | path

Searched defs:Uint (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/integer/
Duint.rs175 pub struct Uint { struct
177 inner: BytesOwned,
180 impl Uint { impl
208 impl<'a> DecodeValue<'a> for Uint { implementation
222 impl EncodeValue for Uint { implementation
237 impl<'a> From<&UintRef<'a>> for Uint { implementation
238 fn from(value: &UintRef<'a>) -> Uint { in from()
244 impl FixedTag for Uint { implementation
248 impl OrdIsValueOrd for Uint {} implementation
259 impl OwnedToRef for Uint { implementation
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcast_utils.h50 … uint32_t, uint64_t>::type>::type>::type Uint; in CastFromUint64() typedef
61 … uint32_t, uint64_t>::type>::type>::type Uint; in CastToUint64() typedef
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dvalue_union.go290 func (v Value) Uint() uint64 { func
425 func (k MapKey) Uint() uint64 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Drand.go60 func (r *Rand) Uint() uint { return uint(r.src.Uint64()) } func
298 func Uint() uint { return globalRand.Uint() } func
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/binary/
Dmod.rs305 fn be_uint<I, Uint, E: ParserError<I>>(input: &mut I, bound: usize) -> PResult<Uint, E> in be_uint() argument
893 fn le_uint<I, Uint, E: ParserError<I>>(input: &mut I, bound: usize) -> PResult<Uint, E> in le_uint() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument
/aosp_15_r20/system/libcppbor/tests/
H A Dcppbor_test.cpp523 TEST(EqualityTest, Uint) { in TEST() argument
717 TEST(ConvertTest, Uint) { in TEST() argument
998 TEST(CloningTest, Uint) { in TEST() argument
1333 TEST(StreamParseTest, Uint) { in TEST() argument
1609 TEST(FullParserTest, Uint) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/configparser/tests/
Dtest.ini18 Uint = 31415 key
/aosp_15_r20/external/deqp-deps/amber/src/
Dtype.cc59 std::unique_ptr<Number> Number::Uint(uint32_t bits) { in Uint() function in amber::type::Number
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/utils/inc/
H A Dcustom_fp16.h29 unsigned int Uint; member
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DCommon.cpp105 TEST(IntLog2, Uint) { in TEST() argument
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DCommon.cpp105 TEST(IntLog2, Uint) { in TEST() argument
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
H A DMessageDefinition.h82 Uint, enumerator
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/
H A Ddecode_token.go162 func (t Token) Uint(bitSize int) (uint64, bool) { func
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ascii/
Dmod.rs915 O: Uint, in dec_uint()
958 pub trait Uint: Default { interface
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Dformat.rs403 Uint([u32; 4]), enumerator
568 Uint([u32; 4]), enumerator
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h89 class Uint; variable
341 explicit Uint(uint64_t v) : mValue(v) {} in Uint() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dbasic.go20 Uint const
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dbasic.go23 Uint const
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag.go838 func (f *FlagSet) Uint(name string, value uint, usage string) *uint { func
846 func Uint(name string, value uint, usage string) *uint { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/
Dencoder.go302 func (w *Encoder) Uint(x uint) { w.Uint64(uint64(x)) } func
Ddecoder.go387 func (r *Decoder) Uint() uint { x := r.Uint64(); v := uint(x); assert(uint64(v) == x); return v } func
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/
Darch.rs246 Uint, enumerator

123