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

  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_rewriter_transform_test.cc 181 int cluster_count = 0; local
185 ++cluster_count;
197 EXPECT_EQ(expected_cluster_count, cluster_count);
  /external/e2fsprogs/lib/blkid/
probe.c 524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
550 cluster_count = sect_count - (reserved + fat_size + dir_size);
553 cluster_count /= ms->ms_cluster_size;
555 if (cluster_count > FAT32_MAX)
    [all...]
probe.h 777 uint32_t cluster_count; member in struct:exfat_super_block

Completed in 205 milliseconds