Home
last modified time | relevance | path

Searched refs:check_header (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-meson-fix-glx-detection-without-glvnd.patch35 - if cc.check_header('GL/glx.h', dependencies: dep_x11)
40 + if cc.check_header('GL/glx.h', dependencies: [dep_x11, dep_gl])
/openbmc/u-boot/drivers/fpga/
H A Dzynqmppl.c70 static u32 check_header(const void *buf) in check_header() function
116 *swap = check_header(&buf[p]); in check_data()
H A Dzynqpl.c89 static u32 check_header(const void *buf) in check_header() function
140 *swap = check_header(&buf[p]); in check_data()
/openbmc/qemu/dump/
H A Dwin_dump.c180 static bool check_header(WinDumpHeader *h, bool *x64, Error **errp) in check_header() function
424 if (!check_header(h, &x64, &local_err)) { in create_win_dump()