Symbol: faster
games/tetris/input.c
134
faster(); /* go faster */
lib/libcrypto/arc4random/getentropy_aix.c
201
int save_errno = errno, e, pgs = sysconf(_SC_PAGESIZE), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_aix.c
223
faster = 1;
lib/libcrypto/arc4random/getentropy_aix.c
226
faster = 0;
lib/libcrypto/arc4random/getentropy_aix.c
266
if (!faster) {
lib/libcrypto/arc4random/getentropy_hpux.c
205
int save_errno = errno, e, pgs = sysconf(_SC_PAGESIZE), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_hpux.c
223
faster = 1;
lib/libcrypto/arc4random/getentropy_hpux.c
226
faster = 0;
lib/libcrypto/arc4random/getentropy_hpux.c
260
if (!faster) {
lib/libcrypto/arc4random/getentropy_linux.c
322
int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_linux.c
337
faster = 1;
lib/libcrypto/arc4random/getentropy_linux.c
340
faster = 0;
lib/libcrypto/arc4random/getentropy_linux.c
365
if (!faster) {
lib/libcrypto/arc4random/getentropy_osx.c
208
int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_osx.c
231
faster = 1;
lib/libcrypto/arc4random/getentropy_osx.c
234
faster = 0;
lib/libcrypto/arc4random/getentropy_osx.c
279
if (!faster) {
lib/libcrypto/arc4random/getentropy_solaris.c
241
int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat;
lib/libcrypto/arc4random/getentropy_solaris.c
257
faster = 1;
lib/libcrypto/arc4random/getentropy_solaris.c
260
faster = 0;
lib/libcrypto/arc4random/getentropy_solaris.c
286
if (!faster) {
sys/kern/sched_bsd.c
599
goto faster;
sys/kern/sched_bsd.c
645
faster: