Home
last modified time | relevance | path

Searched defs:is_odd (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dpartition_copy.pass.cpp24 struct is_odd struct
38 output_iterator<int*>(r1), r2, is_odd()); in main() argument
Dpartition_point.pass.cpp21 struct is_odd struct
32 is_odd()) == forward_iterator<const int*>(ia)); in main() argument
Dis_partitioned.pass.cpp22 struct is_odd struct
31 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() argument
Dpartition.pass.cpp26 struct is_odd struct
38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument
Dstable_partition.pass.cpp25 struct is_odd struct
27 bool operator()(const int& i) const {return i & 1;} in operator ()()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c97 int nid, is_odd, ret = 0; in compute_password_element() local