OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ip_limit
(Results
1 - 2
of
2
) sorted by null
/external/brotli/enc/
compress_fragment.c
502
const uint8_t*
ip_limit
= input + len_limit;
local
533
if (BROTLI_PREDICT_FALSE(next_ip >
ip_limit
)) {
599
if (BROTLI_PREDICT_FALSE(ip >=
ip_limit
)) {
636
if (BROTLI_PREDICT_FALSE(ip >=
ip_limit
)) {
compress_fragment_two_pass.c
260
const uint8_t*
ip_limit
= input + len_limit;
local
292
if (BROTLI_PREDICT_FALSE(next_ip >
ip_limit
)) {
342
if (BROTLI_PREDICT_FALSE(ip >=
ip_limit
)) {
382
if (BROTLI_PREDICT_FALSE(ip >=
ip_limit
)) {
Completed in 90 milliseconds