Home
last modified time | relevance | path

Searched refs:create_map (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c48 static uint64_t **create_map(int fde, long bufsize, int flag) in create_map() function
208 bufm = create_map(fde, buhsz, mode); in setup()
/third_party/ffmpeg/libavcodec/
Dvorbisdec.c496 static int create_map(vorbis_context *vc, unsigned floor_number);
648 if ((ret = create_map(vc, i)) < 0) in vorbis_parse_setup_hdr_floors()
850 static int create_map(vorbis_context *vc, unsigned floor_number) in create_map() function