Searched refs:v1 (Results 51 - 75 of 344) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOperations.cpp34 bool JSValue::equalSlowCase(ExecState* exec, JSValue v1, JSValue v2) argument
36 return equalSlowCaseInline(exec, v1, v2);
39 bool JSValue::strictEqualSlowCase(ExecState* exec, JSValue v1, JSValue v2) argument
41 return strictEqualSlowCaseInline(exec, v1, v2);
44 NEVER_INLINE JSValue jsAddSlowCase(CallFrame* callFrame, JSValue v1, JSValue v2) argument
47 JSValue p1 = v1.toPrimitive(callFrame);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tcltklib/
H A Dsample1.rb51 v1 = TclTkVariable.new(ip, "20")
53 print v1.get(), "\n"
55 v1.set(40)
56 print v1.get(), "\n"
59 set.e(v1, 30)
60 print set.e(v1), "\n"
62 incr.e(v1)
63 print v1.get(), "\n"
64 append.e(v1, 10)
65 print v1
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dthai-word.el10815 v0 v1 v2 v3
10837 (setq v1 (aref vec 1))
10841 (unless v1
10851 (setq v1 (thai-find-word-ends pos limit tried))
10852 (aset vec 1 v1)
10855 (if (eq v1 t)
10861 (not v1)
10862 (setq second-best (cons v0 v1)))
10864 (setq tried (append tried v1))
10866 (when v1
[all...]
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dday.c231 int day, flags, month = 0, v1, v2; local
247 if (!(v1 = getfield(endp, &endp, &flags)))
252 day = v1 - 1; /* days since January 1 [0-365] */
259 else if (flags & F_ISDAY || v1 > 12) {
262 day = v1;
273 month = v1;
290 day = v1;
298 month = v1;
320 v1 = day/10 - 1; /* offset -4 ... -1 */
329 cumdays[month] - v2) / 7) + 1) == -v1)
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFSortFunctions.c87 VALUE_TYPE v1 = listp[idx1], v2 = listp[idx2]; local
88 if (cmp(v1, v2) <= 0) {
89 tmp[idx] = v1;
103 VALUE_TYPE v0 = listp[0], v1 = listp[1]; local
104 if (0 < cmp(v0, v1)) {
105 listp[0] = v1;
109 VALUE_TYPE v0 = listp[0], v1 = listp[1], v2 = listp[2], vt; local
110 if (0 < cmp(v0, v1)) {
112 v0 = v1;
113 v1
163 VALUE_TYPE v1 = *listp1, v2 = *listp2; local
186 VALUE_TYPE v1 = *listp1, v2 = *listp2; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnMathUtils.h39 bool approxEqual(const FloatPoint& v0, const FloatPoint& v1);
40 bool approxEqual(const FloatPoint3D& v0, const FloatPoint3D& v1);
H A DLoopBlinnLocalTriangulator.h150 Vertex* v1,
154 m_vertices[1] = v1;
240 void addTriangle(Vertex* v0, Vertex* v1, Vertex* v2);
245 // Indicates whether the edge between vertex v0 and v1 is shared
247 bool isSharedEdge(Vertex* v0, Vertex* v1);
149 setVertices(Vertex* v0, Vertex* v1, Vertex* v2) argument
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmsg_stats.h77 #define MSG_STATS_INIT2(st, m1, v1, m2, v2) \
80 ((st)->m1 = (v1)), \
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_flip.rb32 v1 = v.select {|i|
39 assert_equal(expected, v1, mesg)
/macosx-10.9.5/less-23/less/
H A Dless.h186 #define SNPRINTF1(str, size, fmt, v1) snprintf((str), (size), (fmt), (v1))
187 #define SNPRINTF2(str, size, fmt, v1, v2) snprintf((str), (size), (fmt), (v1), (v2))
188 #define SNPRINTF3(str, size, fmt, v1, v2, v3) snprintf((str), (size), (fmt), (v1), (v2), (v3))
189 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) snprintf((str), (size), (fmt), (v1), (v2), (v3), (v4))
192 #define SNPRINTF1(str, size, fmt, v1) sprintf((str), (fmt), (v1))
[all...]
/macosx-10.9.5/net_snmp-140.1/
H A Dsnmpd.conf68 group MyRWGroup v1 local
71 group MyROGroup v1 mynetwork
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_block.rb344 m {|(v0,*v1,(*)),|}
345 m {|((v0,*v1,v2)),|}
346 m {|(v0,*v1,v2),|}
347 m {|(v0,*v1,(v2)),|}
348 m {|((*),*v0,v1),|}
349 m {|((v0),*v1,v2),|}
350 m {|(v0,v1,*v2,v3),|}
351 m {|v0,(v1,*v2,v3),|}
352 m {|(v0,*v1,v2),v3,|}
353 m {|(v0,*v1,v
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsatstypesetter.py27 def characterRangeForGlyphRange_actualGlyphRange_(self, v1, v2):
30 def glyphRangeForCharacterRange_actualCharacterRange_(self, v1, v2):
33 def getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_(self, v1, v2, v3, v4, v5):
36 def setLineFragmentRect_forGlyphRange_usedRect_baselineOffset_(self, v1, v2, v3, v4):
39 def substituteGlyphsInRange_withGlyphs_(self, v1, v2):
42 def insertGlyph_atGlyphIndex_characterIndex_(self, v1, v2, v3):
45 def deleteGlyphsInRange_(self, v1):
48 def setNotShownAttribute_forGlyphRange_(self, v1, v2):
51 def setLocation_withAdvancements_forStartOfGlyphRange_(self, v1, v2, v3):
54 def setAttachmentSize_forGlyphRange_(self, v1, v
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dobject.test119 mk::view open db.a v1
124 fill v1 i 1 2 3 4 5
129 set v [v1 view clone]
134 set v [v1 view copy]
138 set v [v1 view concat v2]
142 set v [v1 view different v2]
146 set v [v1 view minus v2]
150 set v [v1 view intersect v2]
154 set v [v1 view union v2]
158 set v [v1 vie
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/librewrite/
H A Dvar.c33 const struct rewrite_var *v1, *v2; local
35 v1 = ( const struct rewrite_var * )c1;
38 assert( v1 != NULL );
40 assert( v1->lv_name != NULL );
43 return strcasecmp( v1->lv_name, v2->lv_name );
55 struct rewrite_var *v1, *v2; local
57 v1 = ( struct rewrite_var * )c1;
60 assert( v1 != NULL );
62 assert( v1->lv_name != NULL );
65 return ( strcasecmp( v1
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatQuad.cpp65 FloatSize v1 = t2 - t1; local
70 float dot01 = dot(v0, v1);
72 float dot11 = dot(v1, v1);
73 float dot12 = dot(v1, v2);
145 FloatSize v1, v2, v3, v4; local
149 v1 = m_p2 - m_p1;
154 v1 = m_p4 - m_p1;
160 FloatPoint p = rightMostCornerToVector(rect, v1);
161 if (determinant(v1,
[all...]
/macosx-10.9.5/Csu-79/
H A DMakefile21 # v1 = MacOSX 10.4 and earlier, iPhone n/a
42 INTERMEDIATE_FILES = $(SYMROOT)/crt1.v1.o $(SYMROOT)/crt1.v2.o $(SYMROOT)/crt1.v3.o \
44 $(SYMROOT)/dylib1.v1.o $(SYMROOT)/dylib1.v2.o \
45 $(SYMROOT)/bundle1.v1.o \
52 $(SYMROOT)/crt1.v1.o: start.s crt.c dyld_glue.s
70 $(SYMROOT)/dylib1.v1.o: dyld_glue.s icplusplus.c
77 $(SYMROOT)/bundle1.v1.o: dyld_glue.s
104 cp $(SYMROOT)/crt1.v1.o $(DSTROOT)$(USRLIBDIR)/crt1.o
107 cp $(SYMROOT)/dylib1.v1.o $(DSTROOT)$(USRLIBDIR)/dylib1.o
108 cp $(SYMROOT)/bundle1.v1
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dsiphash.c157 #define SIP_COMPRESS(v0, v1, v2, v3) \
159 ADD64_TO((v0), (v1)); \
161 ROTL64_TO((v1), 13); \
163 XOR64_TO((v1), (v0)); \
166 ADD64_TO((v2), (v1)); \
168 ROTL64_TO((v1), 17); \
170 XOR64_TO((v1), (v2)); \
388 #define SIP_2_ROUND(m, v0, v1, v2, v3) \
391 SIP_COMPRESS(v0, v1, v2, v3); \
392 SIP_COMPRESS(v0, v1, v
400 uint64_t v0, v1, v2, v3; local
[all...]
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.xs35 Version: GnuPG v1.2.1 (GNU/Linux)
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_macro.c334 Dwarf_Unsigned v1; local
359 v1 = _dwarf_decode_u_leb128(pnext, &len);
360 pdmd->dmd_lineno = v1;
382 v1 = _dwarf_decode_u_leb128(pnext, &len);
383 pdmd->dmd_lineno = v1;
390 v1 = _dwarf_decode_u_leb128(pnext, &len);
391 pdmd->dmd_fileindex = v1;
395 fileindex = v1;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Dmacros_test.c120 #define H_CHECK_EQ(id, v1, v2) \
121 H_DEF(check_eq_ ## id, ATF_CHECK_EQ(v1, v2))
125 #define H_CHECK_STREQ(id, v1, v2) \
126 H_DEF(check_streq_ ## id, ATF_CHECK_STREQ(v1, v2))
132 #define H_CHECK_EQ_MSG(id, v1, v2, msg) \
133 H_DEF(check_eq_msg_ ## id, ATF_CHECK_EQ_MSG(v1, v2, msg))
139 #define H_CHECK_STREQ_MSG(id, v1, v2, msg) \
140 H_DEF(check_streq_msg_ ## id, ATF_CHECK_STREQ_MSG(v1, v2, msg))
159 #define H_REQUIRE_EQ(id, v1, v2) \
160 H_DEF(require_eq_ ## id, ATF_REQUIRE_EQ(v1, v
362 const char *v1; member in struct:check_eq_test
550 const char *v1; member in struct:require_eq_test
[all...]
/macosx-10.9.5/cctools-845/gprof/
H A Dscatter.c41 int v1; member in struct:Edgestruct
235 int v1,
241 for(edge = tree[v1].next1; edge; edge = edge->next1){
253 int v1,
265 edge->v1 = v1;
269 edge->next1 = tree[v1].next1;
272 tree[v1].next1 = edge;
293 tree[edge->v1].next1 = edge->next1;
459 make_edge(n_nodes, edge->v1, edg
234 find_edge( int v1, int v2, int w) argument
252 make_edge( int v1, int v2, int w) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DBitMatrix.pm134 $m->get_row($u, $v1, $v2, ..., $vn)
135 $m->set_row($u, $v1, $v2, ..., $vn)
136 $m->unset_row($u, $v1, $v2, ..., $vn)
189 =item get_row($u, $v1, $v2, ..., $vn)
191 Test the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>
194 =item set_row($u, $v1, $v2, ..., $vn)
196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
201 =item unset_row($u, $v1, $v2, ..., $vn)
203 Unsets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DBitMatrix.pm134 $m->get_row($u, $v1, $v2, ..., $vn)
135 $m->set_row($u, $v1, $v2, ..., $vn)
136 $m->unset_row($u, $v1, $v2, ..., $vn)
189 =item get_row($u, $v1, $v2, ..., $vn)
191 Test the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>
194 =item set_row($u, $v1, $v2, ..., $vn)
196 Sets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
201 =item unset_row($u, $v1, $v2, ..., $vn)
203 Unsets the row at vertex C<u> for the vertices C<v1>, C<v2>, ..., C<vn>,
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_nsdictionary.rb232 a = a.merge(b) {|k,v1,v2| v1.to_ruby < v2.to_ruby ? v1 : v2 }
233 c = c.merge(d) {|k,v1,v2| v1 < v2 ? v1 : v2 }
262 a.merge(b) {|k,v1,v2| v1.to_ruby < v2.to_ruby ? v1 : v2 }
263 c.merge(d) {|k,v1,v
[all...]

Completed in 1214 milliseconds

1234567891011>>