Searched refs:mspace (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dmathml.css42 semantics > mi, semantics > mn, semantics > mo, semantics > mtext, semantics > mspace, semantics > ms, semantics > maligngroup, semantics > malignmark, semantics > mrow, semantics > mfrac, semantics > msqrt, semantics > mroot, semantics > mstyle, semantics > merror, semantics > mpadded, semantics > mphantom, semantics > mfenced, semantics > menclose, semantics > msub, semantics > msup, semantics > msubsup, semantics > munder, semantics > mover, semantics > munderover, semantics > mmultiscripts, semantics > mtable, semantics > mstack, semantics > mlongdiv, semantics > maction {
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
H A Dmathjax_external_util.js63 var mspace = space + ' ';
65 mml.push(this.data.open.toMathML(mspace));
68 mml.push(this.data[0].toMathML(mspace));
73 mml.push(this.data['sep' + i].toMathML(mspace));
75 mml.push(this.data[i].toMathML(mspace));
79 mml.push(this.data.close.toMathML(mspace));
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c210 are versions of malloc routines that take an "mspace" argument
216 static mspace mymspace = create_mspace(0,0); // for example
219 (Note: If you only need one instance of an mspace, you can instead
224 static __thread mspace tlms = 0;
231 Unless FOOTERS is defined, each mspace is completely independent.
235 indicating its originating mspace, and frees are directed to their
260 If true, only compile in mspace versions, not regular versions.
265 overridden on a per-mspace basis for mspace versions.)
1041 mspace i
1044 typedef void* mspace; typedef
[all...]

Completed in 994 milliseconds