Home
last modified time | relevance | path

Searched defs:msp (Results 1 – 6 of 6) sorted by relevance

/external/libgsm/src/
Dpreprocess.c49 word msp, lsp; variable
/external/dlmalloc/
Dmalloc.c5440 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
5493 int mspace_track_large_chunks(mspace msp, int enable) { in mspace_track_large_chunks()
5510 size_t destroy_mspace(mspace msp) { in destroy_mspace()
5538 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
5652 void mspace_free(mspace msp, void* mem) { in mspace_free()
5753 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
5773 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
5818 void* mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc_in_place()
5850 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
5861 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c4476 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
4526 size_t destroy_mspace(mspace msp) { in destroy_mspace()
4553 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
4667 void mspace_free(mspace msp, void* mem) { in mspace_free()
4758 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4778 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
4802 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
4811 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4822 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
4832 int mspace_trim(mspace msp, size_t pad) { in mspace_trim()
[all …]
/external/libffi/src/
Ddlmalloc.c4471 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
4521 size_t destroy_mspace(mspace msp) { in destroy_mspace()
4548 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
4662 void mspace_free(mspace msp, void* mem) { in mspace_free()
4753 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
4773 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
4797 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
4806 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
4817 void** mspace_independent_comalloc(mspace msp, size_t n_elements, in mspace_independent_comalloc()
4827 int mspace_trim(mspace msp, size_t pad) { in mspace_trim()
[all …]
/external/blktrace/
Dblkparse.c2321 static inline struct trace *ms_peek(struct ms_stream *msp) in ms_peek()
2326 static inline __u64 ms_peek_time(struct ms_stream *msp) in ms_peek_time()
2331 static inline void ms_resort(struct ms_stream *msp) in ms_resort()
2340 static inline void ms_deq(struct ms_stream *msp) in ms_deq()
2355 static void ms_sort(struct ms_stream *msp) in ms_sort()
2375 static int ms_prime(struct ms_stream *msp) in ms_prime()
2465 struct ms_stream *msp = malloc(sizeof(*msp)); in ms_alloc() local
2522 static int handle(struct ms_stream *msp) in handle()
/external/virglrenderer/src/
Dvrend_formats.c497 float msp[2]; in vrend_renderer_query_multisample_caps() local