Searched refs:four (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d43 four = 4,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d33 @four = llquantize(i, 4, 0, 1, 4);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d58 @four[i] = lquantize(0, -10, 10, 1, incr);
80 printa(@four);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh48 DTRACE_PROBE4(test_prov, four, 7, 8, 9, 10);
59 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh50 DTRACE_PROBE4(test_prov, four, 7, 8, 9, 10);
61 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dappend.sh42 { iarray+= (four five six) ;} 2> /dev/null
43 if [[ ${iarray[@]} != 'one two three four five six' ]]
48 { iarray+= (four five six) ;} 2> /dev/null
49 if [[ ${iarray[@]} != 'one four five six' ]]
H A Dcoprocess.sh62 ping four |&
67 for i in three four pipe four pipe four three pipe pipe three pipe
70 four) to=-u4;;
86 four) ;;
H A Darrays.sh43 set -A x zero one two three four 'five six'
239 ( set -A list one two three four)
248 foo=( zero one '' three four '' six)
253 if [[ ${foo[@]: -3:1} != four ]]
286 for i in one three four five
308 x+=( [four]=4 )
471 a=(zero one two three four)
474 [[ ${a[-3]} == four ]] || err_exit 'a[-3] should be four'
475 [[ ${a[-3..-1]} == 'four si
[all...]
H A Darith.sh226 y[three]=9 y[four]=2
227 three=four
228 four=three
229 (( x = y[three] + y[four] ))
233 (( x = y[$three] + y[$four] ))
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dctanh.c95 static const double four = 4.0, two = 2.0, one = 1.0, zero = 0.0; variable
165 r = (four * C) * (t + one);
H A Dctanhf.c36 static const float four = 4.0F, two = 2.0F, one = 1.0F, zero = 0.0F; variable
104 r = (four * C) * (t + one);
H A Dctanhl.c37 static const long double four = 4.0L, two = 2.0L, one = 1.0L, zero = 0.0L; variable
107 r = (four * C) * (t + one);
/illumos-gate/usr/src/cmd/rexd/
H A Drex.c120 u_int four = 4; local
131 xdr_bytes(xdrs, (char **) &speedp, (u_int *)&four, 4) &&
H A Drex.x64 unsigned four; /* always equals 4 */
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h168 unsigned char four; /* four bit */ member in union:__anon9237
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s100 sll %o1, 16, %g1 ! four bytes <--------+
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s100 sllx %o1, 16, %g1 ! four bytes <--------+
/illumos-gate/usr/src/head/rpcsvc/
H A Drex.x70 unsigned four; /* always equals 4 */
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.s72 add $4, %eax / increment src by four
H A Dmemcpy.s129 addl %eax,%edi / %edi, %esi by four after each copy
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh529 done | while read three four; do
530 [ "$three" != addif ] && echo "$three $four \c"
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl93 set ones {zero one two three four five six seven eight nine
H A Dspeedtest.tcl102 set ones {zero one two three four five six seven eight nine
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s115 bg,a,pn %xcc, .wrword ! Still have four to do.
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt371 * Added four new IR Configuration Change List Event data

Completed in 122 milliseconds

12