Home | History | Annotate | Download | only in common

Lines Matching refs:tempsize

53     INT32            tempsize = size;
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;
1439 tempsize = (INT32)ALIGN_POOL(size);
1441 mem_needed = (tempsize + BUFFER_PADDING_SIZE) * count;