Searched refs:val2 (Results 1 - 25 of 148) sorted by last modified time

123456

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c221 reset_vmobjectcache(unsigned int val1, unsigned int val2);
/macosx-10.9.5/CF-855.17/
H A DCFArray.c265 const void *val2 = __CFArrayGetBucketAtIndex(array2, idx)->_item; local
266 if (val1 != val2) {
268 if (!INVOKE_CALLBACK2(cb1->equal, val1, val2)) return false;
1003 const void **val2 = (const void **)v2; local
1004 return (CFComparisonResult)(INVOKE_CALLBACK3(context->func, *val1, *val2, context->context));
H A DCFBase.h379 typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *context);
H A DCFBinaryHeap.c134 const void *val2 = list2[idx]; local
137 if (val1 != val2) {
139 if (!compare(val1, val2, heap1->_context.info)) return false;
H A DCFBitVector.c160 __CFBitVectorBucket val2 = bv2->_buckets[idx]; local
161 if (val1 != val2) return false;
H A DCFCharacterSet.c282 UInt32 val1, val2; local
285 val2 = (isInverted2 ? ~(*(bits2++)) : *(bits2++));
286 val1 = (isInverted1 ? ~(*(bits1++)) : *(bits1++)) & val2;
287 if (val1 != val2) return false;
H A DCFRunLoop.c1709 static CFComparisonResult __CFRunLoopSourceComparator(const void *val1, const void *val2, void *context) { argument
1711 CFRunLoopSourceRef o2 = (CFRunLoopSourceRef)val2;
H A DCFStringEncodingConverter.c968 CFComparisonResult val2 = (*(const CFStringEncoding *)v2) & 0xFFFF; local
970 return ((val1 == val2) ? ((CFComparisonResult)(*(const CFStringEncoding *)v1) - (CFComparisonResult)(*(const CFStringEncoding *)v2)) : val1 - val2);
H A DCFTimeZone.c276 static CFComparisonResult __CFCompareTZPeriods(const void *val1, const void *val2, void *context) { argument
278 CFTZPeriod *tzp2 = (CFTZPeriod *)val2;
H A DCFTree.c429 const void **val2 = (const void **)v2; local
430 return (CFComparisonResult)(INVOKE_CALLBACK3(context->func, *val1, *val2, context->context));
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Ddns-configuration.c614 compareBySearchOrder(const void *val1, const void *val2, void *context) argument
617 CFDictionaryRef dns2 = (CFDictionaryRef)val2;
1404 compareDomain(const void *val1, const void *val2, void *context) argument
1407 CFDictionaryRef dns2 = (CFDictionaryRef)val2;
1483 result = compareBySearchOrder(val1, val2, context);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkInterface.c985 _SCNetworkInterfaceCompare(const void *val1, const void *val2, void *context) argument
988 SCNetworkInterfacePrivateRef dev2 = (SCNetworkInterfacePrivateRef)val2;
1369 compare_bsdNames(const void *val1, const void *val2, void *context) argument
1372 CFStringRef bsd2 = (CFStringRef)val2;
H A DSCPrivate.h750 _SC_CFEqual(CFTypeRef val1, CFTypeRef val2) argument
752 if (val1 == val2) {
755 if (val1 != NULL && val2 != NULL) {
756 return CFEqual(val1, val2);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfo.c367 CFComparisonResult SOSPeerInfoCompareByID(const void *val1, const void *val2, void *context) {
370 if (val1 == NULL || val2 == NULL) {
371 ptrdiff_t dv = val1 - val2;
376 CFStringRef v2 = SOSPeerInfoGetPeerID((SOSPeerInfoRef) val2);
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/
H A Dbigdecimal.c5431 double val, val2; local
5455 val2 = 1.0 /(double)BASE;
5456 while(val < val2) {
/macosx-10.9.5/ruby-104/ruby/
H A Dvm.inc874 VALUE val2;
889 val1 = val2 = val;
894 PUSH(val2);
H A Dhash.c1698 st_data_t val2; local
1700 if (!st_lookup(data->tbl, key, &val2)) {
1704 if (!(data->eql ? rb_eql(val1, (VALUE)val2) : (int)rb_equal(val1, (VALUE)val2))) {
H A Dprocess.c1872 VALUE val2; local
1876 while (FIXNUM_P(val2 = rb_hash_lookup(h, val))) {
1878 val = val2;
H A Dinsns.def586 (VALUE val1, VALUE val2)
588 val1 = val2 = val;
/macosx-10.9.5/ruby-104/ruby/ext/tk/tkutil/
H A Dtkutil.c302 volatile VALUE val, val2, str_val; local
366 val2 = RARRAY_PTR(val)[idx2];
367 switch(TYPE(val2)) {
369 str_val = ary2list(val2, enc_flag, self);
375 str_val = hash2list_enc(val2, self);
377 str_val = hash2list(val2, self);
383 if (val2 != TK_None) {
384 str_val = get_eval_string_core(val2, enc_flag, self);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c185 unsigned int val2);
367 reset_vmobjectcache(unsigned int val1, unsigned int val2) argument
372 if (val1 == val2) {
376 if(val2 < VNODE_FREE_MIN)
379 nval = val2 - VNODE_FREE_MIN;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c7001 mDNSlocal CFComparisonResult CompareSPSEntries(const void *val1, const void *val2, void *context) argument
7005 (CFNumberRef)CFDictionaryGetValue((CFDictionaryRef)val2, kMetricRef),
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParser.cpp2135 RefPtr<CSSValue> val2; local
2138 if (parseFillProperty(propId, propId1, propId2, val1, val2)) {
2147 if (val2)
2148 addProperty(propId2, val2.release(), important);
2580 RefPtr<CSSValue> val2; local
2583 if (parseTransformOrigin(propId, propId1, propId2, propId3, val1, val2, val3)) {
2585 if (val2)
2586 addProperty(propId2, val2.release(), important);
2612 RefPtr<CSSValue> val2; local
2614 if (parsePerspectiveOrigin(propId, propId1, propId2, val1, val2)) {
3234 RefPtr<CSSValue> val2; local
[all...]
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp2060 void * val2,
2066 DEBUG_UNUSED ( val2 );
2132 void * val2,
2141 ( IOFireWireSBP2ORB * ) val1, ( SCSITaskIdentifier ) val2 );
2057 ConnectToDeviceStatic( OSObject * refCon, void * val1, void * val2, void * val3, void * val4 ) argument
2129 CriticalOrbSubmissionStatic( OSObject * refCon, void * val1, void * val2, void * val3, void * val4 ) argument
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest.cc1040 double val2,
1042 const double diff = fabs(val1 - val2);
1051 << expr2 << " evaluates to " << val2 << ", and\n"
1061 RawType val2) {
1062 // Returns success if val1 is less than val2,
1063 if (val1 < val2) {
1067 // or if val1 is almost equal to val2.
1068 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1074 // val2 is NaN, as the IEEE floating-point standard requires that
1083 << val2;
1036 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1058 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1095 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1102 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]

Completed in 733 milliseconds

123456