Home
last modified time | relevance | path

Searched refs:check_cc (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/none/tests/s390x/
Dtmll.c26 void check_cc(int value, int cc) in check_cc() function
51 check_cc(0, get_cc()); in tmll()
56 check_cc(0, get_cc()); in tmll()
61 check_cc(0, get_cc()); in tmll()
66 check_cc(3, get_cc()); in tmll()
71 check_cc(1, get_cc()); in tmll()
76 check_cc(2, get_cc()); in tmll()
Dtm.c26 void check_cc(int value, int cc) in check_cc() function
51 check_cc(0, get_cc()); in tm()
56 check_cc(0, get_cc()); in tm()
61 check_cc(0, get_cc()); in tm()
66 check_cc(3, get_cc()); in tm()
71 check_cc(1, get_cc()); in tm()
/external/libvpx/libvpx/build/make/
Dconfigure.sh280 check_cc() { function
281 log check_cc "$@"
303 check_cc $@ \
321 check_cc -Werror "$@" <<EOF
1338 check_cc <<EOF
1345 check_cc <<EOF && INLINE="inline"
/external/modp_b64/
Dcommon.mk305 check_cc = $(call check_compile_cc,'int main() { return 0; }',$(1),$(2))
309 SSP_CFLAGS := $(call check_cc,-fstack-protector-strong)
311 SSP_CFLAGS := $(call check_cc,-fstack-protector-all)
/external/minijail/
Dcommon.mk305 check_cc = $(call check_compile_cc,'int main() { return 0; }',$(1),$(2))
309 SSP_CFLAGS := $(call check_cc,-fstack-protector-strong)
311 SSP_CFLAGS := $(call check_cc,-fstack-protector-all)