Searched refs:mcount (Results 1 – 15 of 15) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/mtd/onenand/ |
D | samsung.c | 277 int i, mcount, scount; in s3c_onenand_command() local 308 mcount = mtd->writesize >> 2; in s3c_onenand_command() 314 for (i = 0; i < mcount; i++) in s3c_onenand_command() 321 for (i = 0; i < mcount; i++) in s3c_onenand_command() 333 for (i = 0; i < mcount; i++) in s3c_onenand_command() 341 for (i = 0; i < mcount; i++) in s3c_onenand_command()
|
/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/mingw-w64/mingw-w64-headers/crt/ |
D | profile.h | 54 extern void __MINGW_LSYMBOL(mcount)(void);
|
/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 | 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/openssl/doc/man3/ |
D | OPENSSL_malloc.pod | 184 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
|
/third_party/mingw-w64/mingw-w64-crt/ |
D | ChangeLog.2010 | 1110 * profile/mcount.c: Remove extern declaration and move to profile.h 1463 * profile/gmon.c, profile/gmon.h, profile/mcount.c: Remove advertising
|
D | Makefile.am | 754 lib32_libgmon_a_SOURCES = profile/mcount.c \ 1088 lib64_libgmon_a_SOURCES = profile/mcount.c \
|
D | ChangeLog.2009 | 802 * profile/mcount.c: New.
|
D | Makefile.in | 498 am__lib32_libgmon_a_SOURCES_DIST = profile/mcount.c profile/profil.h \ 501 @LIB32_TRUE@@W32API_FALSE@am_lib32_libgmon_a_OBJECTS = profile/lib32_libgmon_a-mcount.$(OBJEXT) \ 1890 am__lib64_libgmon_a_SOURCES_DIST = profile/mcount.c profile/profil.h \ 1893 @LIB64_TRUE@@W32API_FALSE@am_lib64_libgmon_a_OBJECTS = profile/lib64_libgmon_a-mcount.$(OBJEXT) \ 7873 @LIB32_TRUE@@W32API_FALSE@lib32_libgmon_a_SOURCES = profile/mcount.c \ 8447 @LIB64_TRUE@@W32API_FALSE@lib64_libgmon_a_SOURCES = profile/mcount.c \ 10146 profile/lib32_libgmon_a-mcount.$(OBJEXT): profile/$(am__dirstamp) \ 12138 profile/lib64_libgmon_a-mcount.$(OBJEXT): profile/$(am__dirstamp) \ 20880 @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib32_libgmon_a-mcount.Po@am__quote@ 20884 @AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/lib64_libgmon_a-mcount.Po@am__quote@ [all …]
|
/third_party/openssl/test/ |
D | sslapitest.c | 6729 int i, mcount, rcount, fcount; in setup_tests() 6733 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 6735 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
|