OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminalbits
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Huffman.java
141
nbits -= node.
terminalBits
;
153
if (node.children != null || node.
terminalBits
> nbits) {
157
nbits -= node.
terminalBits
;
203
private final int
terminalBits
;
209
this.
terminalBits
= 0; // Not read.
222
this.
terminalBits
= b == 0 ? 8 : b;
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar
Completed in 122 milliseconds