Home
last modified time | relevance | path

Searched refs:test_pos (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp321 void test_pos();
326 void RDar9267815::test_pos() { in test_pos() function in RDar9267815
/external/iptables/libiptc/
Dlibiptc.c749 struct list_head *test_pos; in iptcc_find_label() local
751 test_pos = iptcc_linearly_search_chain_index(name, handle); in iptcc_find_label()
752 if (list_start_pos != test_pos) { in iptcc_find_label()
754 test_c=list_entry(test_pos, struct chain_head,list); in iptcc_find_label()