Home
last modified time | relevance | path

Searched defs:bits8 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/c10/util/
H A Dbits.h45 struct alignas(1) bits8 { struct
47 bits8() = default; argument
48 C10_HOST_DEVICE explicit bits8(uint8_t val) : val_(val) {} in bits8() function
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dbits_types.h53 struct alignas(1) bits8 { struct
55 bits8() = default; argument
56 explicit bits8(uint8_t val) : val_(val) {} in bits8() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/example/large_bitset_/
Dlarge_bitset.hpp31 typedef bits<nat8> bits8; typedef
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir_lower_tex.c124 static const unsigned bits8[] = { 8, 8, 8, 8 }; in lower_tex() local