Searched refs:optimal (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c204 make_literal(lzma_optimal *optimal) argument
206 optimal->back_prev = UINT32_MAX;
207 optimal->prev_1_is_literal = false;
212 make_short_rep(lzma_optimal *optimal) argument
214 optimal->back_prev = 0;
215 optimal->prev_1_is_literal = false;
219 #define is_short_rep(optimal) \
220 ((optimal).back_prev == 0)
/freebsd-13-stable/contrib/lua/src/
H A Dltable.c354 ** Compute the optimal size for the array part of table 't'. 'nums' is a
358 ** will go to the array part; return the optimal size. (The condition
363 unsigned int twotoi; /* 2^i (candidate for optimal size) */
366 unsigned int optimal = 0; /* optimal size for array part */ local
373 optimal = twotoi; /* optimal size (till now) */
374 na = a; /* all elements up to 'optimal' will go to array part */
377 lua_assert((optimal == 0 || optimal /
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-targets.mk109 # this is sub-optimal match MACHINE,
H A Dldorder.mk16 # Try to compute optimal link order.
/freebsd-13-stable/share/mk/
H A Ddirdeps-targets.mk109 # this is sub-optimal match MACHINE,
H A Dbsd.compiler.mk84 # to use the more optimal mtime check.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c1981 /* Determine the optimal size of a string buf that shall receive a
1994 apr_size_t optimal;
2015 optimal = SVN__STREAM_CHUNK_SIZE;
2016 while (optimal - overhead < needed)
2017 optimal *= 2;
2020 return optimal - overhead;
1993 apr_size_t optimal; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c1902 /* Determine the optimal size of a string buf that shall receive a
1915 apr_size_t optimal;
1936 optimal = SVN__STREAM_CHUNK_SIZE;
1937 while (optimal - overhead < needed)
1938 optimal *= 2;
1941 return optimal - overhead;
2524 * the name string in DATA already gives us near-optimal memory
1914 apr_size_t optimal; local
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S60 # non-multiplication operations. 2x is near-optimal coefficient for
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl247 // that its performance would be ~20% lower than optimal one. No

Completed in 212 milliseconds