Searched refs:_space (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp541 UInt32 IOPCIDevice::configRead32( IOPCIAddressSpace _space, argument
544 return (parent->configRead32(_space, offset));
547 void IOPCIDevice::configWrite32( IOPCIAddressSpace _space, argument
550 parent->configWrite32( _space, offset, data );
553 UInt16 IOPCIDevice::configRead16( IOPCIAddressSpace _space, argument
556 return (parent->configRead16(_space, offset));
559 void IOPCIDevice::configWrite16( IOPCIAddressSpace _space, argument
562 parent->configWrite16( _space, offset, data );
565 UInt8 IOPCIDevice::configRead8( IOPCIAddressSpace _space, argument
568 return (parent->configRead8(_space, offse
571 configWrite8( IOPCIAddressSpace _space, UInt8 offset, UInt8 data ) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dpersist.cpp491 (0), _differ(differ_), _space(space_), _cleanup(0), _nextSpace(0), _preflight
494 if (_space == 0)
495 _space = _cleanup = d4_new c4_Allocator;
497 _nextSpace = _mode == 1 ? d4_new c4_Allocator: _space;
502 if (_nextSpace != _space)
515 c4_Allocator *ap = next_ ? _nextSpace : _space;
566 d4_assert(_space != 0);
576 _space->Initialize();
580 _space->Occupy(1, end - 1);
585 _space
[all...]
H A Dpersist.h32 c4_Allocator *_space; member in class:c4_SaveContext
74 c4_Allocator *_space; member in class:c4_Persist

Completed in 76 milliseconds