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

  /external/qemu/block/
qcow2.h 45 #define MIN_CLUSTER_BITS 9
qcow2.c 182 header.cluster_bits < MIN_CLUSTER_BITS ||
691 if (s->cluster_bits < MIN_CLUSTER_BITS ||
696 1 << MIN_CLUSTER_BITS,

Completed in 439 milliseconds