Home
last modified time | relevance | path

Searched refs:FASTEST (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Ddeflate.c75 #ifndef FASTEST
106 #ifdef FASTEST
154 #ifdef FASTEST
199 #ifndef FASTEST in slide_hash()
316 #ifndef FASTEST in fill_window()
408 #ifdef FASTEST in deflateInit2_()
593 #ifndef FASTEST in deflateSetDictionary()
759 #ifdef FASTEST in deflateParams()
1338 #ifndef FASTEST
1861 #ifndef FASTEST in deflate_fast()
[all …]
H A Dzutil.c85 #ifdef FASTEST in zlibCompileFlags()
H A DChangeLog812 - Fix compilation of deflate.c when both ASMV and FASTEST [Oberhumer]
1068 - Correct FASTEST compilation to allow level == 0
1069 - Clean up what gets compiled for FASTEST
/freebsd/sys/dev/iicbus/
H A Diicbus_if.m140 # 100KHz. The UNKNOWN, FAST, and FASTEST rates all map to the
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3954 STORE = 0, FASTEST = 1, FAST = 2, NORMAL = 3, GOOD = 4, in do_unpack() enumerator
3965 case FASTEST: in do_unpack()