Searched refs:get_meta (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | aiffdec.c | 71 static void get_meta(AVFormatContext *s, const char *key, int64_t size) in get_meta() function 283 get_meta(s, "title" , size); in aiff_read_header() 286 get_meta(s, "author" , size); in aiff_read_header() 289 get_meta(s, "copyright", size); in aiff_read_header() 292 get_meta(s, "comment" , size); in aiff_read_header()
|
/third_party/musl/src/malloc/mallocng/ |
H A D | free.c | 28 struct meta *m = get_meta(p); in free_group() 105 struct meta *g = get_meta(p); in free()
|
H A D | malloc_usable_size.c | 18 struct meta *g = get_meta(p); in malloc_usable_size()
|
H A D | realloc.c | 12 struct meta *g = get_meta(p); in realloc()
|
H A D | aligned_alloc.c | 39 struct meta *g = get_meta(p); in __libc_aligned_alloc()
|
H A D | meta.h | 144 static inline struct meta *get_meta(const unsigned char *p) in get_meta() function
|
H A D | malloc.c | 468 struct meta *g = get_meta(p); in is_allzero()
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | malloc_usable_size.c | 17 struct meta *g = get_meta(p); in malloc_usable_size()
|
H A D | aligned_alloc.c | 39 struct meta *g = get_meta(p); in __libc_aligned_alloc()
|
H A D | meta.h | 144 static inline struct meta *get_meta(const unsigned char *p) in get_meta() function
|
H A D | malloc.c | 461 struct meta *g = get_meta(p); in is_allzero()
|
/third_party/musl/src/malloc/oldmallocng/ |
H A D | mallinfo.c | 35 struct meta* outer_g = get_meta((void*)g->mem); in accumulate_meta()
|
Completed in 5 milliseconds