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

  /external/qemu/distrib/ext4_utils/src/
extent.c 89 int allocation_len = block_allocation_num_regions(alloc); local
90 if (allocation_len <= 3) {
101 hdr->eh_entries = allocation_len;
131 sizeof(struct ext4_extent))) < allocation_len) {
139 hdr->eh_entries = allocation_len;
  /system/extras/ext4_utils/
extent.c 89 int allocation_len = block_allocation_num_regions(alloc); local
90 if (allocation_len <= 3) {
101 hdr->eh_entries = allocation_len;
131 sizeof(struct ext4_extent))) < allocation_len) {
139 hdr->eh_entries = allocation_len;
  /external/chromium_org/v8/test/cctest/
test-heap.cc 996 int allocation_len = LenFromSize(allocation_amount) local
    [all...]

Completed in 222 milliseconds