Home
last modified time | relevance | path

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

/external/libgsm/src/
Dpreprocess.c49 word msp, lsp; variable
/external/pigweed/pw_cpu_exception_cortex_m/pw_cpu_exception_cortex_m_protos/
Dcpu_state.proto22 optional uint32 msp = 4; field
/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c5397 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
5450 int mspace_track_large_chunks(mspace msp, int enable) { in mspace_track_large_chunks()
5467 size_t destroy_mspace(mspace msp) { in destroy_mspace()
5495 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
5609 void mspace_free(mspace msp, void* mem) { in mspace_free()
5710 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
5730 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
5775 void* mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc_in_place()
5807 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
5818 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
[all …]
Ddlmalloc_ext_2_8_6.c66 static void mspace_free_lockless(mspace msp, void* mem) in mspace_free_lockless()
170 void* mspace_malloc_lockless(mspace msp, size_t bytes) in mspace_malloc_lockless()
/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c5455 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
5508 int mspace_track_large_chunks(mspace msp, int enable) { in mspace_track_large_chunks()
5525 size_t destroy_mspace(mspace msp) { in destroy_mspace()
5553 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
5667 void mspace_free(mspace msp, void* mem) { in mspace_free()
5768 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
5788 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
5833 void* mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc_in_place()
5865 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
5876 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
[all …]
/external/dlmalloc/
Ddlmalloc.c5441 mchunkptr msp = align_as_chunk(tbase); in init_user_mstate() local
5494 int mspace_track_large_chunks(mspace msp, int enable) { in mspace_track_large_chunks()
5511 size_t destroy_mspace(mspace msp) { in destroy_mspace()
5539 void* mspace_malloc(mspace msp, size_t bytes) { in mspace_malloc()
5653 void mspace_free(mspace msp, void* mem) { in mspace_free()
5754 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size) { in mspace_calloc()
5774 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()
5819 void* mspace_realloc_in_place(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc_in_place()
5851 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes) { in mspace_memalign()
5862 void** mspace_independent_calloc(mspace msp, size_t n_elements, in mspace_independent_calloc()
[all …]
/external/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/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/pdfium/third_party/libopenjpeg/
Dht_dec.c900 void frwd_read(frwd_struct_t *msp) in frwd_read()
959 void frwd_init(frwd_struct_t *msp, const OPJ_UINT8* data, int size, in frwd_init()
995 void frwd_advance(frwd_struct_t *msp, OPJ_UINT32 num_bits) in frwd_advance()
1008 OPJ_UINT32 frwd_fetch(frwd_struct_t *msp) in frwd_fetch()
/external/pigweed/pw_cpu_exception_cortex_m/public/pw_cpu_exception_cortex_m/
Dcpu_state.h97 uint32_t msp; member
/external/virglrenderer/src/
Dvrend_formats.c736 float msp[2]; in vrend_renderer_query_multisample_caps() local
/external/coreboot/src/include/acpi/
Dacpi.h244 u8 msp[12]; member