Searched refs:v1 (Results 251 - 275 of 344) sorted by relevance

<<11121314

/macosx-10.9.5/bind9-45.100/bind9/bin/tools/win32/
H A Dgenrandom.mak297 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Dischmacfixup.mak297 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Djournalprint.mak297 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Dnsec3hash.mak297 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A Dgen.mak265 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dtimer.c847 sooner(void *v1, void *v2) { argument
850 t1 = v1;
/macosx-10.9.5/bind9-45.100/bind9/lib/win32/bindevt/
H A Dbindevt.mak308 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp171 append_to_vector(std::vector< std::string >& v1, argument
175 std::back_insert_iterator< std::vector< std::string > >(v1));
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbimages.c472 my_ptrstrcmp(const void * v1, const void * v2) argument
474 const char * * s1 = (const char * *)v1;
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.c367 Boolean archInfoEqualityCallback(const void *v1, const void *v2) argument
369 const NXArchInfo *a1 = (const NXArchInfo *)v1;
/macosx-10.9.5/ncurses-42/ncurses/Ada95/gen/
H A Dgen.c1224 static const char *v1 = local
1231 printf(v1, NCURSES_VERSION_MAJOR);
/macosx-10.9.5/ntp-88/lib/isc/
H A Dtimer.c740 sooner(void *v1, void *v2) { argument
743 t1 = v1;
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_httpserver.rb88 def assert_eql?(v1, v2)
89 assert_equal(v1.object_id, v2.object_id)
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPkg.c1350 * The return value is -1 if v1 is less than v2, 0 if the two version
1351 * numbers are the same, and 1 if v1 is greater than v2. If *satPtr is
1352 * non-NULL, the word it points to is filled in with 1 if v2 >= v1 and
1363 char *v1, char *v2, /* Versions strings, of form 2.1.3 (any number
1393 s1 = v1;
1354 CompareVersions( char *v1, char *v2, int *isMajorPtr) argument
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Doptimize.tcl1286 set v1 [expr { 0.3 * exp( -$xx*$xx / 2. ) }]
1289 set rv [expr { -$v1 - $v2 }]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirwrite.c99 #define WriteRationalPair(type, tag1, v1, tag2, v2) { \
100 if (!TIFFWriteRational(tif, type, tag1, dir, v1)) \
/macosx-10.9.5/ruby-104/ruby/
H A Denum.c1515 minmax_by_i_update(VALUE v1, VALUE v2, VALUE i1, VALUE i2, struct minmax_by_t *memo) argument
1518 memo->min_bv = v1;
1524 if (rb_cmpint(rb_funcall(v1, id_cmp, 1, memo->min_bv), v1, memo->min_bv) < 0) {
1525 memo->min_bv = v1;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfaces.c5031 /* Compare face-attribute values v1 and v2 for equality. Value is non-zero if
5036 face_attr_equal_p (v1, v2)
5037 Lisp_Object v1, v2;
5041 if (XTYPE (v1) != XTYPE (v2))
5044 if (EQ (v1, v2))
5047 switch (XTYPE (v1))
5050 if (SBYTES (v1) != SBYTES (v2))
5053 return bcmp (SDATA (v1), SDATA (v2), SBYTES (v1)) == 0;
5060 return !NILP (Fequal (v1, v
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/RPC/
H A DServer.pm624 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/
H A DServer.pm624 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/
H A DServer.pm624 In the protocol v1.1, 'GET' request method is also allowable.
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dfile.pm310 Setting this value to C<undef> force behaviour compatible to URI v1.31
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h398 IODetailedTimingInformationV1 v1; member in union:IOTimingInformation::__anon1947
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGPRInfo.h473 static const GPRReg regT1 = MIPSRegisters::v1;
516 "zero", "at", "v0", "v1",
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJSInterfaceJIT.h136 // regT1 must be v1 for returning a pair of 32-bit value.
137 static const RegisterID regT1 = MIPSRegisters::v1;

Completed in 242 milliseconds

<<11121314