Searched refs:bits_count (Results 1 – 2 of 2) sorted by relevance
117 int bits_count; in BrotliBuildCodeLengthsHuffmanTable() local159 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildCodeLengthsHuffmanTable()187 int bits_count; in BrotliBuildHuffmanTable() local213 for (bits_count = count[bits]; bits_count != 0; --bits_count) { in BrotliBuildHuffmanTable()
260 static const glw::GLuint bits_count = sizeof(bits) / sizeof(bits[0]); in iterate() local262 for (glw::GLuint i = 0; i < bits_count; ++i) in iterate()4631 glw::GLuint bits_count = CHAR_BIT * sizeof(invalid_bits); in TestErrorsOfNamedBufferStorage() local4634 for (glw::GLuint i = 0; i < bits_count; ++i) in TestErrorsOfNamedBufferStorage()