Searched refs:clusters (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/msdosfs-209.1.1/
H A Dtest_msdos_userfs.py256 clusters = volume.fat.find(3)
257 subdir = root.mkdir('SUBDIR', clusters=clusters)
382 # - file with multiple clusters in same FAT block
383 # - file with clusters in multiple FAT blocks
409 clusters = volume.fat.find(2)
410 sub = root.mkdir('Subdirectory', clusters=clusters)
414 clusters = volume.fat.find(1)
415 volume.fat.chain(clusters)
[all...]
H A Dmsdosfs.py314 self.clusters = clusters = dataSectors / sectorsPerCluster
315 self.maxcluster = clusters+1
316 if clusters < 4085:
319 elif clusters < 65525:
352 Allocate and create a chain of count clusters.
376 """Return a list of <count> free clusters"""
379 raise ValueError("Invalid count of clusters")
381 clusters = []
384 clusters
[all...]
H A Dtest_fsck.py283 # Make a file with excess clusters allocated
286 # Files with excess clusters that are cross-linked
289 # Excess clusters end with free/bad/reserved cluster
297 # Create files with too many clusters for their size
308 # LINK2 contains excess clusters; the first is cross-linked with LINK1
309 # LINK3 contains excess clusters; the second is cross-linked with LINK1
311 clusters = v.fat.find(9)
312 head = v.fat.chain(clusters)
314 head = v.fat.allocate(3, last=clusters[7])
316 head = v.fat.allocate(5, last=clusters[
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DUniscribeController.cpp239 Vector<WORD> clusters; local
241 clusters.resize(len);
249 if (!shape(str, len, item, fontData, glyphs, clusters, visualAttributes))
290 glyphs[clusters[k]] = fontData->spaceGlyph();
291 advances[clusters[k]] = treatAsSpace ? logicalSpaceWidth : 0;
293 spaceCharacters[clusters[k]] = m_currentCharacter + k + item.iCharPos;
381 ScriptXtoCP(m_offsetX - leftEdge, clusters.size(), glyphs.size(), clusters.data(), visualAttributes.data(),
399 Vector<WORD>& glyphs, Vector<WORD>& clusters,
408 glyphs.data(), clusters
398 shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData, Vector<WORD>& glyphs, Vector<WORD>& clusters, Vector<SCRIPT_VISATTR>& visualAttributes) argument
[all...]
H A DUniscribeController.h60 Vector<WORD>& glyphs, Vector<WORD>& clusters,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-LatentSemanticMapping/PyObjCTest/
H A Dtest_latentsemanticmapping.py129 clusters = LSMMapCreateClusters(None, map, None, 3, 0)
130 self.failUnlessIsInstance(clusters, CFArrayRef)
132 v = LSMMapApplyClusters(map, clusters);
133 self.failUnlessIsInstance(clusters, (int, long))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-LatentSemanticMapping/PyObjCTest/
H A Dtest_latentsemanticmapping.py129 clusters = LSMMapCreateClusters(None, map, None, 3, 0)
130 self.assertIsInstance(clusters, CFArrayRef)
132 v = LSMMapApplyClusters(map, clusters);
133 self.assertIsInstance(clusters, (int, long))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-LatentSemanticMapping-2.5.1/PyObjCTest/
H A Dtest_latentsemanticmapping.py139 clusters = LSMMapCreateClusters(None, map, None, 3, 0)
140 self.assertIsInstance(clusters, CFArrayRef)
142 v = LSMMapApplyClusters(map, clusters);
143 self.assertIsInstance(clusters, (int, long))
/macosx-10.10/ntfs-84/kext/
H A Dntfs_runlist.h53 * @length: length in clusters of the current array element
63 s64 length; /* Run length in clusters. */
79 * location, i.e. the LCN, at which that run starts and the length in clusters
94 * Another special value is LCN_HOLE which means that the clusters are not
97 * containing zeroes and on writing you need to allocate real clusters and then
155 const VCN vcn, s64 *clusters);
H A Dntfs_compress.c96 * If the whole compression block is backed by real clusters it is not
105 s64 clusters; local
127 lcn = ntfs_rl_vcn_to_lcn(rl, vcn, &clusters);
145 * the intervening clusters because it is not possible to have
146 * sparse clusters in the middle of a compression block but not
151 if (vcn + clusters >= end_vcn) {
205 * has a size (cb_size) of 2^compression_unit clusters. In all versions of
207 * 4, IOW, each cb is 2^4 = 16 clusters in size.
220 * offset into units of clusters (vcn), and round the vcn down to a mutliple of
221 * cb_size clusters
[all...]
H A Dntfs_attr.h65 const VCN vcn, const BOOL write_locked, s64 *clusters);
H A Dntfs_lcnalloc.c67 * ntfs_cluster_alloc - allocate clusters on an ntfs volume
68 * @vol: mounted ntfs volume on which to allocate the clusters
70 * @count: number of clusters to allocate
71 * @start_lcn: starting lcn at which to allocate the clusters (or -1)
72 * @zone: zone from which to allocate the clusters
74 * @runlist: destination runlist to return the allocated clusters in
76 * Allocate @count clusters preferably starting at cluster @start_lcn or at the
78 * @vol. @zone is either DATA_ZONE for allocation of normal clusters or
79 * MFT_ZONE for allocation of clusters for the master file table, i.e. the
85 * If @is_extension is true, the caller is allocating clusters t
149 s64 clusters, data_size; local
[all...]
H A Dntfs_runlist.c567 * 2. When new clusters are allocated to fill a hole or extend a file.
935 * Get the change in vcn, i.e. the run length in clusters.
969 * sparse clusters on NTFS 3.0+, in which case we set the lcn
1095 * @clusters: optional return pointer for the number of contiguous clusters
1101 * If @clusters is not NULL, on success (i.e. we return >= LCN_HOLE) we return
1102 * the number of contiguous clusters after the returned lcn in *@clusters.
1120 LCN ntfs_rl_vcn_to_lcn(const ntfs_rl_element *rl, const VCN vcn, s64 *clusters) argument
1139 if (clusters)
[all...]
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c70 LCN nr_clusters; /* Volume size in clusters == number of
82 s64 length; /* Run length in clusters. */
164 * Check clusters per file mft record value is valid. It can be either
176 /* Check clusters per index block value is valid. */
226 * Get the size of the volume in clusters and check for 64-bit-ness.
227 * Windows currently only uses 32 bits to save the clusters so we do
471 * Get the change in vcn, i.e. the run length in clusters.
503 * sparse clusters on NTFS 3.0+, in which case we set the lcn
591 * @clusters: optional return pointer for the number of contiguous clusters
615 ntfs_rl_vcn_to_lcn(const ntfs_rl_element *rl, const VCN vcn, s64 *clusters) argument
717 s64 clusters, io_size; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Drnoweb.vim23 " Extension of Tex clusters {{{1
H A Dcsh.vim16 " clusters:
H A Ddcl.vim110 " () matching (the clusters are commented out until a vim/vms comes out for v5.2+)
H A Dibasic.vim136 " Create the clusters
H A Dmail.vim17 " Syntax clusters
H A Dsml.vim42 " Some convenient clusters
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dfat.c683 * Mark all unreferenced clusters as CLUST_FREE. Also calculate
684 * the number of free clusters.
731 pwarn("Marked %u clusters as free\n", count);
736 pwarn("Found %u orphaned clusters\n", count);
907 These routines keep track of which clusters have been referenced
918 /* Round up clusters to a multiple of 32 */
919 cl_t clusters = (boot->NumClusters + 31) & ~31; local
922 gUseMapBytes = clusters/8;
925 pfatal("Cannot allocate %zd bytes for usemap (maxmem=%zd, clusters=%d)\n"
927 gUseMapBytes, maxmem, clusters, gUseMapByte
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dargp-help.c394 /* Used to order clusters within the same group with the same parent,
399 /* How to sort this cluster with respect to options and other clusters at the
400 same depth (clusters always follow options in the same group). */
432 struct hol_cluster *clusters;
451 hol->clusters = 0;
527 cl->next = hol->clusters;
528 hol->clusters = cl;
538 struct hol_cluster *cl = hol->clusters;
685 /* Compare clusters CL1 & CL2 by the order that they should appear in
699 /* Now reduce both clusters t
427 struct hol_cluster *clusters; member in struct:hol
[all...]
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vfsops.c340 uint32_t clusters; local
480 * We need these values before we can figure out how many clusters (and
496 printf("msdosfs_mount: invalid configuration; no room for clusters\n");
502 * Usable clusters are numbered starting at 2, so the maximum usable cluster
503 * is (number of clusters) + 1. Convert the pm_firstcluster to device blocks.
509 * Figure out the FAT type based on the number of clusters.
531 printf("msdosfs_mount: number of clusters (0x%x) is too large\n", pmp->pm_maxcluster + 1);
605 * Compute number of clusters this FAT could hold based on its total size.
611 clusters = fat_sectors * pmp->pm_BytesPerSec; /* Size of FAT in bytes */
612 clusters *
[all...]
/macosx-10.10/msdosfs-209.1.1/userfs_plugin/
H A Dmsdosfs.c345 * FAT12 tightly packs 12 bits per cluster; 3 bytes for every 2 clusters.
419 * Determine how many clusters within a chain (eg., allocated to a file) are contiguous.
423 * v The volume containing the clusters
425 * clusters in a chain).
433 * non-0 The number of contiguous clusters found.
477 // Look for contiguous clusters
1509 * fixed range of sectors preceding the volume's clusters.
1670 * We need these values before we can figure out how many clusters (and
1683 asl_log(NULL, NULL, ASL_LEVEL_ERR, "%s: invalid configuration; no room for clusters\n", device_name(device));
1688 * Usable clusters ar
1864 uint32_t clusters = fatSectors * v->bytesPerSector; /* Size of FAT in bytes */ local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkpi_mbuf.h38 external data use clusters to store the external data.
232 @field clusters Number of clusters (free or otherwise).
233 @field clfree Number of free clusters.
246 @field bigclusters Number of big clusters.
247 @field bigclfree Number of unused big clusters.
252 u_int32_t clusters; /* clusters obtained from page pool */ member in struct:mbuf_stat
253 u_int32_t clfree; /* free clusters */
265 u_int32_t bigclusters; /* number of big clusters */
[all...]

Completed in 486 milliseconds

12