Searched defs:data_count (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpty_test.cpp77 uint32_t data_count; member in struct:PtyReader_28979140_Arg
90 while (counter <= arg->data_count) {
92 size_t to_read = std::min(sizeof(buf), (arg->data_count + 1 - counter) * sizeof(uint32_t));
141 arg.data_count = TEST_DATA_COUNT;

Completed in 547 milliseconds