Searched refs:base_ip (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 240 size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, in CreateCommands() 301 table[hash] = (int)(ip - base_ip); in CreateCommands() 305 candidate = base_ip + table[hash]; in CreateCommands() 306 BROTLI_DCHECK(candidate >= base_ip); in CreateCommands() 309 table[hash] = (int)(ip - base_ip); in CreateCommands() 359 table[prev_hash] = (int)(ip - base_ip - 3); in CreateCommands() 361 table[prev_hash] = (int)(ip - base_ip - 2); in CreateCommands() 363 table[prev_hash] = (int)(ip - base_ip - 1); in CreateCommands() 367 table[prev_hash] = (int)(ip - base_ip - 5); in CreateCommands() 369 table[prev_hash] = (int)(ip - base_ip in CreateCommands() 239 CreateCommands(const uint8_t* input, size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, size_t table_bits, size_t min_match, uint8_t** literals, uint32_t** commands) CreateCommands() argument 564 const uint8_t* base_ip = input; BrotliCompressFragmentTwoPassImpl() local [all...] |
H A D | compress_fragment.c | 439 const uint8_t* base_ip = input; in BrotliCompressFragmentFastImpl() local 539 table[hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl() 543 candidate = base_ip + table[hash]; in BrotliCompressFragmentFastImpl() 544 BROTLI_DCHECK(candidate >= base_ip); in BrotliCompressFragmentFastImpl() 547 table[hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl() 608 table[prev_hash] = (int)(ip - base_ip - 3); in BrotliCompressFragmentFastImpl() 610 table[prev_hash] = (int)(ip - base_ip - 2); in BrotliCompressFragmentFastImpl() 612 table[prev_hash] = (int)(ip - base_ip - 1); in BrotliCompressFragmentFastImpl() 614 candidate = base_ip + table[cur_hash]; in BrotliCompressFragmentFastImpl() 615 table[cur_hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl() [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 240 size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, in CreateCommands() 301 table[hash] = (int)(ip - base_ip); in CreateCommands() 305 candidate = base_ip + table[hash]; in CreateCommands() 306 BROTLI_DCHECK(candidate >= base_ip); in CreateCommands() 309 table[hash] = (int)(ip - base_ip); in CreateCommands() 359 table[prev_hash] = (int)(ip - base_ip - 3); in CreateCommands() 361 table[prev_hash] = (int)(ip - base_ip - 2); in CreateCommands() 363 table[prev_hash] = (int)(ip - base_ip - 1); in CreateCommands() 367 table[prev_hash] = (int)(ip - base_ip - 5); in CreateCommands() 369 table[prev_hash] = (int)(ip - base_ip in CreateCommands() 239 CreateCommands(const uint8_t* input, size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, size_t table_bits, size_t min_match, uint8_t** literals, uint32_t** commands) CreateCommands() argument 564 const uint8_t* base_ip = input; BrotliCompressFragmentTwoPassImpl() local [all...] |
H A D | compress_fragment.c | 439 const uint8_t* base_ip = input; in BrotliCompressFragmentFastImpl() local 539 table[hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl() 543 candidate = base_ip + table[hash]; in BrotliCompressFragmentFastImpl() 544 BROTLI_DCHECK(candidate >= base_ip); in BrotliCompressFragmentFastImpl() 547 table[hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl() 608 table[prev_hash] = (int)(ip - base_ip - 3); in BrotliCompressFragmentFastImpl() 610 table[prev_hash] = (int)(ip - base_ip - 2); in BrotliCompressFragmentFastImpl() 612 table[prev_hash] = (int)(ip - base_ip - 1); in BrotliCompressFragmentFastImpl() 614 candidate = base_ip + table[cur_hash]; in BrotliCompressFragmentFastImpl() 615 table[cur_hash] = (int)(ip - base_ip); in BrotliCompressFragmentFastImpl() [all...] |
/third_party/backends/frontend/ |
H A D | saned.c | 565 check_v4_in_range (struct sockaddr_in *sin, char *base_ip, char *netmask) in check_v4_in_range() argument 606 err = getaddrinfo (base_ip, NULL, &hints, &res); in check_v4_in_range() 631 check_v6_in_range (struct sockaddr_in6 *sin6, char *base_ip, char *netmask) in check_v6_in_range() argument 670 err = getaddrinfo (base_ip, NULL, &hints, &res); in check_v6_in_range()
|
Completed in 8 milliseconds