Searched refs:v1 (Results 151 - 175 of 344) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py12 for v1, v2 in zip(value1, value2):
14 self.assertEquals(v1, v2)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgpath.py82 v1, v2 = CGPathIsRect(path, None)
83 self.failUnless(v1 is False)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py12 for v1, v2 in zip(value1, value2):
14 self.assertEqual(v1, v2)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgpath.py82 v1, v2 = CGPathIsRect(path, None)
83 self.assertTrue(v1 is False)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsfont.py23 for v1, v2 in zip(value1, value2):
25 self.assertEqual(v1, v2)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgpath.py87 v1, v2 = CGPathIsRect(path, None)
88 self.assertTrue(v1 is False)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dctests.m83 struct Struct2 v1 = { 1, 2, { 3, 4, 5, 6, 7 } };
86 [obj methodWithMyStruct: v1 andShort: v2];
91 [inv setArgument: &v1 atIndex: 2];
95 ASSERT_EQUALS(invokeHelper.f1, v1.f1, "%d");
96 ASSERT_EQUALS(invokeHelper.f2, v1.f2, "%g");
97 ASSERT_EQUALS(invokeHelper.s[0], v1.s[0], "%d");
98 ASSERT_EQUALS(invokeHelper.s[1], v1.s[1], "%d");
99 ASSERT_EQUALS(invokeHelper.s[2], v1.s[2], "%d");
100 ASSERT_EQUALS(invokeHelper.s[3], v1.s[3], "%d");
101 ASSERT_EQUALS(invokeHelper.s[4], v1
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dctests.m84 struct Struct2 v1 = { 1, 2, { 3, 4, 5, 6, 7 } };
87 [obj methodWithMyStruct: v1 andShort: v2];
92 [inv setArgument: &v1 atIndex: 2];
97 ASSERT_EQUALS(invokeHelper.f1, v1.f1, "%d");
98 ASSERT_EQUALS(invokeHelper.f2, v1.f2, "%g");
99 ASSERT_EQUALS(invokeHelper.s[0], v1.s[0], "%d");
100 ASSERT_EQUALS(invokeHelper.s[1], v1.s[1], "%d");
101 ASSERT_EQUALS(invokeHelper.s[2], v1.s[2], "%d");
102 ASSERT_EQUALS(invokeHelper.s[3], v1.s[3], "%d");
103 ASSERT_EQUALS(invokeHelper.s[4], v1
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c967 giant v1; local
978 v1 = borrowGiant(giantSize);
979 int_to_giant(1, v0); gtog(x, v1);
981 while(!isZero(v1)) {
982 gtog(u1, u0); bdivg(v1, u0);
990 gtog(v1, u1);
991 mulg(u0, v1);
992 subg(v1,scratch7);
993 gtog(scratch7, v1);
1007 returnGiant(v1);
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c967 giant v1; local
978 v1 = borrowGiant(giantSize);
979 int_to_giant(1, v0); gtog(x, v1);
981 while(!isZero(v1)) {
982 gtog(u1, u0); bdivg(v1, u0);
990 gtog(v1, u1);
991 mulg(u0, v1);
992 subg(v1,scratch7);
993 gtog(scratch7, v1);
1007 returnGiant(v1);
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c93 static giant u0=NULL, u1=NULL, v0=NULL, v1=NULL; variable
1177 giant scratch7, u0, u1, v0, v1; local
1184 v1 = popg();
1186 gtog(x, v1);
1191 while(!isZero(v1))
1194 bdivg(v1, u0);
1202 gtog(v1, u1);
1203 mulg(u0, v1);
1204 subg(v1,scratch7);
1205 gtog(scratch7, v1);
1254 giant scratch7, u0, u1, v0, v1; local
1309 giant u0, u1, v1; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c93 static giant u0=NULL, u1=NULL, v0=NULL, v1=NULL; variable
1177 giant scratch7, u0, u1, v0, v1; local
1184 v1 = popg();
1186 gtog(x, v1);
1191 while(!isZero(v1))
1194 bdivg(v1, u0);
1202 gtog(v1, u1);
1203 mulg(u0, v1);
1204 subg(v1,scratch7);
1205 gtog(scratch7, v1);
1254 giant scratch7, u0, u1, v0, v1; local
1309 giant u0, u1, v1; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dvalue.c198 struct berval *v1, /* stored value */
211 ad->ad_type->sat_syntax, mr, v1, v2 );
614 struct berval *v1, /* stored value */
637 bv1 = *v1;
667 v1 = &bv1;
689 *match = ber_bvcmp( v1, v2 );
693 return value_match( match, ad, mr, flags, v1, v2, text );
193 value_match( int *match, AttributeDescription *ad, MatchingRule *mr, unsigned flags, struct berval *v1, void *v2, const char ** text ) argument
609 ordered_value_match( int *match, AttributeDescription *ad, MatchingRule *mr, unsigned flags, struct berval *v1, struct berval *v2, const char ** text ) argument
/macosx-10.10/bc-21/bc/lib/
H A Dnumber.c752 Let v = v0 + v1*(b^n)
753 Then uv = (B^2n+B^n)*u1*v1 + B^n*(u1-u0)*(v0-v1) + (B^n+1)*u0*v0
761 bc_num u0, u1, v0, v1; local
787 v1 = bc_copy_num (_zero_);
790 v1 = new_sub_num (vlen-n, 0, v->n_value);
796 _bc_rm_leading_zeros (v1);
800 m1zero = bc_is_zero(u1) || bc_is_zero(v1);
808 bc_sub (v0, v1, &d2, 0);
816 _bc_rec_mul (u1, u1->n_len, v1, v
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_env.rb381 ENV.update({"baz"=>"quux","a"=>"b"}) {|k, v1, v2| v1 ? k + "_" + v1 + "_" + v2 : v2 }
/macosx-10.10/sudo-73/src/
H A Dtestsudoers.c438 print_alias(v1, v2)
439 void *v1, *v2;
441 struct alias *a = (struct alias *)v1;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c521 ComponentDirectoryString *v1, *v2; local
524 v1 = (ComponentDirectoryString*)csi_attr;
531 if( (v1->choiceId != v2->choiceId ) )
533 switch( v1->choiceId )
536 rc = MatchingComponentTeletexString ( oid, (ComponentSyntaxInfo*)(v1->a.teletexString), (ComponentSyntaxInfo*)(v2->a.teletexString) );
539 rc = MatchingComponentPrintableString ( oid, (ComponentSyntaxInfo*)(v1->a.printableString), (ComponentSyntaxInfo*)(v2->a.printableString) );
542 rc = MatchingComponentUniversalString ( oid, (ComponentSyntaxInfo*)(v1->a.universalString), (ComponentSyntaxInfo*)(v2->a.universalString) );
545 rc = MatchingComponentUTF8String ( oid, (ComponentSyntaxInfo*)(v1->a.utf8String), (ComponentSyntaxInfo*)(v2->a.utf8String) );
548 rc = MatchingComponentBMPString ( oid, (ComponentSyntaxInfo*)(v1->a.bmpString), (ComponentSyntaxInfo*)(v2->a.bmpString) );
1051 ComponentGeneralName *v1, *v local
1549 AsnList *v1, *v2, t_list; local
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/Server/
H A DDaemon.pm136 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/
H A DRPC.pm123 =item supports JSON-RPC protocol v1.1
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dputiltst.c306 /* v1 <|=|> v2 */
317 UVersionInfo v1, v2; local
333 invop = 0-op; /* inverse operation: with v1 and v2 switched */
334 u_versionFromString(v1, v1str);
336 got = memcmp(v1, v2, sizeof(UVersionInfo));
337 invgot = memcmp(v2, v1, sizeof(UVersionInfo)); /* Opposite */
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dplhash.c529 PL_CompareStrings(const void *v1, const void *v2) argument
531 return strcmp((const char*)v1, (const char*)v2) == 0;
535 PL_CompareValues(const void *v1, const void *v2) argument
537 return v1 == v2;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dplhash.c529 PL_CompareStrings(const void *v1, const void *v2) argument
531 return strcmp((const char*)v1, (const char*)v2) == 0;
535 PL_CompareValues(const void *v1, const void *v2) argument
537 return v1 == v2;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dplhash.c529 PL_CompareStrings(const void *v1, const void *v2) argument
531 return strcmp((const char*)v1, (const char*)v2) == 0;
535 PL_CompareValues(const void *v1, const void *v2) argument
537 return v1 == v2;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dplhash.c529 PL_CompareStrings(const void *v1, const void *v2) argument
531 return strcmp((const char*)v1, (const char*)v2) == 0;
535 PL_CompareValues(const void *v1, const void *v2) argument
537 return v1 == v2;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dplhash.c529 PL_CompareStrings(const void *v1, const void *v2) argument
531 return strcmp((const char*)v1, (const char*)v2) == 0;
535 PL_CompareValues(const void *v1, const void *v2) argument
537 return v1 == v2;

Completed in 681 milliseconds

1234567891011>>