Searched defs:check_header (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/
H A Dconfigure516 check_header() { function
558 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
563 check_header stdint.h
564 check_header pthread.h
565 check_header sys/mman.h
566 check_header unistd.h # for sysconf(3) and friends.
568 check_header vpx/vpx_integer.h -I${source_path} && enable_feature vpx_ports
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh315 check_header(){ function
316 log check_header "$@"
1253 *) check_header pthread.h && add_extralibs -lpthread
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c79 local void check_header OF((gz_stream *s));
198 check_header(s); /* skip the .gz header */
288 local void check_header(s) function
481 check_header(s);

Completed in 137 milliseconds