Searched refs:fast (Results 1 – 12 of 12) sorted by relevance
/lib/math/tests/ |
A D | prime_numbers_kunit.c | 26 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 D | fse_compress.c | 554 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 D | huf_compress.c | 983 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 D | fse_decompress.c | 177 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 D | sha512-avx-asm.S | 2 # Implement fast SHA-512 with AVX instructions. (x86_64)
|
A D | sha512-ssse3-asm.S | 2 # Implement fast SHA-512 with SSSE3 instructions. (x86_64)
|
A D | sha256-avx-asm.S | 2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
|
A D | sha256-ssse3-asm.S | 2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
|
A D | sha256-avx2-asm.S | 2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
|
A D | sha512-avx2-asm.S | 2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
|
/lib/ |
A D | Kconfig | 504 Enable fast lookup object identifier registry.
|
A D | Kconfig.debug | 1219 # 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 23 milliseconds