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 49 #define MIN_CLUSTER_BITS 9
qcow2.c 164 if (header.cluster_bits < MIN_CLUSTER_BITS ||
887 if (s->cluster_bits < MIN_CLUSTER_BITS ||
892 1 << MIN_CLUSTER_BITS,
    [all...]

Completed in 25 milliseconds