Searched refs:temp_length (Results 1 – 3 of 3) sorted by relevance
100 uint32_t temp_length = 0; in grpc_chttp2_huffman_compress() local115 temp_length += grpc_chttp2_huffsyms[sym].length; in grpc_chttp2_huffman_compress()117 while (temp_length > 8) { in grpc_chttp2_huffman_compress()118 temp_length -= 8; in grpc_chttp2_huffman_compress()119 *out++ = static_cast<uint8_t>(temp >> temp_length); in grpc_chttp2_huffman_compress()123 if (temp_length) { in grpc_chttp2_huffman_compress()129 static_cast<uint8_t>(static_cast<uint8_t>(temp << (8u - temp_length)) | in grpc_chttp2_huffman_compress()130 static_cast<uint8_t>(0xffu >> temp_length)); in grpc_chttp2_huffman_compress()140 uint32_t temp_length; member144 while (out->temp_length > 8) { in enc_flush_some()[all …]
54 …const size_t temp_length = accumulate(output_shape, 0, dim_max); …55 …type *data_temp = (type *)malloc(temp_length * data_length); …
10055 glw::GLint temp_length = 0; in iterate() local10082 &temp_length, DE_NULL); /* name */ in iterate()10089 &temp_length, DE_NULL); /* name */ in iterate()10110 &temp_length, DE_NULL); /* name */ in iterate()10116 &temp_length, DE_NULL); /* name */ in iterate()