Home | History | Annotate | Download | only in src

Lines Matching refs:static_buf

1808 	uint32_t static_buf[32], *dyn_buf = NULL, *buf;
1813 buf = static_buf;
1814 if (items >= (sizeof(static_buf) / 4)) {