Home
last modified time | relevance | path

Searched refs:n_extra (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/enc/
Dbrotli_bit_stream.c45 uint32_t* n_extra, uint32_t* extra) { in GetBlockLengthPrefixCode() argument
47 *n_extra = _kBrotliPrefixCodeRanges[*code].nbits; in GetBlockLengthPrefixCode()
/third_party/node/deps/brotli/c/enc/
Dbrotli_bit_stream.c45 uint32_t* n_extra, uint32_t* extra) { in GetBlockLengthPrefixCode() argument
47 *n_extra = _kBrotliPrefixCodeRanges[*code].nbits; in GetBlockLengthPrefixCode()
/third_party/libxml2/
Dtestapi.c16164 int n_extra; in test_xmlErrMemory() local
16167 for (n_extra = 0;n_extra < gen_nb_const_char_ptr;n_extra++) { in test_xmlErrMemory()
16170 extra = gen_const_char_ptr(n_extra, 1); in test_xmlErrMemory()
16175 des_const_char_ptr(n_extra, (const char *)extra, 1); in test_xmlErrMemory()
16182 printf(" %d", n_extra); in test_xmlErrMemory()