/external/fsck_msdos/ |
boot.c | 56 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local 106 boot->FSInfo = block[48] + (block[49] << 8); 116 if ((boot->FSInfo == 0) || 128 if (lseek(dosfs, boot->FSInfo * boot->BytesPerSec, SEEK_SET) 129 != boot->FSInfo * boot->BytesPerSec 130 || read(dosfs, fsinfo, sizeof fsinfo) 131 != sizeof fsinfo) { 132 perror("could not read fsinfo block"); 135 if (memcmp(fsinfo, "RRaA", 4 287 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local [all...] |
dosfs.h | 61 u_int FSInfo; /* FSInfo sector */ 64 cl_t FSFree; /* Number of free clusters acc. FSInfo */ 65 cl_t FSNext; /* Next free cluster acc. FSInfo */
|
ext.h | 91 * Correct the FSInfo block.
|
fat.c | 694 if (boot->FSInfo) { 697 pwarn("Free space in FSInfo block (%d) not correct (%d)\n", 707 pwarn("Next free cluster in FSInfo block (%u) not free\n", 726 pwarn("Next free cluster in FSInfo block (%u) not free\n",
|
/external/e2fsprogs/misc/ |
filefrag.c | 335 static struct statfs fsinfo; local 368 if (fstatfs(fd, &fsinfo) < 0) { 375 (unsigned long) fsinfo.f_type); 377 st.st_blksize = fsinfo.f_bsize; 381 ((fsinfo.f_type == 0xef51) || (fsinfo.f_type == 0xef52) || 382 (fsinfo.f_type == 0xef53))) 386 long cylgroups = div_ceil(fsinfo.f_blocks, fsinfo.f_bsize * 8); 392 data_blocks_per_cyl = fsinfo.f_bsize * 8 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 69 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; 89 for (i = 0; i < fsInfo->num_inputs; i++) { 93 switch (fsInfo->input_interpolate[i]) { 104 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); 110 switch (fsInfo->input_semantic_name[i]) { 116 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { 127 fsInfo->input_semantic_name[i], 128 fsInfo->input_semantic_index[i]); 129 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && src == 0) 132 TGSI_SEMANTIC_BCOLOR, fsInfo->input_semantic_index[i]) [all...] |
sp_setup.c | 578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; 581 setup->coef[slot].a0[0] = fsInfo->pixel_center_integer ? 0.0 : 0.5; 586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0) 587 + (fsInfo->pixel_center_integer ? 0.0 : 0.5); 589 setup->coef[slot].dady[1] = fsInfo->origin_lower_left ? -1.0 : 1.0; 610 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; 629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) { 643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), 653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), 665 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) [all...] |
sp_quad_depth_test.c | 771 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; 772 boolean interp_depth = !fsInfo->writes_z; 773 boolean shader_stencil_ref = fsInfo->writes_stencil; 882 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; 884 boolean interp_depth = !fsInfo->writes_z;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 69 const struct tgsi_shader_info *fsInfo = &softpipe->fs_variant->info; 89 for (i = 0; i < fsInfo->num_inputs; i++) { 93 switch (fsInfo->input_interpolate[i]) { 104 assert(fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR); 110 switch (fsInfo->input_semantic_name[i]) { 116 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) { 127 fsInfo->input_semantic_name[i], 128 fsInfo->input_semantic_index[i]); 129 if (fsInfo->input_semantic_name[i] == TGSI_SEMANTIC_COLOR && src == 0) 132 TGSI_SEMANTIC_BCOLOR, fsInfo->input_semantic_index[i]) [all...] |
sp_setup.c | 578 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; 581 setup->coef[slot].a0[0] = fsInfo->pixel_center_integer ? 0.0 : 0.5; 586 (fsInfo->origin_lower_left ? setup->softpipe->framebuffer.height-1 : 0) 587 + (fsInfo->pixel_center_integer ? 0.0 : 0.5); 589 setup->coef[slot].dady[1] = fsInfo->origin_lower_left ? -1.0 : 1.0; 610 const struct tgsi_shader_info *fsInfo = &setup->softpipe->fs_variant->info; 629 for (fragSlot = 0; fragSlot < fsInfo->num_inputs; fragSlot++) { 643 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), 653 fsInfo->input_cylindrical_wrap[fragSlot] & (1 << j), 665 if (fsInfo->input_semantic_name[fragSlot] == TGSI_SEMANTIC_FACE) [all...] |
sp_quad_depth_test.c | 771 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; 772 boolean interp_depth = !fsInfo->writes_z; 773 boolean shader_stencil_ref = fsInfo->writes_stencil; 882 const struct tgsi_shader_info *fsInfo = &qs->softpipe->fs_variant->info; 884 boolean interp_depth = !fsInfo->writes_z;
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_registry_unittest.cc | 65 struct FSInfo { 66 FSInfo() {} 67 FSInfo(const std::string& device_id, const base::FilePath& path, 70 bool operator<(const FSInfo& other) const; 100 std::map<std::string /*fs_name*/, FSInfo> file_systems_by_name_; 103 TestMediaFileSystemContext::FSInfo::FSInfo(const std::string& device_id, 111 bool TestMediaFileSystemContext::FSInfo::operator<(const FSInfo& other) const { 141 std::map<std::string /*fs_name*/, FSInfo>::const_iterator it [all...] |
/sdk/emulator/mksdcard/src/source/ |
mksdcard.c | 157 /* FSInfo sector */ 294 * backup fsinfo sector
|
/external/kernel-headers/original/uapi/linux/ |
msdos_fs.h | 25 #define MSDOS_FSINFO_INO 2 /* Used for managing the FSINFO block */
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatFileSystem.java | 96 fat.getFreeClusterCount() + " - fsinfo: " +
|
/external/chromium_org/third_party/sqlite/ |
system-sqlite.patch | 322 struct statfs fsInfo; 323 if( fstatfs(fd, &fsInfo) == -1 ){ 340 useProxy = !(fsInfo.f_flags&MNT_LOCAL); 720 struct statfs fsInfo; 721 if( fstatfs(fd, &fsInfo) == -1 ){ 738 useProxy = !(fsInfo.f_flags&MNT_LOCAL);
|
/development/ndk/platforms/android-3/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 537 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|