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

  /external/vboot_reference/firmware/lib/
vboot_kernel.c 151 uint64_t body_offset; local
336 body_offset = key_block->key_block_size +
346 if (body_offset > KBUF_SIZE) {
349 (int)body_offset));
380 if (body_offset < KBUF_SIZE) {
381 uint32_t body_copied = KBUF_SIZE - body_offset;
387 Memcpy(body_readptr, kbuf + body_offset, body_copied);
  /device/linaro/hikey/gralloc960/
alloc_ion.cpp 46 uint32_t body_offset = n_headers * 16; local
47 uint32_t headers[][4] = { {body_offset, 0x1, 0x0, 0x0}, /* Layouts 0, 3, 4 */
48 {(body_offset + (1 << 28)), 0x200040, 0x4000, 0x80} /* Layouts 1, 5 */

Completed in 232 milliseconds