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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 66 unsigned long block_index; /* index # for current block */ member in struct:__anon7172
150 unsigned long block_index; /* index # for current block */ member in struct:__anon7174
  /external/qemu/block/
qcow2-refcount.c 121 int refcount_table_index, block_index; local
138 block_index = cluster_index &
140 return be16_to_cpu(s->refcount_block_cache[block_index]);
253 int block_index = (new_block >> s->cluster_bits) & local
255 s->refcount_block_cache[block_index] = cpu_to_be16(1);
483 int block_index, refcount; local
511 block_index = cluster_index &
513 if (first_index == -1 || block_index < first_index) {
514 first_index = block_index;
516 if (block_index > last_index)
    [all...]

Completed in 231 milliseconds