Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/vulkan/api/templates/
Dvk_xml.tmpl119 …<type{{if $e.Entries}} requires="{{$bits}}"{{end}} category="bitmask">typedef <type>VkFlags</type>…
199 attributes of "enum" or "bitmask" indicate that these values should
275 <enums namespace="VK" name="{{Macro "EnumName" $ | TrimRight "s"}}Bits" type="bitmask">»
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1154 uint8_t* bitmask = reinterpret_cast<uint8_t*>(word_array + 4); in emitGNUHashTab() local
1177 uint32_t* maskval = reinterpret_cast<uint32_t*>(bitmask); in emitGNUHashTab()
1181 uint64_t* maskval = reinterpret_cast<uint64_t*>(bitmask); in emitGNUHashTab()
1184 bucket = reinterpret_cast<uint32_t*>(bitmask + in emitGNUHashTab()
1201 bucket = reinterpret_cast<uint32_t*>(bitmask + maskbits / 8); in emitGNUHashTab()
1250 uint32_t* maskval = reinterpret_cast<uint32_t*>(bitmask); in emitGNUHashTab()
1255 uint64_t* maskval = reinterpret_cast<uint64_t*>(bitmask); in emitGNUHashTab()
/frameworks/av/media/libstagefright/
DItemTable.cpp815 uint16_t bitmask = (1 << (8 * propIndexSize - 1)); in parse() local
818 .essential = !!(propIndex & bitmask), in parse()
819 .index = (uint16_t) (propIndex & ~bitmask) in parse()
/frameworks/base/tools/aapt2/
DResources.proto305 // A bitmask of types that this XML attribute accepts. Corresponds to the flags in the