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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp782 if (elementStruct.valueLocation < fCurrentValuesMappedMemorySize)
784 IOHIDElementValue * elementValue = (IOHIDElementValue *)(fCurrentValuesMappedMemory + elementStruct.valueLocation);
814 if (elementStruct.valueLocation < fCurrentValuesMappedMemorySize)
816 IOHIDElementValue * elementValue = (IOHIDElementValue *)(fCurrentValuesMappedMemory + elementStruct.valueLocation);
1760 element.valueLocation = OSSwapInt32(element.valueLocation); \
1892 tempElement.valueLocation -= tempElement.duplicateValueSize;
1894 tempElement.valueLocation -= tempElement.valueSize;
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.h116 UInt32 valueLocation; member in struct:IOHIDElementStruct
H A DIOHIDElementPrivate.cpp845 element->valueLocation = (uintptr_t)_elementValueLocation;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1190 CFIndex valueLocation = valueTagLocation + valueTLLength; local
1191 CFIndex valueCurrentLocation = valueLocation;
1201 if (valueCurrentLocation > valueLocation) {
1216 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1220 valueContentLength = valueCurrentLocation - valueLocation;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1190 CFIndex valueLocation = valueTagLocation + valueTLLength; local
1191 CFIndex valueCurrentLocation = valueLocation;
1201 if (valueCurrentLocation > valueLocation) {
1216 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1220 valueContentLength = valueCurrentLocation - valueLocation;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1190 CFIndex valueLocation = valueTagLocation + valueTLLength; local
1191 CFIndex valueCurrentLocation = valueLocation;
1201 if (valueCurrentLocation > valueLocation) {
1216 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1220 valueContentLength = valueCurrentLocation - valueLocation;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1248 CFIndex valueLocation = valueTagLocation + valueTLLength; local
1249 CFIndex valueCurrentLocation = valueLocation;
1259 if (valueCurrentLocation > valueLocation) {
1274 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1278 valueContentLength = valueCurrentLocation - valueLocation;

Completed in 143 milliseconds