HomeSort by relevance Sort by last modified time
    Searched refs:next_cluster (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/ImageMagick/MagickCore/
segment.c 266 *next_cluster;
427 next_cluster=head;
428 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
430 next_cluster=cluster->next;
449 head=next_cluster;
451 last_cluster->next=next_cluster;
667 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
669 next_cluster=cluster->next;
949 *next_cluster;
260 *next_cluster; local
939 *next_cluster; local
    [all...]
  /external/syslinux/core/fs/fat/
fat.c 34 uint32_t next_cluster = 0; local
53 next_cluster = data[offset];
55 next_cluster += data[0] << 8;
57 next_cluster = *(const uint16_t *)(data + offset);
61 next_cluster >>= 4; /* cluster number is ODD */
63 next_cluster &= 0x0fff; /* cluster number is EVEN */
71 next_cluster = *(const uint16_t *)(data + offset);
79 next_cluster = *(const uint32_t *)(data + offset);
80 next_cluster &= 0x0fffffff;
84 return next_cluster;
    [all...]
  /bionic/libc/kernel/uapi/linux/
msdos_fs.h 162 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /development/ndk/platforms/android-21/include/linux/
msdos_fs.h 162 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /development/ndk/platforms/android-9/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /external/kernel-headers/original/uapi/linux/
msdos_fs.h 170 __le32 next_cluster; /* Most recently allocated cluster */ member in struct:fat_boot_fsinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
msdos_fs.h 136 __le32 next_cluster; /* Most recently allocated cluster */ member in struct:fat_boot_fsinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
msdos_fs.h 137 __le32 next_cluster; /* Most recently allocated cluster */ member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo

Completed in 846 milliseconds

1 2 3 4 5