Searched refs:mcount (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/ |
D | mem.c | 98 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 100 if (mcount != NULL) in CRYPTO_get_alloc_counts() 101 *mcount = tsan_load(&malloc_count); in CRYPTO_get_alloc_counts()
|
/third_party/toybox/toys/posix/ |
D | grep.c | 115 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; in do_grep() local 320 mcount++; in do_grep() 348 if (discard && mcount) bars = "--"; in do_grep() 352 if (FLAG(m) && mcount >= TT.m) break; in do_grep() 355 if (FLAG(c)) outline(0, ':', name, mcount, 0, 1); in do_grep()
|
/third_party/openssl/include/openssl/ |
D | crypto.h | 298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap.c | 2648 size_t mcount; in eap_get_phase2_types() local 2651 methods = eap_peer_get_methods(&mcount); in eap_get_phase2_types() 2655 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap.c | 2688 size_t mcount; in eap_get_phase2_types() local 2691 methods = eap_peer_get_methods(&mcount); in eap_get_phase2_types() 2695 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_malloc.pod | 184 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
|
/third_party/openssl/test/ |
D | sslapitest.c | 6863 int i, mcount, rcount, fcount; in setup_tests() 6867 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 6869 mcount, rcount, fcount); in setup_tests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsARM.td | 789 // GNU eabi mcount
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 1554 "llvm.arm.gnu.eabi.mcount", 11687 137, // llvm.arm.gnu.eabi.mcount
|