Searched defs:tempsize (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/gki/common/
H A Dgki_buffer.c45 INT32 tempsize = size; local
49 tempsize = (INT32)ALIGN_POOL(size);
50 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
63 p_cb->freeq[id].size = (UINT16) tempsize;
79 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c53 INT32 tempsize = size; local
57 tempsize = (INT32)ALIGN_POOL(size);
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
69 p_cb->freeq[id].size = (UINT16) tempsize;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
1423 INT32 tempsize = size; local
1441 tempsize = (INT32)ALIGN_POOL(size);
1443 mem_needed = (tempsize + BUFFER_PADDING_SIZE) * count;
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c53 INT32 tempsize = size; local
57 tempsize = (INT32)ALIGN_POOL(size);
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
69 p_cb->freeq[id].size = (UINT16) tempsize;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
1423 INT32 tempsize = size; local
1441 tempsize = (INT32)ALIGN_POOL(size);
1443 mem_needed = (tempsize + BUFFER_PADDING_SIZE) * count;

Completed in 212 milliseconds