Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_CT.h24 struct nf_conn * ct __attribute__((aligned(8))); member
33 struct nf_conn * ct __attribute__((aligned(8))); member
/bionic/tests/
Dfortify_test.cpp589 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
595 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
603 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
611 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
619 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
627 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
635 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
643 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
651 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
659 size_t ct = atoi("2"); // prevent optimizations in TEST_F() local
[all …]
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c260 __regex_iswctype(wint_t c, wctype_t ct) in __regex_iswctype()