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

  /external/vboot_reference/firmware/2lib/
2sha256.c 251 unsigned int new_size, rem_size, tmp_size; local
254 tmp_size = VB2_SHA256_BLOCK_SIZE - ctx->size;
255 rem_size = size < tmp_size ? size : tmp_size;
2sha512.c 281 unsigned int new_size, rem_size, tmp_size; local
284 tmp_size = VB2_SHA512_BLOCK_SIZE - ctx->size;
285 rem_size = size < tmp_size ? size : tmp_size;
  /external/webp/src/dec/
io.c 324 size_t tmp_size; local
327 tmp_size = (work_size + 2 * uv_work_size) * sizeof(*work);
329 tmp_size += work_size * sizeof(*work);
331 p->memory = WebPSafeCalloc(1ULL, tmp_size);

Completed in 321 milliseconds