Searched refs:val2 (Results 51 - 75 of 148) sorted by relevance

123456

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dvector.rb192 def search(val1, val2=None)
193 list(tk_call(@id, 'search', val1, val2))
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleOrderingTest.java86 int val2 = buf[i] & 0xFF;
87 if (val1 < val2) {
90 } else if (val1 > val2) {
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_expr.c77 Dwarf_Unsigned val2, Dwarf_Error * error)
327 res = _dwarf_pro_encode_signed_leb128_nm(val2, &operand2_size,
462 res = _dwarf_pro_encode_leb128_nm(val2, &operand2_size,
74 dwarf_add_expr_gen(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, Dwarf_Unsigned val2, Dwarf_Error * error) argument
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.h413 void * val2,
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfo.h109 CFComparisonResult SOSPeerInfoCompareByID(const void *val1, const void *val2, void *context);
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/apache-786.1/httpd/modules/ssl/
H A Dssl_scache_shmcb.c157 #define SHMCB_CYCLIC_SPACE(val1,val2,mod) \
158 ((val2) >= (val1) ? ((val2) - (val1)) : \
159 ((val2) + (mod) - (val1)))
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp_exp.c341 long val, val1, val2; local
454 val2 = ASTP_expr_integer_value(location, op2);
455 val = val1 * val2;
456 if (val < val1 && val > val2)
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkclist_main.c398 CFComparisonResult compareIdentifiers(const void * val1, const void * val2, void * context __unused) argument
401 CFDictionaryRef dict2 = (CFDictionaryRef)val2;
H A Dkextstat_main.c422 const void * val2,
426 (CFNumberRef)val2, context);
420 compareNumbers( const void * val1, const void * val2, void * context) argument
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ivar.py32 def assertAlmostEquals(self, val1, val2):
33 self.assert_(abs(val1 - val2) < 0.000001)
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_rep.c114 u_int32_t val1, val2; local
118 val1 = val2 = 0;
121 ret = dbenv->rep_get_clockskew(dbenv, &val1, &val2);
124 ret = dbenv->rep_get_limit(dbenv, &val1, &val2);
127 ret = dbenv->rep_get_request(dbenv, &val1, &val2);
136 myobjv[1] = Tcl_NewLongObj((long)val2);
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dproxy-configuration.c239 compareBySearchOrder(const void *val1, const void *val2, void *context) argument
242 CFDictionaryRef proxy2 = (CFDictionaryRef)val2;
556 compareDomain(const void *val1, const void *val2, void *context) argument
559 CFDictionaryRef proxy2 = (CFDictionaryRef)val2;
620 result = compareBySearchOrder(val1, val2, context);
/macosx-10.9.5/CF-855.17/
H A DCFBinaryHeap.c134 const void *val2 = list2[idx]; local
137 if (val1 != val2) {
139 if (!compare(val1, val2, heap1->_context.info)) return false;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddtitvinf.cpp606 * @param val2 the other value in comparison
609 static UBool U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2);
612 U_CALLCONV dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2) { argument
614 const UnicodeString* pattern2 = (UnicodeString*)val2.pointer;
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DGroupTransform.cpp74 static CFComparisonResult tr_cmp(const void *val1, const void *val2, void *context) argument
76 return (intptr_t)val1 - (intptr_t)val2;
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConfigurationPrivate.h164 @param val2 The SCNetworkInterface object.
170 const void *val2,
746 @param val2 The SCNetworkService object.
752 const void *val2,
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_set.c43 _compare_sets(const void *val1, const void *val2, void *context) argument
50 SCNetworkSetRef s2 = (SCNetworkSetRef)val2;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py424 def assertAlmostEquals(self, val1, val2, message=None):
425 self.failUnless(abs (val1 - val2) < 0.00001, message)
/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/tcl-102/tcl_ext/tcllib/tcllib/modules/ncgi/
H A Dncgi.tcl809 if {[regexp -- ^${quote}(\[^$quote\]*)$quote $val x val2]} {
811 set val $val2
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/nntp/
H A Dnntp.tcl912 data(code) val1 val2 data(mesg)]
920 set data(post) [expr {!$val2}]
924 puts stderr "val1 $val1 val2 $val2"
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerFilterRenderer.cpp158 PassRefPtr<Uniform> Uniform3f::create(int location, float val0, float val1, float val2) argument
160 return adoptRef(new Uniform3f(location, val0, val1, val2));
176 PassRefPtr<Uniform> Uniform4f::create(int location, float val0, float val1, float val2, float val3) argument
178 return adoptRef(new Uniform4f(location, val0, val1, val2, val3));
/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...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipcp.c855 #define ADDCIADDRS(opt, neg, val1, val2) \
863 l = ntohl(val2); \
957 #define ACKCIADDRS(opt, neg, val1, val2) \
973 if (val2 != cilong) \
1296 #define REJCIADDRS(opt, neg, val1, val2) \
1312 if (cilong != val2) \

Completed in 591 milliseconds

123456