Searched refs:buf_p (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ | ||
| H A D | XawIm.c | 1528 wchar_t* buf_p; local in function:_XawImWcLookupString 1538 for ( i = 0, tmp_p = tmp_buf, buf_p = buffer_return; i < ret; i++ ) { 1539 *buf_p++ = _Xaw_atowc((unsigned char)*tmp_p++); |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ | ||
| H A D | imgui.cpp | 9348 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); local in function:ImGui::ShowMetricsWindow::Funcs::NodeDrawList 9355 buf_p += ImFormatString(buf_p, buf_end - buf_p, "%s %04d: pos (%8.2f,%8.2f), uv (%.6f,%.6f), col %08X\n", |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ | ||
| H A D | imgui.cpp | 9348 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); local in function:ImGui::ShowMetricsWindow::Funcs::NodeDrawList 9355 buf_p += ImFormatString(buf_p, buf_end - buf_p, "%s %04d: pos (%8.2f,%8.2f), uv (%.6f,%.6f), col %08X\n", |
Completed in 35 milliseconds