HomeSort by relevance Sort by last modified time
    Searched refs:tail_case (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
bin_encoder.cc 54 size_t tail_case = input_length % 3; local
55 size_t output_length = input_triplets * 4 + tail_xtra[tail_case];
72 switch (tail_case) {
172 size_t tail_case = input_length % 3; local
173 size_t output_syms = input_triplets * 4 + tail_xtra[tail_case];
199 switch (tail_case) {
bin_decoder.cc 95 size_t tail_case = len % 4; local
96 if (GPR_UNLIKELY(tail_case == 1)) {
103 return tuples * 3 + tail_xtra[tail_case];

Completed in 330 milliseconds