Searched refs:check_header (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/ |
D | configure | 536 check_header() { function 577 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}" 585 check_header pthread.h && check_lib -lpthread <<EOF || disable_feature pthread_h 590 check_header unistd.h # for sysconf(3) and friends. 592 check_header vpx/vpx_integer.h -I${source_path} && enable_feature vpx_ports 595 check_header arm_neon.h || die "Unable to find arm_neon.h"
|
/external/u-boot/drivers/fpga/ |
D | zynqmppl.c | 70 static u32 check_header(const void *buf) in check_header() function 116 *swap = check_header(&buf[p]); in check_data()
|
D | zynqpl.c | 88 static u32 check_header(const void *buf) in check_header() function 139 *swap = check_header(&buf[p]); in check_data()
|
/external/mesa3d/scons/ |
D | gallium.py | 148 def check_header(env, header): function 352 if check_header(env, 'xlocale.h'): 355 if check_header(env, 'endian.h'):
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 328 check_header(){ function 329 log check_header "$@" 1058 check_header arm_neon.h || check_header arm64_neon.h && \ 1550 …check_header pthread.h && check_lib -lpthread <<EOF && add_extralibs -lpthread || disable_feature …
|
/external/python/cpython2/Lib/distutils/command/ |
D | config.py | 334 def check_header(self, header, include_dirs=None, library_dirs=None, member in config
|
/external/python/cpython3/Lib/distutils/command/ |
D | config.py | 324 def check_header(self, header, include_dirs=None, library_dirs=None, member in config
|