HomeSort by relevance Sort by last modified time
    Searched refs:tempsize (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 53 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);
1421 INT32 tempsize = size; local
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 53 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);
1421 INT32 tempsize = size; local
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 45 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);
1350 INT32 tempsize = size; local
    [all...]

Completed in 263 milliseconds