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

/bionic/tests/
H A Dstring_test.cpp381 int seek_char = random() & 255; local
388 if (~seek_char > 0) {
389 memset(state.ptr1, ~seek_char, state.len[i]);
398 if (seek_char == 0) {
404 state.ptr1[pos] = seek_char;
408 ASSERT_TRUE(strchr(state.ptr1, seek_char) == expected);
712 int seek_char = random() & 255; local
718 if (~seek_char > 0) {
719 memset(state.ptr1, ~seek_char, state.len[i]);
728 if (seek_char
744 int seek_char = random() & 255; local
775 int seek_char = random() & 255; local
[all...]

Completed in 398 milliseconds