Searched defs:msp (Results 1 – 8 of 8) sorted by relevance
/external/libgsm/src/ |
D | preprocess.c | 49 word msp, lsp; variable
|
/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_protos/ |
D | cpu_state.proto | 22 optional uint32 msp = 4; field
|
/external/dlmalloc/ |
D | malloc.c | 5440 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/pigweed/pw_cpu_exception_cortex_m/public/pw_cpu_exception_cortex_m/ |
D | cpu_state.h | 75 uint32_t msp; in PW_PACKED() local
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 4476 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/ |
D | dlmalloc.c | 4476 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/blktrace/ |
D | blkparse.c | 2321 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/ |
D | vrend_formats.c | 720 float msp[2]; in vrend_renderer_query_multisample_caps() local
|