Searched defs:gctx (Results 1 – 5 of 5) sorted by relevance
| /external/jemalloc_new/src/ |
| D | prof.c | 558 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create() local 579 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy() 630 prof_gctx_should_destroy(prof_gctx_t *gctx) { in prof_gctx_should_destroy() 646 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy() local 725 } gctx, tgctx; in prof_lookup_global() local 808 prof_gctx_t *gctx; in prof_lookup() local 1087 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) { in prof_tctx_merge_gctx() 1179 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) { in prof_dump_gctx_prep() 1203 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_merge_iter() 1221 prof_gctx_t *gctx; in prof_gctx_finish() local [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
| D | e_aes.c | 364 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_init_key() local 406 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_cleanup() local 430 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_ctrl() local 545 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_cipher() local
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
| D | e_aes.c | 362 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_init_key() local 404 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_cleanup() local 428 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_ctrl() local 547 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_cipher() local
|
| /external/boringssl/src/crypto/fipsmodule/cipher/ |
| D | e_aes.c | 362 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_init_key() local 404 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_cleanup() local 428 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(c); in aes_gcm_ctrl() local 547 EVP_AES_GCM_CTX *gctx = aes_gcm_from_cipher_ctx(ctx); in aes_gcm_cipher() local
|
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | prof_structs.h | 62 prof_gctx_t *gctx; member
|