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

  /bionic/libc/kernel/uapi/linux/
adfs_fs.h 47 __le32 root_size; member in struct:adfs_discrecord
  /external/kernel-headers/original/uapi/linux/
adfs_fs.h 35 __le32 root_size; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
adfs_fs.h 34 __le32 root_size; member in struct:adfs_discrecord
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_nested.cc 67 int64 root_size = llvm_ir::ByteSizeOf( local
69 argument_dereferenceable_bytes.push_back(root_size);
  /external/syslinux/core/fs/fat/
fat.c 554 int root_size = FAT_SB(fs)->root_size; local
557 inode->size = root_size ? root_size << fs->sector_shift : ~0;
570 int root_size = FAT_SB(fs)->root_size; local
577 inode->size = root_size ? root_size << fs->sector_shift : ~0;
751 sbi->root_size = root_dir_size(fs, &fat);
752 sbi->data = sbi->root + sbi->root_size;
    [all...]
fat_fs.h 93 int root_size; /* The root dir size in sectors */ member in struct:fat_sb_info
  /external/libusb/libusb/os/
windows_winusb.c 165 size_t j, size, root_size; local
173 root_size = sizeof(root_prefix) - 1;
178 add_root = root_size;
189 for (j = 0; j < root_size; j++)
193 for (j = root_size; j < size; j++) {
    [all...]

Completed in 321 milliseconds