/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | pool.h | 125 struct pool { struct 134 struct pool_item_header *pr_curpage; argument 135 struct pool *pr_phpool; /* Pool item header pool */ argument 147 unsigned int pr_nitems; /* number of available items in pool */ argument 151 struct pool_allocator *pr_alloc;/* back-end allocator */ argument 152 TAILQ_ENTRY(pool) pr_alloc_list;/* link on allocator's pool list */ argument 167 #define PR_RECURSIVE 0x200 /* pool contains pools, for vmstat(8) */ argument 182 SPLAY_HEAD(phtree, pool_item_header) pr_phtree; argument 204 unsigned int pr_hiwat; /* max # of pages in pool */ argument 210 struct pool_log *pr_log; argument [all …]
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 41 Pool* pool, in deepcopy_VkApplicationInfo() 67 Pool* pool, in deepcopy_VkInstanceCreateInfo() 99 Pool* pool, in deepcopy_VkAllocationCallbacks() 113 Pool* pool, in deepcopy_VkPhysicalDeviceFeatures() 122 Pool* pool, in deepcopy_VkFormatProperties() 131 Pool* pool, in deepcopy_VkExtent3D() 140 Pool* pool, in deepcopy_VkImageFormatProperties() 150 Pool* pool, in deepcopy_VkPhysicalDeviceLimits() 165 Pool* pool, in deepcopy_VkPhysicalDeviceSparseProperties() 174 Pool* pool, in deepcopy_VkPhysicalDeviceProperties() [all …]
|
D | VkEncoder.cpp | 67 Pool* pool() { return &m_pool; } in pool() function in goldfish_vk::VkEncoder::Impl 106 auto pool = mImpl->pool(); in vkCreateInstance() local 189 auto pool = mImpl->pool(); in vkDestroyInstance() local 249 auto pool = mImpl->pool(); in vkEnumeratePhysicalDevices() local 359 auto pool = mImpl->pool(); in vkGetPhysicalDeviceFeatures() local 399 auto pool = mImpl->pool(); in vkGetPhysicalDeviceFormatProperties() local 447 auto pool = mImpl->pool(); in vkGetPhysicalDeviceImageFormatProperties() local 512 auto pool = mImpl->pool(); in vkGetPhysicalDeviceProperties() local 552 auto pool = mImpl->pool(); in vkGetPhysicalDeviceQueueFamilyProperties() local 650 auto pool = mImpl->pool(); in vkGetPhysicalDeviceMemoryProperties() local [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-msg.c | 43 int xf_msg_pool_init(xf_msg_pool_t *pool, u32 n, u32 core) in xf_msg_pool_init() 67 void xf_msg_pool_destroy(xf_msg_pool_t *pool, u32 core) in xf_msg_pool_destroy() 74 xf_message_t * xf_msg_pool_get(xf_msg_pool_t *pool) in xf_msg_pool_get() 92 void xf_msg_pool_put(xf_msg_pool_t *pool, xf_message_t *m) in xf_msg_pool_put()
|
D | xf-mem.c | 90 static inline xf_mm_block_t * xf_mm_find_by_size(xf_mm_pool_t *pool, u32 size) in xf_mm_find_by_size() 135 static void xf_mm_find_by_addr(xf_mm_pool_t *pool, void *addr, xf_mm_block_t **n) in xf_mm_find_by_addr() 168 static void xf_mm_insert_size(xf_mm_pool_t *pool, xf_mm_block_t *b, u32 size) in xf_mm_insert_size() 204 static void xf_mm_insert_addr(xf_mm_pool_t *pool, xf_mm_block_t *b) in xf_mm_insert_addr() 244 void * xf_mm_alloc(xf_mm_pool_t *pool, u32 size) in xf_mm_alloc() 274 void xf_mm_free(xf_mm_pool_t *pool, void *addr, u32 size) in xf_mm_free() 341 int xf_mm_init(xf_mm_pool_t *pool, void *addr, u32 size) in xf_mm_init()
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
D | client.h | 31 Client(const DevicePool& pool, const cvd::SharedFD& fd) in Client()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/ |
D | xf-mem.h | 116 xf_mm_pool_t *pool = &XF_CORE_DATA(core)->shared_pool; in xf_shmem_alloc() local 135 xf_mm_pool_t *pool = &XF_CORE_DATA(core)->shared_pool; in xf_shmem_free() local
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 564 int xf_pool_alloc(xf_proxy_t *proxy, u32 number, u32 length, xf_pool_type_t type, xf_pool_t **pool,… in xf_pool_alloc() 629 void xf_pool_free(xf_pool_t *pool, s32 id, xaf_mem_free_fxn_t xaf_free) in xf_pool_free() 651 xf_buffer_t * xf_buffer_get(xf_pool_t *pool) in xf_buffer_get() 675 xf_pool_t *pool = buffer->link.pool; in xf_buffer_put() local
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-msg.h | 81 static inline xf_message_t * xf_msg_pool_item(xf_msg_pool_t *pool, u32 i) in xf_msg_pool_item() 169 static inline int xf_msg_from_pool(xf_msg_pool_t *pool, xf_message_t *m) in xf_msg_from_pool()
|
D | xf-core.h | 48 xf_msg_pool_t pool; member
|
D | xf-io.h | 145 xf_msg_pool_t pool; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | itertoolsmodule.c | 1830 PyObject *pool = PySequence_Tuple(item); in product_new() local 1837 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new() local 1884 PyObject *pool; in product_next() local 2031 PyObject *pool; /* input converted to a tuple */ member 2046 PyObject *pool = NULL; in combinations_new() local 2118 PyObject *pool = co->pool; in combinations_next() local 2280 PyObject *pool; /* input converted to a tuple */ member 2295 PyObject *pool = NULL; in cwr_new() local 2367 PyObject *pool = co->pool; in cwr_next() local 2523 PyObject *pool; /* input converted to a tuple */ member [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | obmalloc.c | 750 poolp pool; in PyObject_Malloc() local 952 poolp pool; in PyObject_Free() local 1179 poolp pool; in PyObject_Realloc() local 1880 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | itertoolsmodule.c | 1869 PyObject *pool = PySequence_Tuple(item); in product_new() local 1876 PyObject *pool = PyTuple_GET_ITEM(pools, i - nargs); in product_new() local 1923 PyObject *pool; in product_next() local 2070 PyObject *pool; /* input converted to a tuple */ member 2085 PyObject *pool = NULL; in combinations_new() local 2157 PyObject *pool = co->pool; in combinations_next() local 2319 PyObject *pool; /* input converted to a tuple */ member 2334 PyObject *pool = NULL; in cwr_new() local 2406 PyObject *pool = co->pool; in cwr_next() local 2562 PyObject *pool; /* input converted to a tuple */ member [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/ |
D | xmlparse.c | 265 STRING_POOL pool; member 440 #define poolStart(pool) ((pool)->start) argument 441 #define poolEnd(pool) ((pool)->ptr) argument 442 #define poolLength(pool) ((pool)->ptr - (pool)->start) argument 443 #define poolChop(pool) ((void)--(pool->ptr)) argument 444 #define poolLastChar(pool) (((pool)->ptr)[-1]) argument 445 #define poolDiscard(pool) ((pool)->ptr = (pool)->start) argument 446 #define poolFinish(pool) ((pool)->start = (pool)->ptr) argument 447 #define poolAppendChar(pool, c) \ argument 4802 STRING_POOL *pool) in storeAttributeValue() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmlparse.c | 265 STRING_POOL pool; member 440 #define poolStart(pool) ((pool)->start) argument 441 #define poolEnd(pool) ((pool)->ptr) argument 442 #define poolLength(pool) ((pool)->ptr - (pool)->start) argument 443 #define poolChop(pool) ((void)--(pool->ptr)) argument 444 #define poolLastChar(pool) (((pool)->ptr)[-1]) argument 445 #define poolDiscard(pool) ((pool)->ptr = (pool)->start) argument 446 #define poolFinish(pool) ((pool)->start = (pool)->ptr) argument 447 #define poolAppendChar(pool, c) \ argument 4802 STRING_POOL *pool) in storeAttributeValue() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmlparse.c | 267 STRING_POOL pool; member 447 #define poolStart(pool) ((pool)->start) argument 448 #define poolEnd(pool) ((pool)->ptr) argument 449 #define poolLength(pool) ((pool)->ptr - (pool)->start) argument 450 #define poolChop(pool) ((void)--(pool->ptr)) argument 451 #define poolLastChar(pool) (((pool)->ptr)[-1]) argument 452 #define poolDiscard(pool) ((pool)->ptr = (pool)->start) argument 453 #define poolFinish(pool) ((pool)->start = (pool)->ptr) argument 454 #define poolAppendChar(pool, c) \ argument 4924 STRING_POOL *pool) in storeAttributeValue() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | obmalloc.c | 793 poolp pool; in PyObject_Malloc() local 996 poolp pool; in PyObject_Free() local 1228 poolp pool; in PyObject_Realloc() local 1929 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE()
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/ |
D | virtual_adb_client.cpp | 37 VirtualADBClient::VirtualADBClient(usbip::DevicePool* pool, cvd::SharedFD fd, in VirtualADBClient()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/ |
D | Mvpp2LibHw.h | 52 #define MVPP2_POOL_BUF_SIZE_REG(pool) (0x180 + 4 * (pool)) argument 187 #define MVPP2_BM_POOL_BASE_REG(pool) (0x6000 + ((pool) * 4)) argument 189 #define MVPP2_BM_POOL_SIZE_REG(pool) (0x6040 + ((pool) * 4)) argument 191 #define MVPP2_BM_POOL_READ_PTR_REG(pool) (0x6080 + ((pool) * 4)) argument 193 #define MVPP2_BM_POOL_PTRS_NUM_REG(pool) (0x60c0 + ((pool) * 4)) argument 195 #define MVPP2_BM_BPPI_READ_PTR_REG(pool) (0x6100 + ((pool) * 4)) argument 196 #define MVPP2_BM_BPPI_PTRS_NUM_REG(pool) (0x6140 + ((pool) * 4)) argument 199 #define MVPP2_BM_POOL_CTRL_REG(pool) (0x6200 + ((pool) * 4)) argument 209 #define MVPP2_BM_INTR_CAUSE_REG(pool) (0x6240 + ((pool) * 4)) argument 215 #define MVPP2_BM_INTR_MASK_REG(pool) (0x6280 + ((pool) * 4)) argument [all …]
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-proxy.h | 100 xf_pool_t *pool; member
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 78 QCameraMemoryPool *pool, in QCameraMemory() 1054 QCameraMemoryPool *pool, in QCameraStreamMemory()
|