Home
last modified time | relevance | path

Searched refs:bufW (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/exp-dhat/
Ddh_main.c1133 HChar bufR[80], bufW[80]; // large enough in show_APInfo() local
1135 VG_(memset)(bufW, 0, sizeof(bufW)); in show_APInfo()
1138 show_N_div_100(bufW, (100ULL * api->n_writes) / api->tot_bytes); in show_APInfo()
1141 VG_(strcat)(bufW, "Inf"); in show_APInfo()
1146 bufR, bufW, in show_APInfo()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp855 const int bufW = m_fboSpec[location].width; in iterate() local
857 …const tcu::PixelBufferAccess buf (attachments[location].referenceFormat, bufW, bufH, 1, &attach… in iterate()