Searched refs:v4 (Results 1 - 25 of 213) sorted by relevance

123456789

/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Ddebug.h50 # define dbg_val4(fmt, v1, v2, v3, v4) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4)
51 # define dbg_val5(fmt, v1, v2, v3, v4, v5) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4, v5)
52 # define dbg_val6(fmt, v1, v2, v3, v4, v5, v6) fprintf (stderr, "DBG: %s(%d) " fmt, __FILE__, __LINE__, v1, v2, v3, v4, v5, v6)
61 # define dbg_val4(fmt, v1, v2, v3, v4)
62 # define dbg_val5(fmt, v1, v2, v3, v4, v5)
63 # define dbg_val6(fmt, v1, v2, v3, v4, v5, v6)
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_verbatim.rb9 v4 = verb('1 + 1')
10 v4.format = :ruby
15 refute_equal v1, v4
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/macosx-10.10/bzip2-36/bzip2/arm64/
H A Dcrc32vec.s36 let there be at least 8 128-bit vectors v0, v1, v2, v3, v4, v5, v6, v7
38 for example, v4' = v0 * (x^512 mod P(x)) + v4;
39 this effectively shortens the sequence by 4 vectors, producing a congruent sequence v4', v5', v6', v7'
78 st1.4s {v4,v5,v6,v7},[x3],#4*16
127 ld1.4s {v4}, [buf], #16 // new vector
130 eor.16b v4, v4, v6 // H(x) * {x^[512+64] mod P(x)} xor with the new vector with offset of 512 bits
131 eor.16b $0, $0, v4 // xor with L(x) * {x^[512] mod P(x)}
142 ld1.4s {v4,v
[all...]
/macosx-10.10/bzip2-36/bzip2/x86_64/
H A Dcrc32vec.s24 #define v4 %xmm4
40 movaps v4, -80(%rbp)
91 movdqa v0, v4
95 pclmulqdq $0x00, K12, v4
97 pxor v4, v0
99 movdqu 0(buf), v4
101 pshufb L_shufb, v4
103 pxor v4, v0
105 movdqa v2, v4
109 pclmulqdq $0x00, K12, v4
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tests/
H A Dobject.test122 mk::view open db.d v4
127 fill v4 k 1 2 1
174 set v [v2 view map v4]
178 set v [v4 view unique]
185 v4 close
404 rename [v1 view hash v3 1] v4
406 v4 insert end k 1 v one
407 v4 insert end k 2 v two
408 v4 insert 1 k 3 v three
409 v4 inser
[all...]
/macosx-10.10/ruby-106/ruby/test/matrix/
H A Dtest_vector.rb9 @v4 = Vector[1.0, 2.0, 3.0]
17 assert_not_same @v1, @v4
25 assert_equal @v1, @v4
33 assert !@v1.eql?(@v4)
40 assert !hash.key?(@v4)
64 @v1.each2(@v4) {|x, y| a << [x, y] }
74 a = @v1.collect2(@v4) {|x, y| x + y }
79 a = @v1.map2(@v4) {|x, y| x + y }
136 assert_in_epsilon(3.7416573867739413, @v4.norm)
/macosx-10.10/OpenSSH-189/openssh/
H A Daddrmatch.c39 struct in_addr v4; member in union:xaddr::__anon3179
45 #define v4 xa.v4 macro
94 memcpy(&xa->v4, &in4->sin_addr, sizeof(xa->v4));
131 n->v4.s_addr = htonl((0xffffffff << (32 - l)) & 0xffffffff);
161 dst->v4.s_addr &= b->v4.s_addr;
187 if (a->v4.s_addr == b->v4
[all...]
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtbasic2.cpp46 c4_View v4 = v1.SortOnReverse(p2, p2); local
47 A(v4.GetSize() == 6);
48 A(p1(v4[0]) == 222);
49 A(p1(v4[1]) == 333);
50 A(p1(v4[2]) == 123);
51 A(p1(v4[3]) == 111);
52 A(p1(v4[4]) == 345);
53 A(p1(v4[5]) == 234);
54 A(v4.Search(p2["six"]) == 2);
55 A(v4
149 c4_View v4 = v1.Counts(p1, p4); local
[all...]
H A Dtnotify.cpp257 c4_View v4 = v2.SortOn(p1); local
258 A(v4.GetSize() == 3);
259 A(p1(v4[0]) == 222);
260 A(p1(v4[1]) == 234);
261 A(p1(v4[2]) == 333);
277 A(v4.GetSize() == 2);
278 A(p1(v4[0]) == 222);
279 A(p1(v4[1]) == 234);
327 c4_View v4 = v1.Select(p1[2]); local
328 c4_View v5 = v4
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dntstat.h122 struct sockaddr_in v4; member in union:nstat_route_add_param::__anon14610
127 struct sockaddr_in v4; member in union:nstat_route_add_param::__anon14611
137 struct sockaddr_in v4; member in union:nstat_tcp_add_param::__anon14612
142 struct sockaddr_in v4; member in union:nstat_tcp_add_param::__anon14613
151 struct sockaddr_in v4; member in union:nstat_tcp_descriptor::__anon14614
157 struct sockaddr_in v4; member in union:nstat_tcp_descriptor::__anon14615
193 struct sockaddr_in v4; member in union:nstat_udp_descriptor::__anon14616
199 struct sockaddr_in v4; member in union:nstat_udp_descriptor::__anon14617
228 struct sockaddr_in v4; member in union:nstat_route_descriptor::__anon14618
235 struct sockaddr_in v4; member in union:nstat_route_descriptor::__anon14619
242 struct sockaddr_in v4; member in union:nstat_route_descriptor::__anon14620
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-InputMethodKit/PyObjCTest/
H A Dtest_imkinputcontroller.py21 v1, v2, v3, v4, v5):
25 v1, v2, v3, v4):
29 v1, v2, v3, v4):
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-InputMethodKit/PyObjCTest/
H A Dtest_imkinputcontroller.py21 v1, v2, v3, v4, v5):
25 v1, v2, v3, v4):
29 v1, v2, v3, v4):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-InputMethodKit-2.5.1/PyObjCTest/
H A Dtest_imkinputcontroller.py26 v1, v2, v3, v4, v5):
30 v1, v2, v3, v4):
34 v1, v2, v3, v4):
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/filter-aaaa/conf/
H A Dgood8.conf20 filter-aaaa-on-v4 no;
25 filter-aaaa-on-v4 yes;
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_vm1_lvar_init.rb4 v1 = v2 = v3 = v4 = v5 = v6 = v7 = v8 = v9 = v10 =
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfsmount.h294 uint64_t nm_verf; /* v3/v4 write verifier */
304 struct { /* v4 specific fields */
315 } v4; member in union:nfsmount::__anon14799
405 #define nm_longid nm_un.v4.longid
406 #define nm_clientid nm_un.v4.clientid
407 #define nm_mounttime nm_un.v4.mounttime
408 #define nm_fsid nm_un.v4.fsid
409 #define nm_renew_timer nm_un.v4.renew_timer
410 #define nm_cbid nm_un.v4.cbid
411 #define nm_cblink nm_un.v4
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dpinyin.vim52 v4 ��
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DMac OS Test Searcher.c76 sprintf(c_ip, "%d.%d.%d.%d", s->ip.ip.v4.b[0], s->ip.ip.v4.b[1], s->ip.ip.v4.b[2], s->ip.ip.v4.b[3]);
126 info->i.ip.ip.v4 = zerov4Addr;
159 info->i.ip.ip.v4 = zerov4Addr;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DvRijndael-alg-ref.c444 register vector unsigned char v1, v2, v3, v4, mask;
460 v4 = vec_perm( v1, v2, (vector unsigned char) ( 2, 6, 10, 14, 18, 22, 26, 30, 3, 7, 11, 15, 19, 23, 27, 31 ) );
465 v4 = vec_xor( v4, *((vector unsigned char *) cipher->chainBlock + 1 ) );
468 vec_st( v4, 16, (vector unsigned char *) cipher->chainBlock );
477 v4 = vec_perm( v1, v2, (vector unsigned char) ( 4, 12, 20, 28, 5, 13, 21, 29, 6, 14, 22, 30, 7, 15, 23, 31 ) );
485 v2 = vec_perm( v4, v4, mask );
487 v4 = vec_sel( v3, v1, cmp );
488 vec_st( v4,
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-olsr.c299 struct olsr_msg4 *v4; member in union:__anon14027
338 msgptr.v4 = (struct olsr_msg4 *) tptr;
339 msg_type = msgptr.v4->msg_type;
340 msg_len = EXTRACT_16BITS(msgptr.v4->msg_len);
353 msg_type, ipaddr_string(msgptr.v4->originator),
354 msgptr.v4->ttl,
355 msgptr.v4->hopcount,
356 ME_TO_DOUBLE(msgptr.v4->vtime),
357 EXTRACT_16BITS(msgptr.v4->msg_seq),
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatQuad.cpp143 FloatSize v1, v2, v3, v4; local
150 v4 = m_p1 - m_p4;
155 v4 = m_p3 - m_p4;
170 p = rightMostCornerToVector(rect, v4);
171 if (determinant(v4, p - m_p4) < 0)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsatstypesetter.py24 def boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex_(self, v, v2, v3, v4, v5):
33 def getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_(self, v1, v2, v3, v4, v5):
36 def setLineFragmentRect_forGlyphRange_usedRect_baselineOffset_(self, v1, v2, v3, v4):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsatstypesetter.py24 def boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex_(self, v, v2, v3, v4, v5):
33 def getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_(self, v1, v2, v3, v4, v5):
36 def setLineFragmentRect_forGlyphRange_usedRect_baselineOffset_(self, v1, v2, v3, v4):
/macosx-10.10/mDNSResponder-561.1.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c447 addr.sin_addr.s_addr = inDstIP->ip.v4.NotAnInteger;
458 inDstIP->ip.v4.b[ 0 ], inDstIP->ip.v4.b[ 1 ], inDstIP->ip.v4.b[ 2 ], inDstIP->ip.v4.b[ 3 ],
998 item->hostSet.ip.ip.v4.NotAnInteger = ipv4->sin_addr.s_addr;
1000 item->hostSet.mask.ip.v4.NotAnInteger = mask->sin_addr.s_addr;
1010 item->hostSet.ip.ip.v4.b[ 0 ], item->hostSet.ip.ip.v4.b[ 1 ],
1011 item->hostSet.ip.ip.v4
[all...]

Completed in 1163 milliseconds

123456789