Searched refs:STOP (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
H A Dbf_opts.c155 #define STOP 1 macro
204 tm[index]=Time_F(STOP); \
251 d = Time_F(STOP);
/freebsd-10-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
H A Dcastopts.c165 #define STOP 1 macro
214 tm[index]=Time_F(STOP); \
261 d = Time_F(STOP);
/freebsd-10-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
/freebsd-10-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dspeed.c135 #define STOP 1 macro
203 d = Time_F(STOP);
224 d = Time_F(STOP);
240 d = Time_F(STOP);
255 d = Time_F(STOP);
272 d = Time_F(STOP);
286 e = Time_F(STOP);
H A Ddes_opts.c361 #define STOP 1 macro
407 tm[index]=Time_F(STOP); \
460 d = Time_F(STOP);
/freebsd-10-stable/lib/libutil/
H A Dproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; enumerator in enum:__anon5998
84 while (state != STOP) {
99 state = STOP;
221 case STOP:
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbnspeed.c128 #define STOP 1 macro
198 tm = Time_F(STOP);
212 tm = Time_F(STOP);
227 tm = Time_F(STOP);
H A Dexpspeed.c154 #define STOP 1 macro
330 tm = Time_F(STOP);
/freebsd-10-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
215 d = Time_F(STOP);
228 d = Time_F(STOP);
/freebsd-10-stable/sbin/fsck_ffs/
H A Dpass1b.c83 (ckinode(dp, &idesc) & STOP)) {
113 return (STOP);
H A Dea.c83 return (STOP);
H A Dinode.c114 if (ret & STOP)
125 if (ret & STOP)
203 if (n & STOP) {
224 return(STOP);
569 return (STOP|FOUND);
582 return (STOP|FOUND);
597 return (STOP|FOUND|ALTERED);
H A Dpass1.c393 if (ret & STOP)
472 return (STOP);
493 return (STOP);
503 return (STOP);
H A Ddir.c132 if (n & STOP)
135 return (idesc->id_filesize > 0 ? KEEPON : STOP);
362 return (ALTERED|STOP);
374 return (ALTERED|STOP);
H A Dfsck.h357 #define STOP 0x01 macro
/freebsd-10-stable/crypto/openssl/crypto/idea/
H A Didea_spd.c130 #define STOP 1 macro
193 d = Time_F(STOP);
217 d = Time_F(STOP);
235 d = Time_F(STOP);
254 d = Time_F(STOP);
269 d = Time_F(STOP);
/freebsd-10-stable/crypto/openssl/apps/
H A Dspeed.c303 # define STOP 1 macro
1335 d = Time_F(STOP);
1550 d = Time_F(STOP);
1563 d = Time_F(STOP);
1577 d = Time_F(STOP);
1591 d = Time_F(STOP);
1613 d = Time_F(STOP);
1627 d = Time_F(STOP);
1638 d = Time_F(STOP);
1651 d = Time_F(STOP);
[all...]
H A Ds_time.c335 #define STOP 1 macro
458 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
550 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl206 sub STOP { subroutine
254 &STOP(\$c);
268 &STOP(\$c);
282 &STOP(\$c);
/freebsd-10-stable/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh255 atf_check -s exit:0 kill -STOP $(cat sshd.pid)
/freebsd-10-stable/sbin/fsdb/
H A Dfsdb.c793 return STOP|ALTERED|FOUND;
841 return STOP|ALTERED|FOUND;
843 return STOP|FOUND; /* won't fit, so give up */
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_termios.c265 svr4_to_bsd_char(V,STOP);
365 bsd_to_svr4_char(V,STOP);

Completed in 383 milliseconds

12