Home
last modified time | relevance | path

Searched defs:in_storage (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/tool/
Dspeed.cc377 std::unique_ptr<uint8_t[]> in_storage(new uint8_t[chunk_len + kAlignment]); in SpeedAEADChunk() local
/external/cronet/third_party/boringssl/src/tool/
Dspeed.cc484 auto in_storage = std::make_unique<uint8_t[]>(chunk_len + kAlignment); in SpeedAEADChunk() local
/external/boringssl/src/tool/
Dspeed.cc489 auto in_storage = std::make_unique<uint8_t[]>(chunk_len + kAlignment); in SpeedAEADChunk() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1241 …ils::prepareBlockVariableStrings(Utils::SHADER_STAGES in_stage, Utils::VARIABLE_STORAGE in_storage, in prepareBlockVariableStrings()
1264 …id Utils::prepareVariableStrings(Utils::SHADER_STAGES in_stage, Utils::VARIABLE_STORAGE in_storage, in prepareVariableStrings()