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

/bionic/tests/
H A Dstring_test.cpp143 StringTestState(size_t MAX_LEN) : MAX_LEN(MAX_LEN) { argument
146 // TODO: fix the tests to not sometimes use twice their specified "MAX_LEN".
147 glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
148 glob_ptr1 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
149 glob_ptr2 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
173 const size_t MAX_LEN; member in struct:StringTestState
183 // smallest (0) and biggest (MAX_LEN) lengths. Avoid repeats.
189 int l = (int) exp(log((double) MAX_LEN) *
[all...]

Completed in 920 milliseconds