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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.h60 /* Tries to read max_length of bytes from ring buffer to buf
63 size_t rb_read(void *ctx, u8 *buf, size_t max_length);
H A Dring_buffer.cpp342 size_t rb_read (void *ctx, u8 *buf, size_t max_length) argument
349 while (bytes_read < max_length) {
364 (max_length - bytes_read)) {
368 cur_cpy_len = max_length - bytes_read;
380 (max_length - bytes_read));
388 (max_length - bytes_read));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5994 // max_length characters, only prints the first max_length characters
5996 static void PrintOnOneLine(const char* str, int max_length) { argument
5999 if (i >= max_length) {

Completed in 386 milliseconds