Home
last modified time | relevance | path

Searched refs:mh (Results 1 – 25 of 6909) sorted by relevance

12345678910>>...277

/dports/science/tfel/tfel-3.4.0/docs/presentations/mfront/
H A Dinteractionmatrix.mfront11 mh(1,0)=mh(0,1)=h2;
12 mh(2,0)=mh(0,2)=h2;
13 mh(2,1)=mh(1,2)=h2;
14 mh(3,0)=mh(0,3)=h4;
15 mh(3,1)=mh(1,3)=h5;
16 mh(3,2)=mh(2,3)=h5;
17 mh(4,0)=mh(0,4)=h5;
18 mh(4,1)=mh(1,4)=h3;
19 mh(4,2)=mh(2,4)=h6;
20 mh(4,3)=mh(3,4)=h2;
[all …]
/dports/science/tfel-edf/tfel-3.2.1/docs/presentations/mfront/
H A Dinteractionmatrix.mfront11 mh(1,0)=mh(0,1)=h2;
12 mh(2,0)=mh(0,2)=h2;
13 mh(2,1)=mh(1,2)=h2;
14 mh(3,0)=mh(0,3)=h4;
15 mh(3,1)=mh(1,3)=h5;
16 mh(3,2)=mh(2,3)=h5;
17 mh(4,0)=mh(0,4)=h5;
18 mh(4,1)=mh(1,4)=h3;
19 mh(4,2)=mh(2,4)=h6;
20 mh(4,3)=mh(3,4)=h2;
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dlibmpg123.c18 #define SEEKFRAME(mh) ((mh)->ignoreframe < 0 ? 0 : (mh)->ignoreframe) argument
539 mh->outblock = outblock_bytes(mh, (mh->spf>>mh->down_sample)); in decode_update()
611 if(mh->to_ignore && mh->num < mh->firstframe && mh->num >= mh->ignoreframe) in get_next_frame()
615 (mh->do_layer)(mh); mh->buffer.fill = 0; in get_next_frame()
653 if(mh->num < mh->firstframe || (mh->p.doublespeed && (mh->playnum % mh->p.doublespeed))) in get_next_frame()
655 if(!(mh->to_ignore && mh->num < mh->firstframe && mh->num >= mh->ignoreframe)) in get_next_frame()
1098 if((mh->num < mh->firstframe) || (mh->num == mh->firstframe && mh->to_decode)) in mpg123_tell()
1107 pos = frame_outs(mh, mh->num) - bytes_to_samples(mh, mh->buffer.fill); in mpg123_tell()
1111 pos = frame_outs(mh, mh->num+1) - bytes_to_samples(mh, mh->buffer.fill); in mpg123_tell()
1126 return mh->buffer.fill ? mh->num : mh->num + 1; in mpg123_tellframe()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dlibmpg123.c18 #define SEEKFRAME(mh) ((mh)->ignoreframe < 0 ? 0 : (mh)->ignoreframe) argument
539 mh->outblock = outblock_bytes(mh, (mh->spf>>mh->down_sample)); in decode_update()
611 if(mh->to_ignore && mh->num < mh->firstframe && mh->num >= mh->ignoreframe) in get_next_frame()
615 (mh->do_layer)(mh); mh->buffer.fill = 0; in get_next_frame()
653 if(mh->num < mh->firstframe || (mh->p.doublespeed && (mh->playnum % mh->p.doublespeed))) in get_next_frame()
655 if(!(mh->to_ignore && mh->num < mh->firstframe && mh->num >= mh->ignoreframe)) in get_next_frame()
1098 if((mh->num < mh->firstframe) || (mh->num == mh->firstframe && mh->to_decode)) in mpg123_tell()
1107 pos = frame_outs(mh, mh->num) - bytes_to_samples(mh, mh->buffer.fill); in mpg123_tell()
1111 pos = frame_outs(mh, mh->num+1) - bytes_to_samples(mh, mh->buffer.fill); in mpg123_tell()
1126 return mh->buffer.fill ? mh->num : mh->num + 1; in mpg123_tellframe()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dlibmpg123.c20 #define SEEKFRAME(mh) ((mh)->ignoreframe < 0 ? 0 : (mh)->ignoreframe) argument
656 mh->outblock = outblock_bytes(mh, (mh->spf>>mh->down_sample)); in decode_update()
732 if(mh->to_ignore && mh->num < mh->firstframe && mh->num >= mh->ignoreframe) in get_next_frame()
736 (mh->do_layer)(mh); mh->buffer.fill = 0; in get_next_frame()
774 if(mh->num < mh->firstframe || (mh->p.doublespeed && (mh->playnum % mh->p.doublespeed))) in get_next_frame()
776 if(!(mh->to_ignore && mh->num < mh->firstframe && mh->num >= mh->ignoreframe)) in get_next_frame()
1236 if((mh->num < mh->firstframe) || (mh->num == mh->firstframe && mh->to_decode)) in mpg123_tell()
1245 pos = frame_outs(mh, mh->num) - bytes_to_samples(mh, mh->buffer.fill); in mpg123_tell()
1249 pos = frame_outs(mh, mh->num+1) - bytes_to_samples(mh, mh->buffer.fill); in mpg123_tell()
1264 return mh->buffer.fill ? mh->num : mh->num + 1; in mpg123_tellframe()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/Nestmates/privateFields/
H A DTestMethodHandles.java52 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
58 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
65 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
71 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
78 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
84 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
98 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
104 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
111 checkBadInvokeG(mh, mh); // completely wrong type in access_priv()
117 checkBadInvokeS(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/mh-e/
H A DChangeLog.2332 * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
570 * mh-e.el (mh-sys-path, mh-variant-info, mh-variant-mu-mh-info)
640 * mh-mime.el (mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes
1100 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
1102 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
1189 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
1191 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
2050 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
2052 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks)
2815 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
[all …]
H A DChangeLog.13 * mh-customize.el (mh-refile-msg, mh-tool-bar-reply-from)
579 * mh-funcs.el, mh-gnus.el, mh-inc.el, mh-init.el, mh-junk.el,
791 * mh-init.el (mh-variant-set, mh-sys-path, mh-variant-mu-mh-info):
1946 * mh-utils.el (mh-progs, mh-lib, mh-lib-progs)
3756 * mh-comp.el, mh-e.el, mh-funcs.el, mh-junk.el, mh-seq.el:
6782 * mh-alias.el, mh-comp.el, mh-e.el, mh-index.el, mh-mime.el,
6996 * mh-speed.el, mh-pick.el, mh-mime.el, mh-index.el, mh-e.el,
7161 mh-mime.el, mh-pick.el, mh-seq.el, mh-speed.el, mh-utils.el:
7689 mh-mime.el, mh-pick.el, mh-seq.el, mh-speed.el, mh-utils.el,
7787 mh-funcs.el, mh-index.el, mh-mime.el, mh-pick.el, mh-seq.el,
[all …]
/dports/editors/emacs/emacs-27.2/lisp/mh-e/
H A DChangeLog.2332 * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
570 * mh-e.el (mh-sys-path, mh-variant-info, mh-variant-mu-mh-info)
640 * mh-mime.el (mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes
1100 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
1102 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
1189 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
1191 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar)
2050 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges)
2052 (mh-show, mh-speedbar, mh-thread, mh-tool-bar, mh-hooks)
2815 (mh-mh-compose-external-type, mh-mh-to-mime, mh-mh-to-mime-undo)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/Nestmates/privateMethods/
H A DTestMethodHandles.java56 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
62 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
69 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
81 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
93 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
117 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
129 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
141 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
153 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
159 checkBadInvoke(mh, mh); // completely wrong type in access_priv()
[all …]
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dmemdebug.c94 struct MemHeader *mh = GC_malloc(size + sizeof(*mh)); in dbg_malloc() local
99 ircd_strncpy(mh->type, type, sizeof(mh->type) - 1)[sizeof(mh->type) - 1] = 0; in dbg_malloc() local
100 ircd_strncpy(mh->file, file, sizeof(mh->file) - 1)[sizeof(mh->file) - 1] = 0; in dbg_malloc() local
120 struct MemHeader *mh = GC_malloc(size + sizeof(*mh)); in dbg_malloc_zero() local
125 ircd_strncpy(mh->type, type, sizeof(mh->type) - 1)[sizeof(mh->type) - 1] = 0; in dbg_malloc_zero() local
126 ircd_strncpy(mh->file, file, sizeof(mh->file) - 1)[sizeof(mh->file) - 1] = 0; in dbg_malloc_zero() local
158 memcpy(mh2+1, mh+1, mh->length); in dbg_realloc()
177 memfrob(mh, mh->length + sizeof(*mh)); in dbg_free()
214 mh = p; in dbg_memory_leaked()
219 mh->type, mh->file, mh->line, mh->length, in dbg_memory_leaked()
[all …]

12345678910>>...277