Searched refs:is_odd (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
D | partition.pass.cpp | 26 struct is_odd struct 38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument 41 assert(is_odd()(*i)); in test() 43 assert(!is_odd()(*i)); in test() 45 r = std::partition(Iter(ia), Iter(ia), is_odd()); in test() 50 r = std::partition(Iter(ia), Iter(ia+sa), is_odd()); in test() 55 r = std::partition(Iter(ia), Iter(ia+sa), is_odd()); in test() 61 r = std::partition(Iter(ia), Iter(ia+sa), is_odd()); in test() 64 assert(is_odd()(*i)); in test() 66 assert(!is_odd()(*i)); in test() [all …]
|
D | is_partitioned.pass.cpp | 22 struct is_odd struct 31 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() argument 39 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() 47 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() 55 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() 63 unary_counting_predicate<is_odd, int> pred((is_odd())); in main() 71 unary_counting_predicate<is_odd, int> pred((is_odd())); in main()
|
D | partition_point.pass.cpp | 21 struct is_odd struct 32 is_odd()) == forward_iterator<const int*>(ia)); in main() argument 38 is_odd()) == forward_iterator<const int*>(ia + 1)); in main() 44 is_odd()) == forward_iterator<const int*>(ia + 2)); in main() 50 is_odd()) == forward_iterator<const int*>(ia + 3)); in main() 56 is_odd()) == forward_iterator<const int*>(ia + 4)); in main() 62 is_odd()) == forward_iterator<const int*>(ia + 5)); in main() 68 is_odd()) == forward_iterator<const int*>(ia + 6)); in main() 74 is_odd()) == forward_iterator<const int*>(ia)); in main()
|
D | partition_copy.pass.cpp | 24 struct is_odd struct 38 output_iterator<int*>(r1), r2, is_odd()); in main() argument
|
D | stable_partition.pass.cpp | 25 struct is_odd struct
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 97 int nid, is_odd, ret = 0; in compute_password_element() local 242 is_odd = 1; in compute_password_element() 244 is_odd = 0; in compute_password_element() 253 is_odd, NULL)) in compute_password_element()
|