Searched refs:temp_length (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | bin_encoder.cc | 101 uint32_t temp_length = 0; in grpc_chttp2_huffman_compress() local 116 temp_length += grpc_chttp2_huffsyms[sym].length; in grpc_chttp2_huffman_compress() 118 while (temp_length > 8) { in grpc_chttp2_huffman_compress() 119 temp_length -= 8; in grpc_chttp2_huffman_compress() 120 *out++ = static_cast<uint8_t>(temp >> temp_length); in grpc_chttp2_huffman_compress() 124 if (temp_length) { in grpc_chttp2_huffman_compress() 130 static_cast<uint8_t>(static_cast<uint8_t>(temp << (8u - temp_length)) | in grpc_chttp2_huffman_compress() 131 static_cast<uint8_t>(0xffu >> temp_length)); in grpc_chttp2_huffman_compress() 141 uint32_t temp_length; member 146 while (out->temp_length > 8) { in enc_flush_some() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | bin_encoder.cc | 100 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 …]
|
/external/webrtc/modules/audio_coding/neteq/ |
D | expand.cc | 108 size_t temp_length = current_lag + overlap_length_; in Process() local 113 assert(expansion_vector_position + temp_length <= in Process() 115 parameters.expand_vector0.CopyTo(temp_length, expansion_vector_position, in Process() 118 std::unique_ptr<int16_t[]> temp_0(new int16_t[temp_length]); in Process() 119 parameters.expand_vector0.CopyTo(temp_length, expansion_vector_position, in Process() 121 std::unique_ptr<int16_t[]> temp_1(new int16_t[temp_length]); in Process() 122 parameters.expand_vector1.CopyTo(temp_length, expansion_vector_position, in Process() 126 voiced_vector_storage, temp_length); in Process() 129 assert(expansion_vector_position + temp_length <= in Process() 131 assert(expansion_vector_position + temp_length <= in Process() [all …]
|
/external/openscreen/tools/cddl/ |
D | codegen.cc | 1047 int temp_length = (*temporary_count)++; in WriteDecoder() local 1048 dprintf(fd, " size_t length%d = 0;", temp_length); in WriteDecoder() 1058 decoder_depth, temp_length); in WriteDecoder() 1064 decoder_depth, temp_length); in WriteDecoder() 1067 member_accessor.c_str(), temp_length); in WriteDecoder() 1072 temp_length); in WriteDecoder() 1078 int temp_length = (*temporary_count)++; in WriteDecoder() local 1079 dprintf(fd, " size_t length%d = 0;", temp_length); in WriteDecoder() 1085 decoder_depth, temp_length); in WriteDecoder() 1091 decoder_depth, temp_length); in WriteDecoder() [all …]
|
/external/libsrtp2/srtp/ |
D | srtp.c | 4606 uint32_t temp_length; in get_protect_trailer_length() local 4608 mki_index, &temp_length) == in get_protect_trailer_length() 4610 if (temp_length > *length) { in get_protect_trailer_length() 4611 *length = temp_length; in get_protect_trailer_length()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 10056 glw::GLint temp_length = 0; in iterate() local 10083 &temp_length, DE_NULL); /* name */ in iterate() 10090 &temp_length, DE_NULL); /* name */ in iterate() 10111 &temp_length, DE_NULL); /* name */ in iterate() 10117 &temp_length, DE_NULL); /* name */ in iterate()
|