Searched refs:blocks (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | address_space.h | 55 struct address_block *blocks; member 156 address_space_assert(size < allocator->blocks[i].size); in address_space_allocator_split_block() 160 allocator->blocks = in address_space_allocator_split_block() 163 allocator->blocks, in address_space_allocator_split_block() 165 address_space_assert(allocator->blocks); in address_space_allocator_split_block() 169 struct address_block *blocks = allocator->blocks; in address_space_allocator_split_block() local 175 memmove(&blocks[i + 2], &blocks[i + 1], in address_space_allocator_split_block() 178 struct address_block *to_borrow_from = &blocks[i]; in address_space_allocator_split_block() 207 struct address_block *blocks = allocator->blocks; in address_space_allocator_release_block() local 215 blocks[i].available = 1; in address_space_allocator_release_block() [all …]
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | stm32f401.map.lkr | 20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */ 22 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
|
D | stm32f412.map.lkr | 20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */ 22 shared : ORIGIN = 0x08040000, LENGTH = 768K /* 6x 128K blocks */
|
D | stm32f411.map.lkr | 20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */ 22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/ |
D | iaxxx-debug-intf.h | 48 struct iaxxx_arb_block blocks[IAXXX_ARB_BLOCK_NUM]; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/ |
D | iaxxx-debug-intf.h | 52 struct iaxxx_arb_block blocks[IAXXX_ARB_BLOCK_NUM]; member
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 666 uint32_t i, j, blocks, maxBlocks, numAxis, packetSamples; in initSensors() local 717 blocks = (MAX_MIN_SAMPLES + packetSamples - 1) / packetSamples; in initSensors() 719 blocks = (si->minSamples + packetSamples - 1) / packetSamples; in initSensors() 721 maxBlocks = maxBlocks > blocks ? maxBlocks : blocks; in initSensors()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.cpp | 1993 HostMemBlocks& blocks, in getOrAllocateHostMemBlockLocked() argument 2003 for (HostMemBlockIndex i = 0; i < blocks.size(); ++i) { in getOrAllocateHostMemBlockLocked() 2004 if (blocks[i].initialized && in getOrAllocateHostMemBlockLocked() 2005 blocks[i].initResult == VK_SUCCESS && in getOrAllocateHostMemBlockLocked() 2007 blocks[i].subAlloc, in getOrAllocateHostMemBlockLocked() 2015 blocks.push_back({}); in getOrAllocateHostMemBlockLocked() 2017 auto& hostMemAlloc = blocks.back(); in getOrAllocateHostMemBlockLocked()
|
/device/google/bonito/json-c/ |
D | Doxyfile | 263 # documentation blocks found inside the body of a function. 264 # If set to NO (the default) these blocks will be appended to the 522 # doxygen to hide any special comment blocks from generated source code
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 263 # documentation blocks found inside the body of a function. 264 # If set to NO (the default) these blocks will be appended to the 522 # doxygen to hide any special comment blocks from generated source code
|
/device/google/coral/json-c/ |
D | Doxyfile | 263 # documentation blocks found inside the body of a function. 264 # If set to NO (the default) these blocks will be appended to the 522 # doxygen to hide any special comment blocks from generated source code
|