Searched refs:unsigned64BitValue (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSNumber.h313 * @function unsigned64BitValue
327 virtual unsigned long long unsigned64BitValue() const;
/darwin-on-arm/xnu/libkern/c++/
H A DOSNumber.cpp115 unsigned long long OSNumber::unsigned64BitValue() const function in class:OSNumber
H A DOSKext.cpp1421 data = (void *) ((intptr_t) (addressNum->unsigned64BitValue()) + vm_kernel_slide);
1439 srcData = (void *) ((intptr_t) (addressNum->unsigned64BitValue()) + vm_kernel_slide);
1501 if (addressNum->unsigned64BitValue() != 0) {
1502 kmod_info = (kmod_info_t *) (intptr_t) (addressNum->unsigned64BitValue() + vm_kernel_slide);
9692 UInt64 numberValue = number->unsigned64BitValue();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1195 if ((num = OSDynamicCast(OSNumber, obj))) vars->fileMinSize = num->unsigned64BitValue();
1200 if ((num = OSDynamicCast(OSNumber, obj))) vars->fileMaxSize = num->unsigned64BitValue();
H A DIOService.cpp406 debugFlags = debugProp->unsigned64BitValue();
4704 match = (getRegistryEntryID() == num->unsigned64BitValue());
H A DIOUserClient.cpp2220 offsetBytes = off->unsigned64BitValue();
H A DIOServicePM.cpp6129 AbsoluteTime_to_scalar(&start) = num->unsigned64BitValue();

Completed in 210 milliseconds