Searched refs:whole (Results 1 - 25 of 179) sorted by last modified time

12345678

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1208 bool whole = ((data->fOffset == 0) && (data->fLength == _length));
1217 remap |= (!whole);
1220 // if (dataP->fMappedBase) OSReportWithBacktrace("kIOMDDMAMap whole %d remap %d params %d\n", whole, remap, params);
1222 if ((kIOReturnSuccess == err) && whole && !dataP->fMappedBase)
3284 // in the middle of the loop only map whole pages
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioTypes.h308 UInt32 whole; member in struct:_IOAudioSampleRate
H A DIOAudioEngine.cpp319 num = OSNumber::withNumber(sampleRate->whole, sizeof(UInt32)*8);
355 rate->whole = num->unsigned32BitValue();
395 sampleRate.whole = 0;
1923 if ((newSampleRate->whole != sampleRate.whole) || (newSampleRate->fraction != sampleRate.fraction)) {
2003 if ((getNumSampleFramesPerBuffer() == 0) || (currentRate && (currentRate->whole == 0))) {
2006 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole), &interval);
2028 nanoseconds_to_absolutetime(((UInt64)NSEC_PER_SEC * (UInt64)getNumSampleFramesPerBuffer() / (UInt64)currentRate->whole / (UInt64)numErasesPerBuffer), &interval);
H A DIOAudioStream.cpp111 #define CMPSAMPLERATE(left, right) ((left.whole < right->whole) ? -1 : (left.whole == right->whole) ? (left.fraction < right->fraction) ? -1 : 0 : 1)
148 if (0 != sampleRate->whole) {
260 if (newSampleRate && (newSampleRate->whole == currentSampleRate->whole) && (newSampleRate->fraction == currentSampleRate->fraction)) {
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-shlib/
H A DMakefile68 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
69 -Wl,--no-whole-archive
110 -Wl,--whole-archive $(LLVMLibsPaths) \
111 -Wl,--no-whole-archive
116 -Wl,--whole-archive -lstdc++ \
117 -Wl,--no-whole-archive
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli2361 (** [PassManager.create ()] constructs a new whole-module pass pipeline. This
2362 type of pipeline is suitable for link-time optimization and whole-module
/macosx-10.9.5/OpenSSH-186/openssh/contrib/redhat/
H A Dopenssh.spec464 - remove dependency on db1-devel, which has just been swallowed up whole
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dcompile45 If you are trying to build a whole package this is not the
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/
H A DjsDriver.pl1142 my @whole = @$whole_ref;
1147 @whole = grep (!/$line/, @whole);
1150 return @whole;
/macosx-10.9.5/curl-78.94.1/curl/
H A Dcompile243 If you are trying to build a whole package this is not the
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDADisk.c297 CFBooleanRef whole; local
299 whole = IORegistryEntryCreateCFProperty( media, CFSTR( kIOMediaWholeKey ), CFGetAllocator( disk ), 0 );
301 if ( whole )
303 if ( whole == kCFBooleanTrue )
309 CFRelease( whole );
314 CFRelease( whole );
H A DDiskArbitrationPrivate.h195 int whole,
213 int whole );
227 int whole );
H A DDiskArbitrationPrivate.c184 DADiskRef whole; local
186 whole = DADiskCopyWholeDisk( disk );
188 if ( whole )
192 media = DADiskCopyIOMedia( whole );
214 CFRelease( whole );
1165 int whole = FALSE; local
1174 whole = ( flags & kDiskArbDiskAppearedWholeDiskMask ) ? TRUE : FALSE;
1196 ( callback )( __DiskArbGetDiskID( disk ), name, content, path, flags, writable, removable, whole, filesystem ); local
1271 int whole = FALSE; local
1282 whole
1339 ( callback )( __DiskArbGetDiskID( disk ), type, "", "", writable, removable, whole ); local
1753 DADiskRef whole; local
2115 DADiskRef whole; local
2322 DADiskRef whole; local
[all...]
/macosx-10.9.5/top-89.1.2/
H A Dpower.c52 int whole = 0, part = 0; local
55 whole = 0;
58 if(-1 == snprintf(buf, sizeof(buf), "%d.%1d", whole, part))
97 whole = (used_us * 100ULL) / elapsed_us;
98 part = (((used_us * 100ULL) - (whole * elapsed_us)) * 10ULL) / elapsed_us;
101 //top_log("command %s whole %d part %d\n", psamp->command, whole, part);
103 if(-1 == snprintf(buf, sizeof(buf), "%d.%1d", whole, part))
H A Dglobalstats.c296 unsigned long long *whole, unsigned long long *part) {
297 *whole = 100ULL * ticks / totalticks;
298 *part = (((100ULL * ticks) - (*whole * totalticks)) * 100ULL)
295 cpu_percent(unsigned long long ticks, unsigned long long totalticks, unsigned long long *whole, unsigned long long *part) argument
/macosx-10.9.5/IOStorageFamily-172/
H A DIOMediaBSDClient.cpp64 #define kMsgNoWhole "%s: No whole media found for media \"%s\".\n", getName()
403 // Find the whole media that roots this media tree. A null return value
404 // indicates no whole media was found or a malformed tree was detected.
423 // Search the registry for the parent whole media for this media.
429 if ( ((IOMedia *)service)->isWhole() ) // (is it a whole media?)
447 return (IOMedia *)service; // (return the whole media)
450 // Determine whether this non-whole media has a location value. It
451 // must, by definition of a non-whole media, but if it does not, we
456 if ( location == 0 ) // (no location on non-whole media?)
462 // Otherwise, it's a valid non-whole medi
507 IOMedia * whole; local
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/lib/Class/
H A DStd.pm938 But the whole point of an inside-out object is that its attributes are
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/lib/Class/
H A DTrigger.pm49 # thing to do is to clear the whole thing.
248 If C<add_trigger> is called as object method, whole current trigger
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm530 The whole point of Config::Std is to encourage use of one standard layout
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm226 Monikers singularized as whole words, C<might_have> relationships for FKs on
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dcomplete.pm44 # the whole response body
58 message body after the whole message has been received by the proxy.
60 Subsequent filters is the chain will receive the whole body as a big
H A Dhtmlparser.pm61 With a read-write filter, you B<must> recreate the whole body data. This
H A Dsave.pm385 Close the file when the whole message body has been processed.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm173 which need to have the whole message body to work. It's enabled simply by
214 This filter stores the whole message body in memory, thus allowing
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm67 # the whole method list
1150 The stash() method can be used to set the whole hash (with a HASH reference).

Completed in 267 milliseconds

12345678