Home
last modified time | relevance | path

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

/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
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/
DSDL_malloc.c1044 typedef void* mspace; typedef
1057 mspace create_mspace(size_t capacity, int locked);
1065 size_t destroy_mspace(mspace msp);
1076 mspace create_mspace_with_base(void* base, size_t capacity, int locked);
1082 void* mspace_malloc(mspace msp, size_t bytes);
1092 void mspace_free(mspace msp, void* mem);
1103 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
1109 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size);
1115 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes);
1121 void** mspace_independent_calloc(mspace msp, size_t n_elements,
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
Dmathml.css42 semantics > mi, semantics > mn, semantics > mo, semantics > mtext, semantics > mspace, semantics > …