Searched refs:three (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d42 three,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d32 @three = llquantize(i, 3, 0, 1, 9);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d57 @three[i] = lquantize(0, 0, 20, 1, incr);
76 printa(@three);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh47 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
58 probe three(uintptr_t, uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh49 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
60 probe three(uintptr_t, uintptr_t, uintptr_t);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcoprocess.sh60 ping three |&
67 for i in three four pipe four pipe four three pipe pipe three pipe
69 three) to=-u3;;
85 three) ;;
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)
286 for i in one three four five
302 x=( [one]=1 [two]=2 [three]=3)
306 x=( [one]=1 [two]=2 [three]=3)
344 foo[0]=three
345 [[ $foo == three ]] || err_exit '--allexport not working with arrays'
471 a=(zero one two three four)
H A Dappend.sh41 iarray=( one two three )
43 if [[ ${iarray[@]} != 'one two three four five six' ]]
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] ))
H A Dsubshell.sh37 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi)
52 [three]=hi
66 z.foo[three]=good
67 [[ ${z.foo[three]} == good ]] || err_exit 'associative array assignment in subshell not working'
H A Dpointtype.sh74 Pt_t pp=( [one]=( x=3 y=4) [two]=( x=5 y=12) [three]=(y=2) )
78 [[ ${!pp[@]} == 'one three two' ]] || err_exit '${pp[@] != "one three two"'
H A Dcubetype.sh203 cc[three]=cc[two]
204 [[ ${cc[two]} == "${cc[three]}" ]] || err_exit ' ${cc[two]} != ${cc[three]}'
205 [[ $cc[two] == "${cc[three]}" ]] || err_exit ' $cc[two] != $cc[three]'
H A Dsubstring.sh185 foo=one/two/three
H A Dbuiltins.sh470 then for i in $(command command -x ${SHELL:-ksh} -c 'print $#;[[ $1 != argument0 ]]' count $(longline $n) one two three) #2> /dev/null)
H A Dcomvar.sh349 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi)
364 [three]=hi
/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/cmd/praudit/
H A Dprint_audit.txt108 delimiter is three characters (not counting the required
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c398 three(fcode_env_t *env) function
927 P1275(0x0a8, 0, "3", three);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt193 * Added three new DiscoveryStatus bits for SAS IO Unit
375 * Added three new DiscoveryStatus bits for the SAS
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c1670 char three = '\3'; local
1674 iov[0].iov_base = &three;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S484 ! Once we get to the last element, we loop three more times to finish
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s133 btst 7, %o4 ! if lower three bits zero
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1612 btst 7, %o4 ! if lower three bits zero
1946 ! get another window w/space for three aligned blocks of saved fpregs

Completed in 151 milliseconds

12