Searched refs:partitions (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Ddisjointset.tcl75 # namespace containing a list/set of the partitions, and a set of
77 # partitions.).
80 variable partitions {} ; # Set of partitions.
145 # partitions an error will be thrown.
148 variable ${name}::partitions
160 lappend partitions $items
166 # Retrieves the set of partitions the disjoint set consists of.
172 # A set of the partitions contained in the disjoint set.
173 # If the disjoint set has no partitions th
[all...]
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOApplePartitionScheme.cpp109 // Publish the new media objects which represent our partitions.
123 // Attach and register the new media objects representing our partitions.
176 // Request that the provider media be re-scanned for partitions.
179 OSSet * partitions = 0; local
183 // Scan the provider media for partitions.
191 partitions = juxtaposeMediaObjects( _partitions, partitionsNew );
193 if ( partitions )
197 _partitions = partitions;
206 return partitions ? kIOReturnSuccess : kIOReturnError;
213 // of media objects representing each of the partitions (th
232 OSSet * partitions = 0; local
[all...]
H A DIOFDiskPartitionScheme.cpp39 // o for data partitions:
41 // o for extended partitions defined in the root-level FDisk map:
43 // o for extended partitions defined in a second-level or deeper FDisk map:
103 // no partitions defined. We don't consider this a match and return failure
118 // Publish the new media objects which represent our partitions.
132 // Attach and register the new media objects representing our partitions.
185 // Request that the provider media be re-scanned for partitions.
188 OSSet * partitions = 0; local
192 // Scan the provider media for partitions.
200 partitions
238 OSSet * partitions = 0; local
[all...]
H A DIOGUIDPartitionScheme.cpp128 // Publish the new media objects which represent our partitions.
142 // Attach and register the new media objects representing our partitions.
195 // Request that the provider media be re-scanned for partitions.
198 OSSet * partitions = 0; local
202 // Scan the provider media for partitions.
210 partitions = juxtaposeMediaObjects( _partitions, partitionsNew );
212 if ( partitions )
216 _partitions = partitions;
225 return partitions ? kIOReturnSuccess : kIOReturnError;
232 // of media objects representing each of the partitions (th
254 OSSet * partitions = 0; local
[all...]
H A DIOPartitionScheme.cpp40 // Internal comparison routine for sorting partitions in an ordered set.
495 // Updates a set of existing partitions, represented by partitionsOld,
497 // partitionsNew. It returns a new set of partitions with the results,
498 // removing partitions from partitionsOld where applicable, adding
499 // partitions from partitionsNew where applicable, and folding in property
500 // changes to partitions from partitionsNew into partitionsOld where
512 OSSet * partitions = 0; local
518 // Allocate a set to hold the set of media objects representing partitions.
520 partitions = OSSet::withCapacity( partitionsNew->getCapacity( ) );
521 if ( partitions
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp81 // Determine whether the provider media contains CD partitions.
92 // Scan the provider media for CD partitions.
102 // Publish the new media objects which represent our partitions.
116 // Attach and register the new media objects representing our partitions.
137 // Scan the provider media for CD partitions (in TOC). Returns the set
138 // of media objects representing each of the partitions (the retain for
139 // the set is passed to the caller), or null should no CD partitions be
168 OSSet * partitions = 0; local
194 // Allocate a set to hold the set of media objects representing partitions.
196 partitions
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dcpu_topology.h54 uint16_t partitions; /* # of partitions in cache */ member in struct:x86_cpu_cache
H A Dcpu_threads.c289 cur->partitions = cpuid_info()->cache_partitions[i];
316 && cur_cache->partitions == matcher->partitions
/macosx-10.10/libxml2-26/libxml2/
H A Drelaxng.c287 int nbgroups; /* number of groups in the partitions */
932 * @partitions: a partition set structure
937 xmlRelaxNGFreePartition(xmlRelaxNGPartitionPtr partitions) argument
942 if (partitions != NULL) {
943 if (partitions->groups != NULL) {
944 for (j = 0; j < partitions->nbgroups; j++) {
945 group = partitions->groups[j];
954 xmlFree(partitions->groups);
956 if (partitions->triage != NULL) {
957 xmlHashFree(partitions
4316 xmlRelaxNGPartitionPtr partitions = NULL; local
9269 xmlRelaxNGPartitionPtr partitions; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c286 int nbgroups; /* number of groups in the partitions */
931 * @partitions: a partition set structure
936 xmlRelaxNGFreePartition(xmlRelaxNGPartitionPtr partitions) argument
941 if (partitions != NULL) {
942 if (partitions->groups != NULL) {
943 for (j = 0; j < partitions->nbgroups; j++) {
944 group = partitions->groups[j];
953 xmlFree(partitions->groups);
955 if (partitions->triage != NULL) {
956 xmlHashFree(partitions
4315 xmlRelaxNGPartitionPtr partitions = NULL; local
9239 xmlRelaxNGPartitionPtr partitions; local
[all...]
/macosx-10.10/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.bat194 Rem if the package is configured across partitions.
/macosx-10.10/libiconv-42/libiconv/djgpp/
H A Dconfig.bat311 Rem if the package is configured across partitions.
/macosx-10.10/procmail-14/procmail/src/
H A Dautoconf191 several remote NFS partitions, pick some unique client-server pairs, there is
/macosx-10.10/vim-55/runtime/syntax/
H A Dsqlanywhere.vim433 syn keyword sqlKeyword paglock parallel part partial partition partitions partner password path
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1118 "parent" "partition" "partitions" "password" "password_grace_time"

Completed in 150 milliseconds