Searched refs:numType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSAttrUtils.cpp136 CFNumberType numType = CFNumberGetType(cfNum); local
137 switch(numType) {
158 MPDebug("MDS cfTypeToInt: Bad CFNumber type (%ld) key %s", numType, key);
161 Boolean brtn = CFNumberGetValue(cfNum, numType, &tmpValue);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFUnserialize.yacc1019 CFNumberType numType;
1024 numType = kCFNumberSInt32Type;
1029 numType = kCFNumberSInt64Type;
1032 number = CFNumberCreate(state->allocator, numType,
H A DIOCFUnserialize.tab.c2638 CFNumberType numType;
2643 numType = kCFNumberSInt32Type;
2648 numType = kCFNumberSInt64Type;
2651 number = CFNumberCreate(state->allocator, numType,
2635 CFNumberType numType; local
/macosx-10.9.5/CF-855.17/
H A DCFNumber.c1615 CFNumberType numType; local
1624 numType = __CFNumberGetType_old(number);
1625 __CFNumberGetValue_old((__CFNumberValue_old *)&(number->value), numType, type, valuePtr);
1628 if (numType == storageTypeForType) return true;
1632 return __CFNumberEqualValue_old(&localValue, storageTypeForType, &(number->value), numType);

Completed in 136 milliseconds