Searched refs:dd (Results 51 - 75 of 224) sorted by relevance

123456789

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dbigint.pl255 if (($dd = int(1e5/($y[$#y]+1))) != 1) {
257 $x = $x * $dd + $car;
267 $y = $y * $dd + $car;
308 if ($dd != 1) {
312 $car = $prd - ($tmp = int($prd / $dd)) * $dd;
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARMAssembler.h310 void emitDoublePrecisionInstruction(ARMWord op, int dd, int dn, int dm) argument
312 ASSERT((dd >= 0 && dd <= 31) && (dn >= 0 && dn <= 31) && (dm >= 0 && dm <= 31));
313 m_buffer.putInt(op | ((dd & 0xf) << 12) | ((dd & 0x10) << (22 - 4))
495 void vmov_f64(int dd, int dm, Condition cc = AL) argument
497 emitDoublePrecisionInstruction(toARMWord(cc) | VMOV_F64, dd, 0, dm);
500 void vadd_f64(int dd, int dn, int dm, Condition cc = AL) argument
502 emitDoublePrecisionInstruction(toARMWord(cc) | VADD_F64, dd, dn, dm);
505 void vdiv_f64(int dd, in argument
510 vsub_f64(int dd, int dn, int dm, Condition cc = AL) argument
515 vmul_f64(int dd, int dn, int dm, Condition cc = AL) argument
520 vcmp_f64(int dd, int dm, Condition cc = AL) argument
525 vsqrt_f64(int dd, int dm, Condition cc = AL) argument
530 vabs_f64(int dd, int dm, Condition cc = AL) argument
535 vneg_f64(int dd, int dm, Condition cc = AL) argument
650 vcvt_f64_s32(int dd, int sm, Condition cc = AL) argument
668 vcvt_f64_f32(int dd, int sm, Condition cc = AL) argument
674 vcvt_f32_f64(int dd, int sm, Condition cc = AL) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/cgi/
H A Dtest_cgi_tag_helper.rb296 assert_equal('<DD>',cgi.dd)
297 assert_equal('<DD>foo</DD>',cgi.dd{'foo'})
308 str=cgi.checkbox_group("foo",["aa","bb"],["cc","dd"])
309 assert_match(/^<INPUT .*VALUE="aa".*>bb<INPUT .*VALUE="cc".*>dd$/,str)
310 assert_match(/^<INPUT .*TYPE="checkbox".*>bb<INPUT .*TYPE="checkbox".*>dd$/,str)
311 assert_match(/^<INPUT .*NAME="foo".*>bb<INPUT .*NAME="foo".*>dd$/,str)
312 str=cgi.radio_group("foo",["aa","bb"],["cc","dd"])
313 assert_match(/^<INPUT .*VALUE="aa".*>bb<INPUT .*VALUE="cc".*>dd$/,str)
314 assert_match(/^<INPUT .*TYPE="radio".*>bb<INPUT .*TYPE="radio".*>dd$/,str)
315 assert_match(/^<INPUT .*NAME="foo".*>bb<INPUT .*NAME="foo".*>dd
[all...]
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_to_html.rb124 assert_equal %w[</dd>], @to.in_list_entry
132 assert_equal %w[</dd>], @to.in_list_entry
148 assert_equal "<dl class=\"rdoc-list label-list\"><dt>cat\n<dd>", @to.res.join
156 assert_equal "<dl class=\"rdoc-list note-list\"><dt>cat\n<dd>",
163 <dd>
165 </dd></dl>
174 <dd>
176 </dd><dd>
178 </dd></d
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_win3.c177 char* dd = (char*) d; local
184 chunkd = 0x10000 - ((uint32) dd & 0xffff); /* What's left in segment */
192 result = memcmp(dd, ss, chunk);
195 dd = (char*) (chunk + (char huge*) dd);
/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_deadlock.c377 u_int32_t *bitmap, count, dd; local
558 dd = ((DB_LOCKER *)R_ADDR(&lt->reginfo,
560 if (dd == DD_INVALID_ID)
562 lockerp->dd_id = dd;
566 id_array[dd].count += lockerp->nlocks;
570 id_array[dd].count += lockerp->nwrites;
577 dd = lockerp->dd_id;
578 id_array[dd].valid = 1;
585 SET_MAP(tmpmap, dd);
614 dd
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DSaslUtils.java186 byte dd = dec_table[d];
188 if (da == -1 || db == -1 || (dc == -1 && c != 0x3d) || (dd == -1 && d != 0x3d))
197 ret[ret_off++] = (byte)(dc << 6 | dd);
/macosx-10.10/BerkeleyDB-21/db/test/
H A Ddead004.tcl37 -h $testdir >& $testdir/dd.out &]
99 fileremove -f $testdir/dd.out
H A Ddead005.tcl29 -h $testdir -a $to >& $testdir/dd.out &]
82 fileremove -f $testdir/dd.out
H A Ddead002.tcl74 fileremove -f $testdir/dd.out
H A Ddead003.tcl91 fileremove -f $testdir/dd.out
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dputty-transfer.sh30 trace "proto $p compression $c dd-size ${s}"
32 dd if=$DATA obs=${s} 2> /dev/null | \
/macosx-10.10/apache-793/httpd/build/
H A Ddefault.pl294 >><p><dt><b>See Also</b><dd>
381 <dd>
389 <dt><b>Parameters</b><dd>
405 <dd><<
411 >><dt><b>Exceptions</b><dd>
426 >><dt><b>See Also</b><dd>
458 <dd>
463 >><dt><b>See Also</b><dd>
/macosx-10.10/dcerpc-61/www/content/css/blueprint/src/
H A Dreset.css11 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_prettyprint.rb9 Tree.new("dd")),
90 dd],
102 aaaa[bbbbb[ccc, dd],
114 aaaa[bbbbb[ccc, dd],
124 aaaa[bbbbb[ccc, dd], eee, ffff[gg, hhh, ii]]
137 dd
154 bbbbb[ ccc, dd ],
170 bbbbb[ ccc, dd ],
181 aaaa[ bbbbb[ ccc, dd ], eee, ffff[ gg, hhh, ii ] ]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c95 DIR *dd = opendir("."); local
110 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
122 closedir(dd);
H A Dwtc1.c57 DIR *dd = opendir("."); local
82 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
94 closedir(dd);
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-strtopdd.c48 strtopdd(s, sp, dd, loc) CONST char *s; char **sp; double *dd; locale_t loc;
50 strtopdd(CONST char *s, char **sp, double *dd, locale_t loc)
76 u = (U*)dd;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DappleSession.c83 unsigned char *dd = data->data; local
87 dd[0],dd[1],dd[2],dd[3], (unsigned)data->length);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DappleSession.c83 unsigned char *dd = data->data; local
87 dd[0],dd[1],dd[2],dd[3], (unsigned)data->length);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DappleSession.c83 unsigned char *dd = data->data; local
87 dd[0],dd[1],dd[2],dd[3], (unsigned)data->length);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dcomplete.c181 DIR *dd; local
207 if ((dd = opendir(dir)) == NULL)
213 for (dp = readdir(dd); dp != NULL; dp = readdir(dd)) {
231 closedir(dd);
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D023Date.t49 $formatter = Log::Log4perl::DateFormat->new("d ddd dd dddd yyyy");
160 q!yyyy-MM-dd'T'HH:mm:ss.SSS'Z'! => q!%04d-%02d-%02dT%02d:%02d:%02d.%sZ!,
161 q!yyyy-MM-dd''HH:mm:ss.SSS''! => q!%04d-%02d-%02d%02d:%02d:%02d.%s!,
162 q!yyyy-MM-dd''''HH:mm:ss.SSS! => q!%04d-%02d-%02d'%02d:%02d:%02d.%s!,
163 q!yyyy-MM-dd''''''HH:mm:ss.SSS! => q!%04d-%02d-%02d''%02d:%02d:%02d.%s!,
164 q!yyyy-MM-dd,HH:mm:ss.SSS! => q!%04d-%02d-%02d,%02d:%02d:%02d.%s!,
166 q!dd MMM yyyy HH:mm:ss,SSS! => q!%02d %.3s %04d %02d:%02d:%02d,%s!,
169 q!yyyy-MM-dd 'at' HH:mm:ss! => q!%04d-%02d-%02d at %02d:%02d:%02d!,
/macosx-10.10/bzip2-36/bzip2/
H A Dbzip.css20 dd {
/macosx-10.10/postfix-255/Postfix.ServerSetup/
H A Dset_credentials.sh25 pw=`dd if=/dev/urandom bs=256 count=1 2>&1 | env LANG=C tr -dc a-zA-Z0-9 2>&1 | cut -b 1-22 2>&1`

Completed in 136 milliseconds

123456789