Lines Matching refs:length
30 size_t old_length = buf->length; in unchanged_array_size()
37 if (old_length != buf->length) in unchanged_array_size()
81 memset (buf.data, ' ', buf.length); in do_test()
87 memset (buf.data, ' ', buf.length); in do_test()
88 size_t old_length = buf.length; in do_test()
90 if (buf.length <= old_length) in do_test()
95 memset (buf.data, ' ', buf.length); in do_test()
101 memset (buf.data, '@', buf.length); in do_test()
103 size_t old_length = buf.length; in do_test()
105 if (buf.length <= old_length) in do_test()
157 memset (buf.data, '@', buf.length); in do_test()
159 size_t sizes[] = { 16, buf.length, buf.length + 16 }; in do_test()
163 size_t l = sizes[i] > buf.length ? sizes[i] : buf.length; in do_test()