Home | History | Annotate | Download | only in common

Lines Matching refs:tempsize

45     INT32            tempsize = size;
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;
1368 tempsize = (INT32)ALIGN_POOL(size);
1370 mem_needed = (tempsize + BUFFER_PADDING_SIZE) * count;