Home
last modified time | relevance | path

Searched refs:bits_count (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/dec/
Dhuffman.c117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local
159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()
187 int bits_count; in BrotliBuildHuffmanTable() local
213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp260 static const glw::GLuint bits_count = sizeof(bits) / sizeof(bits[0]); in iterate() local
262 for (glw::GLuint i = 0; i < bits_count; ++i) in iterate()
4631 glw::GLuint bits_count = CHAR_BIT * sizeof(invalid_bits); in TestErrorsOfNamedBufferStorage() local
4634 for (glw::GLuint i = 0; i < bits_count; ++i) in TestErrorsOfNamedBufferStorage()