Lines Matching defs:static_buf
1947 uint32_t static_buf[32], *dyn_buf = NULL, *buf;1952 buf = static_buf;1953 if (items >= (sizeof(static_buf) / 4)) {