Searched refs:d4 (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfty_ipv4.c55 unsigned int d1, d2, d3, d4; local
59 num = sscanf(bp, "%u.%u.%u.%u%n", &d1, &d2, &d3, &d4, &len);
68 || d3 > 255 || d4 > 255) ? FALSE : TRUE);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dbind.rb84 (d4 = TkTextTag.new(t)) )
94 [d1, d2, d3, d4, d5, d6].each{|tag|
109 d4.bind('1',
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dbind.rb82 (d4 = TkTextTag.new(t)) )
92 [d1, d2, d3, d4, d5, d6].each{|tag|
107 d4.bind('1',
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h70 #define CreateFileA(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileA,(nm,d1,d2,sd,d3,d4,h))
71 #define CreateFileW(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileW,(nm,d1,d2,sd,d3,d4,h))
81 #define CreateNamedPipeA(nm,d1,d2,d3,d4,d5,d6,sd) apr_dbg_rv(CreateNamedPipeA,(nm,d1,d2,d3,d4,d5,d6,sd))
82 #define CreateNamedPipeW(nm,d1,d2,d3,d4,d5,d6,sd) apr_dbg_rv(CreateNamedPipeW,(nm,d1,d2,d3,d4,d5,d6,sd))
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h70 #define CreateFileA(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileA,(nm,d1,d2,sd,d3,d4,h))
71 #define CreateFileW(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileW,(nm,d1,d2,sd,d3,d4,h))
81 #define CreateNamedPipeA(nm,d1,d2,d3,d4,d5,d6,sd) apr_dbg_rv(CreateNamedPipeA,(nm,d1,d2,d3,d4,d5,d6,sd))
82 #define CreateNamedPipeW(nm,d1,d2,d3,d4,d5,d6,sd) apr_dbg_rv(CreateNamedPipeW,(nm,d1,d2,d3,d4,d5,d6,sd))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m91 int d1, d2, d3, d4;
149 if (sscanf(name, "%d.%d.%d.%d%c", &d1, &d2, &d3, &d4, &ch) == 4 &&
151 0 <= d3 && d3 <= 255 && 0 <= d4 && d4 <= 255) {
156 ((long) d3 << 8) | ((long) d4 << 0));
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m93 int d1, d2, d3, d4;
151 if (sscanf(name, "%d.%d.%d.%d%c", &d1, &d2, &d3, &d4, &ch) == 4 &&
153 0 <= d3 && d3 <= 255 && 0 <= d4 && d4 <= 255) {
158 ((long) d3 << 8) | ((long) d4 << 0));
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dbind.tcl57 {4. An editor for arrow-head shapes for line items.} d4
67 foreach tag {d1 d2 d3 d4 d5 d6} {
75 $w.text tag bind d4 <1> {source [file join $tk_demoDirectory arrow.tcl]}
/macosx-10.9.5/ruby-104/ruby/test/open-uri/
H A Dtest_ssl.rb168 00:1d:c4:2f:41:d2:3e:16:e5:d4:97:1f:43:a9:a7:9c:fa:60:
172 66:71:70:6c:41:81:6a:dd:a4:4f:a3:c1:ac:70:d4:78:1b:23:
173 30:2f:a5:ef:98:ee:d4:62:80:fd:bf:d4:7a:9b:8e:2d:18:e5:
214 e2:9e:35:55:e8:e8:af:be:c8:7d:bb:c2:d4:aa:c1:
235 f6:5a:11:b9:d4:f7:e3:80:bb:b0:ce:76:1a:56:22:af:e2:4a:
266 e2:9e:35:55:e8:e8:af:be:c8:7d:bb:c2:d4:aa:c1:
276 54:3c:03:d4:09:96:bb:38:7a:22:a1:61:2c:f7:d0:
289 a8:f8:37:53:70:93:24:62:77:d4:b8:80:30:9f:65:
302 56:ff:36:d7:8c:4c:8b:d9:28:3a:2f:1c:9d:d4
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dumac.c351 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
358 d4 = LOAD_UINT32_LITTLE(d+4); d5 = LOAD_UINT32_LITTLE(d+5);
362 h += MUL64((k0 + d0), (k4 + d4));
384 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
394 d4 = LOAD_UINT32_LITTLE(d+4); d5 = LOAD_UINT32_LITTLE(d+5);
399 h1 += MUL64((k0 + d0), (k4 + d4));
400 h2 += MUL64((k4 + d0), (k8 + d4));
431 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
443 d4 = LOAD_UINT32_LITTLE(d+4); d5 = LOAD_UINT32_LITTLE(d+5);
448 h1 += MUL64((k0 + d0), (k4 + d4));
486 UINT32 d0,d1,d2,d3,d4,d5,d6,d7; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dbind.tcl57 {4. An editor for arrow-head shapes for line items.} d4
67 foreach tag {d1 d2 d3 d4 d5 d6} {
74 $w.text tag bind d4 <1> {source [file join $tk_library demos arrow.tcl]}
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFPRInfo.h118 static const FPRReg fpRegT4 = ARMRegisters::d4;
136 COMPILE_ASSERT(ARMRegisters::d4 == 4, d4_is_4);
153 "d4", "d5", "d6", "d7",
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h225 #define CCN232_C(d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
227 CCN40_C(d4,d3,d2,d1,d0)
229 #define CCN256_C(d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
231 CCN64_C(d7,d6,d5,d4,d3,d2,d1,d0)
233 #define CCN264_C(e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
234 CCN256_C(d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0),\
237 #define CCN384_C(f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
238 CCN256_C(d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0),\
242 #define CCN392_C(g0,f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d4,d3,d2,d1,d0,c7,c6,c5,c4,c3,c2,c1,c0,b7,b6,b5,b4,b3,b2,b1,b0,a7,a6,a5,a4,a3,a2,a1,a0) \
243 CCN384_C(f7,f6,f5,f4,f3,f2,f1,f0,e7,e6,e5,e4,e3,e2,e1,e0,d7,d6,d5,d4,d
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/include/
H A DMakefile82 host_triplet = powerpc-apple-darwin9.0.0d4
200 build = powerpc-apple-darwin9.0.0d4
203 build_os = darwin9.0.0d4
207 host = powerpc-apple-darwin9.0.0d4
210 host_os = darwin9.0.0d4
227 target = powerpc-apple-darwin9.0.0d4
230 target_os = darwin9.0.0d4
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/pwcheck/
H A DMakefile62 host_triplet = powerpc-apple-darwin9.0.0d4
180 build = powerpc-apple-darwin9.0.0d4
183 build_os = darwin9.0.0d4
187 host = powerpc-apple-darwin9.0.0d4
190 host_os = darwin9.0.0d4
207 target = powerpc-apple-darwin9.0.0d4
210 target_os = darwin9.0.0d4
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_dependency_resolver.rb113 d4 = util_spec "d", "4", "c" => "= 1"
121 s = set(a1, b1, d3, d4, c1, c2)
125 assert_set [a1, b1, c1, d4], res.resolve
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.cpp141 double d4 = m[3][3]; local
143 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4)
144 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
145 + c1 * determinant3x3(a2, a3, a4, b2, b3, b4, d2, d3, d4)
187 double d4 = matrix[3][3]; local
190 result[0][0] = determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4);
191 result[1][0] = - determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4);
192 result[2][0] = determinant3x3(a2, a3, a4, b2, b3, b4, d2, d3, d4);
195 result[0][1] = - determinant3x3(b1, b3, b4, c1, c3, c4, d1, d3, d4);
196 result[1][1] = determinant3x3(a1, a3, a4, c1, c3, c4, d1, d3, d4);
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dgetaddrinfo.c247 int d1, d2, d3, d4;
250 if (sscanf(hostname, "%d.%d.%d.%d%c", &d1, &d2, &d3, &d4, &ch) == 4 &&
252 0 <= d3 && d3 <= 255 && 0 <= d4 && d4 <= 255) {
255 ((long) d3 << 8) | ((long) d4 << 0));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A DMakefile80 host_triplet = powerpc-apple-darwin9.0.0d4
199 build = powerpc-apple-darwin9.0.0d4
202 build_os = darwin9.0.0d4
206 host = powerpc-apple-darwin9.0.0d4
209 host_os = darwin9.0.0d4
226 target = powerpc-apple-darwin9.0.0d4
229 target_os = darwin9.0.0d4
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A DMakefile84 host_triplet = powerpc-apple-darwin9.0.0d4
203 build = powerpc-apple-darwin9.0.0d4
206 build_os = darwin9.0.0d4
210 host = powerpc-apple-darwin9.0.0d4
213 host_os = darwin9.0.0d4
231 target = powerpc-apple-darwin9.0.0d4
234 target_os = darwin9.0.0d4
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtmapped.cpp117 c4_View d4 = s1.GetAs("d4[p1:S]"); local
119 c4_View h4 = d4.Hash(m4);
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/certs/
H A Dca-bundle.crt60 8f:c2:d4:75:1a:d5:84:b9:b6:62:fc:89:ef:e4:97:
63 d4:29:38:20:d7:27:40:d8:50:93:43:bf:d2:18:a2:
148 90:1a:ee:46:c9:b5:a4:1e:96:b4:41:91:d4:7f:d2:
282 f3:d4:ab:73:41:f0:cf:12:ac:28:b4:6f:14:94:96:
320 46:4b:41:37:97:7f:ec:8e:f1:d4:a1:96:c2:20:b6:5e:ad:a9:
541 83:2f:f9:5e:d4:42:d2:e8:74:60:66:13:98:06:1c:
624 5a:f9:d3:2e:75:2f:d8:28:62:d1:93:2f:fc:4d:d4:
644 64:be:9b:aa:ad:5f:1b:4d:d4:99:95:a2:8b:9a:c9:62:72:b5:
650 a9:d4:c5:eb:9a:da:aa:d5:a3:94:14:46:8d:2d:1f:f3:3a:d6:
787 26:db:c9:d3:fd:2e:99:ad:59:b5:0b:4d:d4
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt60 8f:c2:d4:75:1a:d5:84:b9:b6:62:fc:89:ef:e4:97:
63 d4:29:38:20:d7:27:40:d8:50:93:43:bf:d2:18:a2:
148 90:1a:ee:46:c9:b5:a4:1e:96:b4:41:91:d4:7f:d2:
282 f3:d4:ab:73:41:f0:cf:12:ac:28:b4:6f:14:94:96:
320 46:4b:41:37:97:7f:ec:8e:f1:d4:a1:96:c2:20:b6:5e:ad:a9:
541 83:2f:f9:5e:d4:42:d2:e8:74:60:66:13:98:06:1c:
624 5a:f9:d3:2e:75:2f:d8:28:62:d1:93:2f:fc:4d:d4:
644 64:be:9b:aa:ad:5f:1b:4d:d4:99:95:a2:8b:9a:c9:62:72:b5:
650 a9:d4:c5:eb:9a:da:aa:d5:a3:94:14:46:8d:2d:1f:f3:3a:d6:
787 26:db:c9:d3:fd:2e:99:ad:59:b5:0b:4d:d4
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ipentry/
H A Dipentry.tcl80 foreach x {0 1 2 3} y {d1 d2 d3 d4} {
95 destroy $w.d4
141 foreach x {0 1 2 3 4 5 6 7} y {d1 d2 d3 d4 d5 d6 d7 d8} {
554 foreach x {d1 d2 d3 d4 d5 d6 d7} {
/macosx-10.9.5/ICU-511.35/icuSources/data/mappings/
H A Ducmfiles.mk117 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\

Completed in 315 milliseconds

123