Searched refs:v1 (Results 276 - 300 of 344) sorted by relevance

<<11121314

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c2148 int slapi_attr_value_cmp( const Slapi_Attr *a, const struct berval *v1, const struct berval *v2 ) argument
2158 (struct berval *)v1, (void *)v2, &text );
2439 int slapi_value_compare(const Slapi_Attr *a, const Slapi_Value *v1, const Slapi_Value *v2) argument
2441 return slapi_attr_value_cmp( a, v1, v2 );
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.cpp4497 void WebGLRenderingContext::vertexAttrib2f(GC3Duint index, GC3Dfloat v0, GC3Dfloat v1) argument
4499 vertexAttribfImpl("vertexAttrib2f", index, 2, v0, v1, 0.0f, 1.0f);
4512 void WebGLRenderingContext::vertexAttrib3f(GC3Duint index, GC3Dfloat v0, GC3Dfloat v1, GC3Dfloat v2) argument
4514 vertexAttribfImpl("vertexAttrib3f", index, 3, v0, v1, v2, 1.0f);
4527 void WebGLRenderingContext::vertexAttrib4f(GC3Duint index, GC3Dfloat v0, GC3Dfloat v1, GC3Dfloat v2, GC3Dfloat v3) argument
4529 vertexAttribfImpl("vertexAttrib4f", index, 4, v0, v1, v2, v3);
5628 void WebGLRenderingContext::vertexAttribfImpl(const char* functionName, GC3Duint index, GC3Dsizei expectedSize, GC3Dfloat v0, GC3Dfloat v1, GC3Dfloat v2, GC3Dfloat v3) argument
5643 m_context->vertexAttrib2f(index, v0, v1);
5646 m_context->vertexAttrib3f(index, v0, v1, v2);
5649 m_context->vertexAttrib4f(index, v0, v1, v
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef24 ISOCHRONOUS COMPONENTS REFERENCE v1.0 3/16/2001
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dcache.c327 bdb_id_dup_err( void *v1, void *v2 ) argument
330 e2->bei_lrunext = v1;
/macosx-10.9.5/bind9-45.100/bind9/bin/check/win32/
H A Dnamedcheckzone.mak402 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/bin/nsupdate/win32/
H A Dnsupdate.mak373 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DBINDInstall.mak426 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/lib/bind9/win32/
H A Dlibbind9.mak450 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/win32/
H A Dlibisccfg.mak464 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirwrite.c62 #define WriteRationalPair(type, tag1, v1, tag2, v2) { \
63 TIFFWriteRational((tif), (type), (tag1), (dir), (v1)) \
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el2613 (with-parsed-tramp-file-name file1 v1
2615 (unless (and (equal v1-multi-method v2-multi-method)
2616 (equal v1-method v2-method)
2617 (equal v1-user v2-user)
2618 (equal v1-host v2-host))
2628 v1-multi-method v1-method v1-user v1-host)
2892 (with-parsed-tramp-file-name filename v1
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c1424 #define CopyField2(tag, v1, v2) \
1425 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2)
1426 #define CopyField3(tag, v1, v2, v3) \
1427 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
1428 #define CopyField4(tag, v1, v2, v3, v4) \
1429 if (TIFFGetField(in, tag, &v1, &v2, &v3, &v4)) TIFFSetField(out, tag, v1, v2, v3, v4)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-agent.el3552 (let ((v1 (car arts))
3554 (cond ((< v1 v2) ; v1 does not appear in the reference list
3555 (gnus-agent-append-to-list tail-uncached v1)
3557 ((= v1 v2)
3558 (unless (or cached-header (cdar ref)) ; v1 is already cached
3559 (gnus-agent-append-to-list tail-uncached v1))
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpriv.tcl2010 set v1 [expr {$scalef * $vcmp}]
2016 set y1 [expr {$y1 + 0.5 * $v1}]
2020 set y2 [expr {$y1 - $v1}]
/macosx-10.9.5/ruby-104/ruby/ext/bigdecimal/
H A Dbigdecimal.c3376 /* These 2 functions added at v1.1.7 */
5497 size_t val, v1, v2, v;
5521 v1 = val;
5523 while(v1 >= BASE) {
5524 v1 /= BASE;
5527 val = val - v2 * v1;
5528 v = v1;
/macosx-10.9.5/CF-855.17/
H A DCFArray.c1001 static CFComparisonResult __CFArrayCompareValues(const void *v1, const void *v2, struct _acompareContext *context) { argument
1002 const void **val1 = (const void **)v1;
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMConnection.c286 const PMConnection *v1 = (const PMConnection *)value1; local
288 return (v1->uniqueID == v2->uniqueID);
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DTransform.cpp98 static Boolean ah_set_equal(const void *v1, const void *v2) { argument
99 return CFEqual(ah2ta(static_cast<SecTransformAttributeRef>(const_cast<void*>(v1)))->name, ah2ta(static_cast<SecTransformAttributeRef>(const_cast<void*>(v2)))->name);
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/win32/
H A Ddig.mak425 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Dhost.mak425 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Dnslookup.mak425 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/bin/rndc/win32/
H A Drndc.mak423 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/win32/
H A Dlibisccc.mak538 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c384 xtensa_isa_name_compare (const void *v1, const void *v2)
386 xtensa_lookup_entry *e1 = (xtensa_lookup_entry *) v1;
382 xtensa_isa_name_compare(const void *v1, const void *v2) argument
/macosx-10.9.5/emacs-92/emacs/
H A Dconfig.bat124 rem The v1.x build does not need djecho

Completed in 294 milliseconds

<<11121314