Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 12 of 12) sorted by relevance

/lib/math/tests/
A Dprime_numbers_kunit.c26 const bool fast = is_prime_number(x); in prime_numbers_test() local
28 KUNIT_ASSERT_EQ_MSG(test, slow, fast, "is-prime(%lu)", x); in prime_numbers_test()
/lib/zstd/compress/
A Dfse_compress.c554 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic() argument
568 #define FSE_FLUSHBITS(s) (fast ? BIT_flushBitsFast(s) : BIT_flushBits(s)) in FSE_compress_usingCTable_generic()
615 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); in FSE_compress_usingCTable() local
617 if (fast) in FSE_compress_usingCTable()
A Dhuf_compress.c983 HUF_encodeSymbol(HUF_CStream_t* bitCPtr, U32 symbol, const HUF_CElt* CTable, int idx, int fast) in HUF_encodeSymbol() argument
985 HUF_addBits(bitCPtr, CTable[symbol], idx, fast); in HUF_encodeSymbol()
/lib/zstd/common/
A Dfse_decompress.c177 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic() argument
196 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(sta… in FSE_decompress_usingDTable_generic()
/lib/crypto/x86/
A Dsha512-avx-asm.S2 # Implement fast SHA-512 with AVX instructions. (x86_64)
A Dsha512-ssse3-asm.S2 # Implement fast SHA-512 with SSSE3 instructions. (x86_64)
A Dsha256-avx-asm.S2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
A Dsha256-ssse3-asm.S2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
A Dsha256-avx2-asm.S2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
A Dsha512-avx2-asm.S2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
/lib/
A DKconfig504 Enable fast lookup object identifier registry.
A DKconfig.debug1219 # hard lockup detection which runs too fast due to turbo modes.
3085 You won't really be testing kallsysms, so this just helps fast builds

Completed in 25 milliseconds