Searched refs:that (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh8 # as defined in and that are subject to the Apple Public Source License
45 * as defined in and that are subject to the Apple Public Source License
H A Dmake_symbol_aliasing.sh8 # as defined in and that are subject to the Apple Public Source License
49 * as defined in and that are subject to the Apple Public Source License
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME45 directly. Note that the actual binaries are created in
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp7 * as defined in and that are subject to the Apple Public Source License
222 // This means that pointers are not passed and NULLs don't have to be
267 IOGeneralMemoryDescriptor * that = new IOGeneralMemoryDescriptor; local
268 if (that)
270 if (that->initWithAddress(address, length, direction, task))
271 return that;
273 that->release();
296 IOGeneralMemoryDescriptor * that = new IOGeneralMemoryDescriptor; local
297 if (that)
299 if (that
324 IOGeneralMemoryDescriptor * that = new IOGeneralMemoryDescriptor; local
387 IOGeneralMemoryDescriptor * that = new IOGeneralMemoryDescriptor; local
[all...]
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s5 * modification, are permitted provided that the following conditions
175 * We assume that the code here can never be out of sync with the
176 * dcache, so that we can safely flush the Icache and fall through
273 * We assume that the code here can never be out of sync with the
274 * dcache, so that we can safely flush the Icache and fall through
353 lsl ip, ip, r2 @ shift by that into way position
416 lsl ip, ip, r2 @ shift by that into way position

Completed in 29 milliseconds