/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/integer/ |
D | uint.rs | 175 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 D | cast_utils.h | 50 … 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 D | value_union.go | 290 func (v Value) Uint() uint64 { func 425 func (k MapKey) Uint() uint64 { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/ |
D | rand.go | 60 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/ |
D | mod.rs | 305 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 D | string_utils_test.cpp | 34 TEST(ToString, Uint) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | string_utils_test.cpp | 34 TEST(ToString, Uint) { in TEST() argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | string_utils_test.cpp | 34 TEST(ToString, Uint) { in TEST() argument
|
/aosp_15_r20/system/libcppbor/tests/ |
H A D | cppbor_test.cpp | 523 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/ |
D | test.ini | 18 Uint = 31415 key
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | type.cc | 59 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 D | custom_fp16.h | 29 unsigned int Uint; member
|
/aosp_15_r20/external/deqp-deps/glslang/gtests/ |
D | Common.cpp | 105 TEST(IntLog2, Uint) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/ |
H A D | Common.cpp | 105 TEST(IntLog2, Uint) { in TEST() argument
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
H A D | MessageDefinition.h | 82 Uint, enumerator
|
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/ |
H A D | decode_token.go | 162 func (t Token) Uint(bitSize int) (uint64, bool) { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ascii/ |
D | mod.rs | 915 O: Uint, in dec_uint() 958 pub trait Uint: Default { interface
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/ |
D | format.rs | 403 Uint([u32; 4]), enumerator 568 Uint([u32; 4]), enumerator
|
/aosp_15_r20/system/libcppbor/include/cppbor/ |
H A D | cppbor.h | 89 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/ |
D | basic.go | 20 Uint const
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | basic.go | 23 Uint const
|
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/ |
D | flag.go | 838 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/ |
D | encoder.go | 302 func (w *Encoder) Uint(x uint) { w.Uint64(uint64(x)) } func
|
D | decoder.go | 387 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/ |
D | arch.rs | 246 Uint, enumerator
|