OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_length
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
bin_encoder.cc
101
uint32_t
temp_length
= 0;
local
116
temp_length
+= grpc_chttp2_huffsyms[sym].length;
118
while (
temp_length
> 8) {
119
temp_length
-= 8;
120
*out++ = static_cast<uint8_t>(temp >>
temp_length
);
124
if (
temp_length
) {
130
static_cast<uint8_t>(static_cast<uint8_t>(temp << (8u -
temp_length
)) |
131
static_cast<uint8_t>(0xffu >>
temp_length
));
141
uint32_t
temp_length
;
member in struct:__anon23006
146
while (out->
temp_length
> 8)
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc
107
size_t
temp_length
= current_lag + overlap_length_;
local
112
assert(expansion_vector_position +
temp_length
<=
116
sizeof(int16_t) *
temp_length
);
122
voiced_vector_storage,
temp_length
);
125
assert(expansion_vector_position +
temp_length
<=
127
assert(expansion_vector_position +
temp_length
<=
132
voiced_vector_storage,
temp_length
);
224
size_t
temp_length
= (parameters.current_voice_mix_factor -
local
226
temp_length
= std::min(
temp_length
, current_lag)
[
all
...]
/external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp
10056
glw::GLint
temp_length
= 0;
local
[
all
...]
Completed in 226 milliseconds