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

  /device/google/marlin/recovery/oem-recovery/
gpt-utils.cpp 297 uint8_t *pentries = NULL; local
335 pentries = (uint8_t *) calloc(1, pentries_array_size);
336 if (pentries == NULL) {
343 r = blk_rw(fd, 0, pentries_start_offset, pentries, pentries_array_size);
347 crc = sparse_crc32(0, pentries, pentries_array_size);
364 r = gpt_boot_chain_swap(pentries, pentries + pentries_array_size,
370 crc = sparse_crc32(0, pentries, pentries_array_size);
382 r = blk_rw(fd, 1, pentries_start_offset, pentries,
388 if (pentries)
    [all...]
  /device/linaro/hikey/l-loader/
gen_loader.py 86 pentries = data[0]
90 for i in range(1, pentries):
  /toolchain/binutils/binutils-2.25/gold/
dynobj.h 593 unsigned int* psize, unsigned int* pentries) const;
600 unsigned int* psize, unsigned int* pentries) const;
dynobj.cc     [all...]

Completed in 134 milliseconds