Home
last modified time | relevance | path

Searched refs:STEP (Results 1 – 7 of 7) sorted by path

/illumos-gate/usr/src/boot/libsa/string/
H A Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in swab() macro
56 STEP; in swab()
58 STEP; STEP; STEP; STEP; in swab()
59 STEP; STEP; STEP; STEP; in swab()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_builtin_tail.sh57 float -r STEP=0.5 # const
59 (( timeout=timeout/STEP ))
61 for (( i=0 ; i < timeout ; i+=STEP )) ; do
63 sleep ${STEP}
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh2482 STEP=`expr $STEP + 1`
2549 STEP=`expr $STEP + 1`
2601 STEP=`expr $STEP + 1`
3389 STEP=`expr $STEP + 1`
4423 STEP=`expr $STEP + 1`
4451 STEP=`expr $STEP + 1`
4562 STEP=`expr $STEP + 1`
4632 STEP=`expr $STEP + 1`
4679 STEP=`expr $STEP + 1`
4977 STEP=`expr $STEP + 1`
[all …]
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dgram.y36 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS
142 | STEP NEWLINE
154 | STEP NUMBER NEWLINE
166 | STEP NUMBER SYMBOL NEWLINE
H A Dlex.l63 ^{ws}*step {return (STEP);}
/illumos-gate/usr/src/cmd/tail/tests/
H A Dsun_solaris_tail.sh73 float -r STEP=0.5 # const
75 (( timeout=timeout/STEP ))
77 for (( i=0 ; i < timeout ; i+=STEP )) ; do
79 sleep ${STEP}
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dswab.c41 #define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp)) macro
55 STEP; in swab()
58 STEP; STEP; STEP; STEP; in swab()
59 STEP; STEP; STEP; STEP; in swab()