Home
last modified time | relevance | path

Searched defs:bitsSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
Daddress_space_shared_slots_host_memory_allocator.h69 uint32_t bitsSize = 0; member
/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp253 const uint32_t bitsSize = stream->getBe32(); in load() local
/aosp_15_r20/external/angle/src/common/
H A Dutilities.cpp676 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits()