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

  /external/llvm/utils/llvm-build/llvmbuild/
main.py 370 root_entries = set(e[0] for e in entries)
372 root_entries -= set(deps)
373 entries.append(('all', None, root_entries, True))
    [all...]
  /external/qemu/block/
vvfat.c 212 uint16_t root_entries; member in struct:bootsector_t
796 #define ROOT_ENTRIES (0x02 * 0x10 * s->sectors_per_cluster)
797 if (mapping_index == 0 && s->directory.next < ROOT_ENTRIES) {
800 array_ensure_allocated(&(s->directory), ROOT_ENTRIES - 1);
802 (ROOT_ENTRIES - cur) * sizeof(direntry_t));
967 bootsector->root_entries=cpu_to_le16(s->sectors_of_root_directory*0x10);
    [all...]

Completed in 72 milliseconds