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

  /external/vboot_reference/tests/
vb20_verify_fw.c 91 uint32_t expect_size; local
101 rv = vb2api_init_hash(ctx, VB2_HASH_TAG_FW_BODY, &expect_size);
105 printf("Expect %d bytes of body...\n", expect_size);
108 while (expect_size) {
110 if (size > expect_size)
111 size = expect_size;
123 expect_size -= size;
  /external/dtc/tests/
utilfdt_test.c 33 static void check(const char *fmt, int expect_type, int expect_size)
43 if (expect_size != size)
45 expect_size, size);
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 114 unsigned w, h, expect_size; local
124 expect_size = info->palette_size * info->size;
134 expect_size += (w * h + 1) / 2;
136 expect_size += w * h;
139 return expect_size;
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 312 int expect_size; local
321 expect_size = VB_SHARED_DATA_HEADER_SIZE_V1;
324 expect_size = sizeof(VbSharedDataHeader);
327 if (got_size < expect_size) {

Completed in 81 milliseconds