Home
last modified time | relevance | path

Searched defs:alloced (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc644 size_t alloced = need + (need >> 1); in main() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/err/
Derr.c668 size_t alloced, new_len, len = 0, substr_len; in err_add_error_vdata() local
/external/boringssl/src/crypto/err/
Derr.c668 size_t alloced, new_len, len = 0, substr_len; in err_add_error_vdata() local
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_callback.h85 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local
/external/boringssl/src/ssl/
Dssl_x509.cc1173 int alloced = 0; in add_client_CA() local
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_x509.cc1173 int alloced = 0; in add_client_CA() local
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dclient_callback.h85 auto* const alloced = static_cast<OpSetAndTag*>( in CallbackUnaryCallImpl() local
/external/boringssl/src/util/fipstools/acvp/modulewrapper/
Dmodulewrapper.cc145 size_t alloced = need + (need >> 1); in ParseArgsFromFd() local
/external/python/cpython2/Objects/
Dlistobject.c1378 Py_ssize_t alloced; member
/external/python/cpython3/Objects/
Dlistobject.c1158 Py_ssize_t alloced; member