Home
last modified time | relevance | path

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

/malloc/
A Dtst-dynarray.c93 for (int do_remove_last = 0; do_remove_last < 2; ++do_remove_last) in test_int() local
96 if (do_remove_last && count == 0) in test_int()
127 if (do_remove_last) in test_int()
220 for (int do_remove_last = 0; do_remove_last < 2; ++do_remove_last) in test_str() local
223 if (do_remove_last && count == 0) in test_str()
256 if (do_remove_last) in test_str()
285 for (unsigned int i = 0; i < count - do_remove_last; ++i) in test_str()
306 == count - do_remove_last); in test_str()
310 for (unsigned int i = 0; i < count - do_remove_last; ++i) in test_str()

Completed in 27 milliseconds