Home
last modified time | relevance | path

Searched refs:pool_id (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemmgr.c276 if (pool_id < 0 || pool_id >= JPOOL_NUMPOOLS) in alloc_small()
279 hdr_ptr = mem->small_list[pool_id]; in alloc_small()
292 slop = first_pool_slop[pool_id]; in alloc_small()
360 if (pool_id < 0 || pool_id >= JPOOL_NUMPOOLS) in alloc_large()
376 mem->large_list[pool_id] = hdr_ptr; in alloc_large()
533 if (pool_id != JPOOL_IMAGE) in request_virt_sarray()
563 if (pool_id != JPOOL_IMAGE) in request_virt_barray()
938 if (pool_id < 0 || pool_id >= JPOOL_NUMPOOLS) in free_pool()
947 if (pool_id == JPOOL_IMAGE) { in free_pool()
969 mem->large_list[pool_id] = NULL; in free_pool()
[all …]
A Djpeglib.h817 JMETHOD(void *, alloc_small, (j_common_ptr cinfo, int pool_id,
819 JMETHOD(void FAR *, alloc_large, (j_common_ptr cinfo, int pool_id,
821 JMETHOD(JSAMPARRAY, alloc_sarray, (j_common_ptr cinfo, int pool_id,
824 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
828 int pool_id,
834 int pool_id,
850 JMETHOD(void, free_pool, (j_common_ptr cinfo, int pool_id));
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_h4.c77 uint8_t pool_id; in hci_h4_alloc_buf() local
84 pool_id = br_rx_frag_pool; in hci_h4_alloc_buf()
86 pool_id = le_rx_frag_pool; in hci_h4_alloc_buf()
92 pool_id = bt_sys_pool; in hci_h4_alloc_buf()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c79 static int pool_id(struct net_buf_pool *pool) in pool_id() function
114 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_id()
126 buf->pool_id = pool_id(pool); in pool_get_uninit()
203 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in fixed_data_alloc()
291 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_alloc()
298 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_ref()
305 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in data_unref()
631 buf->pool_id, buf->frags); in net_buf_unref_debug()
645 pool = net_buf_pool_get(buf->pool_id); in net_buf_unref_debug()
672 buf, buf->ref, buf->pool_id); in net_buf_ref()
[all …]
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h817 JMETHOD(void *, alloc_small, (j_common_ptr cinfo, int pool_id,
819 JMETHOD(void FAR *, alloc_large, (j_common_ptr cinfo, int pool_id,
821 JMETHOD(JSAMPARRAY, alloc_sarray, (j_common_ptr cinfo, int pool_id,
824 JMETHOD(JBLOCKARRAY, alloc_barray, (j_common_ptr cinfo, int pool_id,
828 int pool_id,
834 int pool_id,
850 JMETHOD(void, free_pool, (j_common_ptr cinfo, int pool_id));
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h624 void *osPoolAlloc (osPoolId pool_id);
630 void *osPoolCAlloc (osPoolId pool_id);
637 osStatus osPoolFree (osPoolId pool_id, void *block);
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h755 u8_t pool_id; member
1176 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_destroy()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c179 if (net_buf_pool_get(buf->pool_id) != &hci_cmd_pool) { in hci_cmd_done()
181 opcode, buf->pool_id, net_buf_pool_get(buf->pool_id), in hci_cmd_done()
A Datt.c754 frag = net_buf_alloc(net_buf_pool_get(data->buf->pool_id), in find_type_cb()
950 frag = net_buf_alloc(net_buf_pool_get(buf->pool_id), in att_chan_read()
A Dl2cap.c1562 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in l2cap_alloc_seg()
A Dhci_core.c4835 if (net_buf_pool_get(buf->pool_id) != &hci_cmd_pool) { in hci_cmd_done()
4837 opcode, buf->pool_id, net_buf_pool_get(buf->pool_id), in hci_cmd_done()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_jpeg.c426 TIFFjpeg_alloc_sarray(JPEGState* sp, int pool_id, in TIFFjpeg_alloc_sarray() argument
431 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()

Completed in 51 milliseconds