Searched refs:fast (Results 51 - 75 of 86) sorted by relevance

1234

/freebsd-current/sys/netgraph/
H A Dng_ppp.c2360 int fast = 0; local
2368 fast = i;
2372 distrib[sortByLatency[fast]] += len - total;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c115 * This method is safe if your compiler supports it, and *generally* as fast or faster than `memcpy`.
1427 const FSEv05_DTable* dt, const unsigned fast)
1446 #define FSEv05_GETSYMBOL(statePtr) fast ? FSEv05_decodeSymbolFast(statePtr, &bitD) : FSEv05_decodeSymbol(statePtr, &bitD)
1471 if ( (BITv05_reloadDStream(&bitD)>BITv05_DStream_completed) || (op==omax) || (BITv05_endOfDStream(&bitD) && (fast || FSEv05_endOfDState(&state1))) )
1476 if ( (BITv05_reloadDStream(&bitD)>BITv05_DStream_completed) || (op==omax) || (BITv05_endOfDStream(&bitD) && (fast || FSEv05_endOfDState(&state2))) )
1500 /* select fast mode (static) */
2767 2- Small input (fast heuristic ? Full comparison ? depend on clevel ?)
1424 FSEv05_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSEv05_DTable* dt, const unsigned fast) argument
H A Dzstd_v04.c96 * This method is safe if your compiler supports it, and *generally* as fast or faster than `memcpy`.
258 U32 contentLog; /* full search segment : larger == more compression, slower, more memory (useless for fast) */
1320 const FSE_DTable* dt, const unsigned fast)
1339 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(statePtr, &bitD)
1366 if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state1))) )
1371 if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) )
1397 /* select fast mode (static) */
1317 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
H A Dzstd_v02.c124 * This method is safe if your compiler supports it, and *generally* as fast or faster than `memcpy`.
795 #define HUF_BLOCKBOUND(size) (size + (size>>8) + 8) /* only true if incompressible pre-filtered with fast heuristic */
1340 const FSE_DTable* dt, const unsigned fast)
1359 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(statePtr, &bitD)
1386 if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state1))) )
1391 if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) )
1414 /* select fast mode (static) */
1337 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
H A Dzstd_v06.c117 * This method is safe if your compiler supports it, and *generally* as fast or faster than `memcpy`.
1570 const FSEv06_DTable* dt, const unsigned fast)
1588 #define FSEv06_GETSYMBOL(statePtr) fast ? FSEv06_decodeSymbolFast(statePtr, &bitD) : FSEv06_decodeSymbol(statePtr, &bitD)
1643 /* select fast mode (static) */
1793 #define HUFv06_BLOCKBOUND(size) (size + (size>>8) + 8) /* only true if incompressible pre-filtered with fast heuristic */
2945 2- Small input (fast heuristic ? Full comparison ? depend on clevel ?)
1567 FSEv06_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSEv06_DTable* dt, const unsigned fast) argument
H A Dzstd_v07.c277 * This method is safe if your compiler supports it, and *generally* as fast or faster than `memcpy`.
1064 #define HUFv07_BLOCKBOUND(size) (size + (size>>8) + 8) /* only true if incompressible pre-filtered with fast heuristic */
1590 const FSEv07_DTable* dt, const unsigned fast)
1608 #define FSEv07_GETSYMBOL(statePtr) fast ? FSEv07_decodeSymbolFast(statePtr, &bitD) : FSEv07_decodeSymbol(statePtr, &bitD)
1663 /* select fast mode (static) */
3110 2- Small input (fast heuristic ? Full comparison ? depend on clevel ?)
1587 FSEv07_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSEv07_DTable* dt, const unsigned fast) argument
/freebsd-current/sys/kern/
H A Dsubr_taskqueue.c898 TASKQUEUE_FAST_DEFINE(fast, taskqueue_fast_enqueue, NULL,
899 swi_add(NULL, "fast taskq", taskqueue_fast_run, NULL,
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp563 KEYWORD(fast);
/freebsd-current/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp134 if (config->objcStubsMode == ObjCStubsMode::fast) {
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DDriver.cpp568 // we don't bother to do lazily because the initialization is fast.
828 return ObjCStubsMode::fast;
837 return ObjCStubsMode::fast;
/freebsd-current/sys/dev/aac/
H A Daac.c821 u_int32_t index, fast; local
867 fast = index & 1;
870 if (fast) {
1604 * the SenderFibAddress over to make room for the fast response bit
2246 * Gotta shift the index to account for the fast response
2256 * Is this a fast response? If it is, update the fib fields in
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1137 bool fast; local
1139 fast = true;
1143 if (fast || !pmap_invl_callout_inited) {
1146 fast = false;
/freebsd-current/contrib/openbsm/
H A Dconfigure1420 --enable-fast-install[=PKGS]
1421 optimize for fast installation [default=yes]
7507 # Check whether --enable-fast-install was given.
15997 # Whether or not to optimize for fast installation.
/freebsd-current/contrib/file/
H A Dconfigure1474 --enable-fast-install[=PKGS]
1475 optimize for fast installation [default=yes]
9175 # Check whether --enable-fast-install was given.
17542 # Whether or not to optimize for fast installation.
H A Dltmain.sh3739 -no-fast-install disable the fast-install mode
7093 -no-fast-install)
7104 func_warning "assuming '-no-fast-install' instead"
/freebsd-current/contrib/sqlite3/
H A Dconfigure1458 --enable-fast-install[=PKGS]
1459 optimize for fast installation [default=yes]
9400 # Check whether --enable-fast-install was given.
16370 # Whether or not to optimize for fast installation.
H A Dltmain.sh3828 -no-fast-install disable the fast-install mode
7182 -no-fast-install)
7193 func_warning "assuming '-no-fast-install' instead"
/freebsd-current/contrib/unbound/
H A Dltmain.sh3736 -no-fast-install disable the fast-install mode
7090 -no-fast-install)
7101 func_warning "assuming '-no-fast-install' instead"
/freebsd-current/crypto/heimdal/
H A Dltmain.sh2419 -no-fast-install disable the fast-install mode
5662 -no-fast-install)
5673 func_warning "assuming \`-no-fast-install' instead"
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh3736 -no-fast-install disable the fast-install mode
7090 -no-fast-install)
7101 func_warning "assuming '-no-fast-install' instead"
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh3736 -no-fast-install disable the fast-install mode
7090 -no-fast-install)
7101 func_warning "assuming '-no-fast-install' instead"
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dltmain.sh3736 -no-fast-install disable the fast-install mode
7090 -no-fast-install)
7101 func_warning "assuming '-no-fast-install' instead"
/freebsd-current/lib/clang/libllvm/
H A DMakefile2134 FastISel/-gen-fast-isel \
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1097 SYSCTL_INT(_hw_mlx5_calibr, OID_AUTO, fast, CTLFLAG_RWTUN,
/freebsd-current/contrib/openpam/
H A Dltmain.sh3990 -no-fast-install disable the fast-install mode
7366 -no-fast-install)
7377 func_warning "assuming '-no-fast-install' instead"

Completed in 910 milliseconds

1234