Home
last modified time | relevance | path

Searched refs:temp_length (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc100 uint32_t temp_length = 0; in grpc_chttp2_huffman_compress() local
115 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; member
144 while (out->temp_length > 8) { in enc_flush_some()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dbroadcast_to.c54 …const size_t temp_length = accumulate(output_shape, 0, dim_max); …
55 …type *data_temp = (type *)malloc(temp_length * data_length); …
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp10055 glw::GLint temp_length = 0; in iterate() local
10082 &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()