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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp134 _ranges.v64 = IONew(IOAddressRange, 1);
135 if (!_ranges.v64)
137 _ranges.v64->address = 0;
138 _ranges.v64->length = 0;
335 _ranges.v64->address = (mach_vm_address_t) _buffer;;
336 _ranges.v64->length = _capacity;
338 if (!super::initWithOptions(_ranges.v64, 1, 0,
367 _ranges.v64->address = buffer;
527 IOAddressRange * range = _ranges.v64;
609 _ranges.v64
[all...]
H A DIOMemoryDescriptor.cpp234 IOAddressRange cur = r.v64[ind];
678 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
821 _ranges.v64 = IONew(IOAddressRange, count);
822 if (!_ranges.v64)
932 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
1393 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0];
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl.c737 uint64_t v64; local
778 v64 = 0;
779 status = notify_get_state(_asl_global.master_token, &v64);
780 if (status == NOTIFY_STATUS_OK) _asl_global.master_filter = v64;
785 v64 = 0;
786 status = notify_get_state(_asl_global.notify_token, &v64);
787 if (status == NOTIFY_STATUS_OK) _asl_global.proc_filter = v64;
1016 uint64_t v64; local
1042 v64 = 0;
1043 status = notify_get_state(_asl_global.master_token, &v64);
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h865 IOAddressRange *v64; member in union:IOGeneralMemoryDescriptor::Ranges
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c21508 u64 v64; local
21512 n = sqlite3GetVarint(p, &v64);
21514 if( (v64 & SQLITE_MAX_U32)!=v64 ){
21517 *v = (u32)v64;
21560 u64 v64; local
21564 n = sqlite3GetVarint(p, &v64);
21566 *v = (u32)v64;
[all...]

Completed in 432 milliseconds