Home
last modified time | relevance | path

Searched refs:four (Results 1 – 25 of 238) sorted by relevance

12345678910

/titanic_41/usr/src/lib/libshell/common/tests/
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'
H A Dappend.sh42 { iarray+= (four five six) ;} 2> /dev/null
48 { iarray+= (four five six) ;} 2> /dev/null
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] ))
/titanic_41/usr/src/lib/libsqlite/test/
H A Djoin4_28.test30 insert into t1 values(4,'four');
44 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
57 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
67 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
77 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
H A Dbtree.test131 btree_insert $::c1 four 4.00
133 } {four}
156 } {four}
236 } {four}
315 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00}
331 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00}
360 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00}
443 } {five 5.00 four 4.00 six 6.00 three 3.00 two 2.00}
H A Dmisc1.test94 CREATE TABLE agger(one text, two text, three text, four text);
106 execsql {SELECT sum(one), two, four FROM agger
107 GROUP BY two, four ORDER BY sum(one) desc}
110 execsql {SELECT sum((one)), (two), (four) FROM agger
111 GROUP BY (two), (four) ORDER BY sum(one) desc}
424 INSERT INTO t9 VALUES('four',4);
H A Dmisc3.test226 INSERT INTO x2 VALUES(4,'four');
231 } {1 one cat 2 two {} 3 three {} 4 four dog}
240 } {1 one cat 2 two {} 3 three {} 4 four dog}
H A Dprintf.test115 sqlite_mprintf_z_test , one two three four five six
116 } {,one,two,three,four,five,six}
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d58 @four[i] = lquantize(0, -10, 10, 1, incr);
80 printa(@four);
/titanic_41/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);
/titanic_41/usr/src/lib/libm/common/complex/
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); in ctanhf()
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); in ctanhl()
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); in ctanh()
/titanic_41/usr/src/cmd/rexd/
H A Drex.c120 u_int four = 4; in xdr_rex_ttymode() local
131 xdr_bytes(xdrs, (char **) &speedp, (u_int *)&four, 4) && in xdr_rex_ttymode()
H A Drex.x64 unsigned four; /* always equals 4 */ member
/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d43 four = 4, enumerator
/titanic_41/usr/src/uts/sun4/conf/
H A DMapfile26 # Some four meg of kernel virtual address space
41 # Another four meg of kernel virtual address space
/titanic_41/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d33 @four = llquantize(i, 4, 0, 1, 4);
/titanic_41/usr/src/head/rpcsvc/
H A Drex.x70 unsigned four; /* always equals 4 */ member
/titanic_41/usr/src/cmd/svc/shell/
H A Dnet_include.sh529 done | while read three four; do
530 [ "$three" != addif ] && echo "$three $four \c"
/titanic_41/usr/src/uts/common/sys/
H A Dvisual_io.h168 unsigned char four; /* four bit */ member
/titanic_41/usr/src/cmd/localedef/data/
H A Dmn_CN.UTF-8.src285 <four>;/
533 <four>;/
798 <four>;/
809 <four>;/
1404 <four> <X1A00>;<X05>;<X05>;<four>
1651 "<four>";/
1659 "<four>";/
1667 "<four>";/
1680 "<four>";/
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s100 sll %o1, 16, %g1 ! four bytes <--------+

12345678910