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

  /external/libcups/cups/
hash.c 172 size_t tempsize = 0; /* Truncate to this size? */ local
187 tempsize = 28;
192 tempsize = 32;
197 if (tempsize > 0)
200 * Truncate result to tempsize bytes...
203 if (hashsize < tempsize)
207 memcpy(hash, temp, tempsize);
209 return ((ssize_t)tempsize);
  /system/nfc/src/gki/common/
gki_buffer.cc 50 int32_t tempsize = size; local
54 tempsize = (int32_t)ALIGN_POOL(size);
55 act_size = (uint16_t)(tempsize + BUFFER_PADDING_SIZE);
65 p_cb->freeq[id].size = (uint16_t)tempsize;
78 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + tempsize);
1119 int32_t tempsize = size; local
    [all...]

Completed in 186 milliseconds