Searched refs:v1 (Results 176 - 200 of 344) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dfilter.c234 int v1, v2; local
252 if (( v1 = hex2value( fval[v] )) >= 0 ) {
259 fval[r++] = v1 * 16 + v2;
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dvar.c95 static int cgi_compare_variables(const _cgi_var_t *v1,
613 const _cgi_var_t *v1, /* I - First variable */
616 return (_cups_strcasecmp(v1->name, v2->name));
612 cgi_compare_variables( const _cgi_var_t *v1, const _cgi_var_t *v2) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c3347 struct debug_method_variant *v1, *v2;
3349 v1 = *pv1;
3351 if (v1->physname[0] != v2->physname[0]
3352 || v1->visibility != v2->visibility
3353 || v1->constp != v2->constp
3354 || v1->volatilep != v2->volatilep
3355 || v1->voffset != v2->voffset
3356 || (v1->context == NULL) != (v2->context == NULL)
3357 || strcmp (v1->physname, v2->physname) != 0
3358 || ! debug_type_samep (info, v1
3344 struct debug_method_variant *v1, *v2; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcvs-status.el191 (t (let ((v1 (car vl1))
194 ((> v1 v2) 'more1)
195 ((< v1 v2) 'more2)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpng.c681 png_64bit_product (long v1, long v2, unsigned long *hi_product, argument
687 a = (v1 >> 16) & 0xffff;
688 b = v1 & 0xffff;
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssembler.h913 RotatedImmPtr(uintptr_t v1, uint8_t v2) argument
914 : value(v1)
981 RotatedImm64(uint64_t v1, uint8_t v2) argument
982 : value(v1)
1107 BlindedImm32(int32_t v1, int32_t v2) argument
1108 : value1(v1)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcertificate.c321 ComponentTime *v1, *v2; local
324 v1 = (ComponentTime*)csi_attr;
331 if( (v1->choiceId != v2->choiceId ) )
333 switch( v1->choiceId )
336 rc = MatchingComponentUTCTime ( oid, (ComponentSyntaxInfo*)(v1->a.utcTime), (ComponentSyntaxInfo*)(v2->a.utcTime) );
339 rc = MatchingComponentGeneralizedTime ( oid, (ComponentSyntaxInfo*)(v1->a.generalizedTime), (ComponentSyntaxInfo*)(v2->a.generalizedTime) );
1461 AsnList *v1, *v2, t_list; local
1469 v1 = &((ComponentExtensions*)csi_attr)->comp_list;
1471 FOR_EACH_LIST_PAIR_ELMT(component1, component2, v1, v2)
1478 AsnListFirst( v1 );
1695 AsnList *v1, *v2, t_list; local
1942 AsnList *v1, *v2, t_list; local
2182 ComponentName *v1, *v2; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dmatrix.rb1698 els = collect2(v) {|v1, v2|
1699 v1 + v2
1716 els = collect2(v) {|v1, v2|
1717 v1 - v2
1754 each2(v) {|v1, v2|
1755 p += v1 * v2.conj
/macosx-10.9.5/swig-10/Source/Preprocessor/
H A Dcpp.c1450 DOH *m, *v, *v1; local
1457 v1 = Preprocessor_replace(v);
1459 /* Printf(stdout,"checking '%s'\n", v1); */
1460 if (!checkpp_id(v1)) {
1462 Printf(ns, "%%constant %s = %s;\n", Getattr(m, kpp_name), v1);
1464 Printf(ns, "%%constant %s = %s; /*%s*/\n", Getattr(m, kpp_name), v1, comment);
1467 Delete(v1);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtchcfmt.cpp566 double v1, const char* str1,
588 double v[] = {v1, v2, v3};
564 _testPattern(const char* pattern, UBool isValid, double v1, const char* str1, double v2, const char* str2, double v3, const char* str3) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DLookup.h50 void initialize(StringImpl* key, unsigned char attributes, intptr_t v1, intptr_t v2, Intrinsic intrinsic) argument
54 m_u.store.value1 = v1;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dattr.c358 bdb_attr_index_unparser( void *v1, void *v2 ) argument
360 AttrInfo *ai = v1;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl165 frame .op.f.f3.v1 -bd 0
166 pack .op.f.f3.v1 -in .op.f.f3 -side top -fill x -pady 2 -padx 15
167 label .op.f.f3.v1.name -anchor w -text "errors = "
168 pack .op.f.f3.v1.name -in .op.f.f3.v1 -side left -fill x
169 label .op.f.f3.v1.value -anchor w -textvariable test(errors)
170 pack .op.f.f3.v1.value -in .op.f.f3.v1 -side top -fill x
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/RPC/Server/
H A DApache2.pm207 In the protocol v1.1, 'GET' request method is also allowable.
H A DCGI.pm154 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/Server/
H A DApache2.pm207 In the protocol v1.1, 'GET' request method is also allowable.
H A DCGI.pm154 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/Legacy/Server/
H A DApache2.pm207 In the protocol v1.1, 'GET' request method is also allowable.
H A DCGI.pm154 In the protocol v1.1, 'GET' request method is also allowable.
H A DDaemon.pm136 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.pm123 Version: GnuPG v1.4.1 (Cygwin)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumberLocal.h97 uInt u0, u1, v0, v1, w0, w1, w2, t; \
99 v0=v & 0xffff; v1=v>>16; \
103 w1=u0*v1 + w1; \
104 (w)=u1*v1 + w2 + (w1>>16);}
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWDCLProgram.cpp309 fBufferMem = info->auxInfo->u.v1.bufferMemoryMap ; // handles version 2 also
H A DIOFireWireBus.h170 struct // v1
177 } v1 ; member in union:IOFireWireBus::DCLTaskInfoAux::__anon1709
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfo.c375 CFStringRef v1 = SOSPeerInfoGetPeerID((SOSPeerInfoRef) val1);
377 if (v1 == NULL || v2 == NULL) {
378 ptrdiff_t dv = (const void *)v1 - (const void *)v2;
382 return CFStringCompare(v1, v2, 0);

Completed in 230 milliseconds

1234567891011>>