Searched refs:mcount (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/posix/ |
D | grep.c | 95 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; in do_grep() local 238 if (mmatch) mcount++; in do_grep() 260 if (discard && mcount) bars = "--"; in do_grep() 264 if ((toys.optflags & FLAG_m) && mcount >= TT.m) break; in do_grep() 267 if (toys.optflags & FLAG_c) outline(0, ':', name, mcount, 0, -1); in do_grep()
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 383 int ccount = 0, mcount = 0; in computeSUID() local 404 … mds [mcount ++] = new MethodDescriptor (name, modifiers, method.getDescriptor (this)); in computeSUID() 430 if (mcount > 0) in computeSUID() 432 Arrays.sort (mds, 0, mcount); in computeSUID() 434 for (int i = 0; i < mcount; ++ i) in computeSUID()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 2643 size_t mcount; in eap_get_phase2_types() local 2646 methods = eap_peer_get_methods(&mcount); in eap_get_phase2_types() 2650 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
|
/external/libmtp/logs/ |
D | mtp-detect-sonyericsson-w910.txt | 139 0350: 1010 1010 1010 1000 6d63 6f75 6e74 3a20 ........mcount:
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2265 fun:mcount=uninstrumented
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1792 def pg : Flag<["-"], "pg">, HelpText<"Enable mcount instrumentation">, Flags<[CC1Option]>;
|