Searched refs:is_odd (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp21 struct is_odd struct
32 is_odd()));
38 is_odd()));
44 is_odd()));
50 is_odd()));
56 is_odd()));
H A Dpartition_point.pass.cpp21 struct is_odd struct
32 is_odd()) == forward_iterator<const int*>(ia));
38 is_odd()) == forward_iterator<const int*>(ia + 1));
44 is_odd()) == forward_iterator<const int*>(ia + 2));
50 is_odd()) == forward_iterator<const int*>(ia + 3));
56 is_odd()) == forward_iterator<const int*>(ia + 4));
62 is_odd()) == forward_iterator<const int*>(ia + 5));
68 is_odd()) == forward_iterator<const int*>(ia + 6));
74 is_odd()) == forward_iterator<const int*>(ia));
H A Dpartition.pass.cpp26 struct is_odd struct
38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd());
41 assert(is_odd()(*i));
43 assert(!is_odd()(*i));
45 r = std::partition(Iter(ia), Iter(ia), is_odd());
50 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
55 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
61 r = std::partition(Iter(ia), Iter(ia+sa), is_odd());
64 assert(is_odd()(*i));
66 assert(!is_odd()(*
[all...]
H A Dpartition_copy.pass.cpp24 struct is_odd struct
38 output_iterator<int*>(r1), r2, is_odd());
H A Dstable_partition.pass.cpp26 struct is_odd struct
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c96 int nid, is_odd, ret = 0; local
221 is_odd = 1;
223 is_odd = 0;
232 is_odd, NULL))
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c96 int nid, is_odd, ret = 0; local
221 is_odd = 1;
223 is_odd = 0;
232 is_odd, NULL))
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c96 int nid, is_odd, ret = 0; local
221 is_odd = 1;
223 is_odd = 0;
232 is_odd, NULL))

Completed in 3062 milliseconds