Home
last modified time | relevance | path

Searched defs:Bits (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go26 Bits(arch Arch) uint methodSpec
434 func (typе *opaqueType) Bits(Arch) uint { func
479 func (typе *aliasType) Bits(arch Arch) uint { func
534 func (typе *fixedType) Bits(Arch) uint { func
606 func (typе *archDependentType) Bits(arch Arch) uint { func
785 func (typе *constType) Bits(arch Arch) uint { func
854 func (*pointerType) Bits(arch Arch) uint { func
942 func (*functionType) Bits(arch Arch) uint { func
996 func (typе *arrayType) Bits(arch Arch) uint { func
1043 func (typе *structType) Bits(arch Arch) uint { func
[all …]
/frameworks/native/include/ftl/
Dflags.h58 using Bits = std::uint64_t; variable