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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp132 _ranges.v64 = IONew(IOAddressRange, 1);
133 if (!_ranges.v64)
135 _ranges.v64->address = 0;
136 _ranges.v64->length = 0;
283 _ranges.v64->address = (mach_vm_address_t) _buffer;;
284 _ranges.v64->length = _capacity;
286 if (!super::initWithOptions(_ranges.v64, 1, 0,
315 _ranges.v64->address = buffer;
475 IOAddressRange * range = _ranges.v64;
557 _ranges.v64
[all...]
H A DIOMemoryDescriptor.cpp238 IOAddressRange cur = r.v64[ind];
1424 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
1567 _ranges.v64 = IONew(IOAddressRange, count);
1568 if (!_ranges.v64)
1682 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
2143 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0];
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c446 uint64_t v64; local
491 v64 = 0;
492 status = notify_get_state(_asl_global.master_token, &v64);
493 if (status == NOTIFY_STATUS_OK) _asl_global.master_filter = v64;
498 v64 = 0;
499 status = notify_get_state(_asl_global.notify_token, &v64);
500 if (status == NOTIFY_STATUS_OK) _asl_global.proc_filter = v64;
736 uint64_t v64; local
764 v64 = 0;
765 status = notify_get_state(_asl_global.master_token, &v64);
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h896 IOAddressRange *v64; member in union:IOGeneralMemoryDescriptor::Ranges
/macosx-10.10/Heimdal-398.1.2/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 610 milliseconds