Searched defs:pX0 (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/common/
H A Dzywrletemplate.c313 static InlineX void Harr(signed char* pX0, signed char* pX1) argument
316 int X0 = (int)*pX0, X1 = (int)*pX1;
333 *pX0 = (signed char)X1;
360 signed char* pX0; local
363 pX0 = (signed char*)data;
365 end = pX0+(size>>(l+1))*s;
368 while (pX0 < end) {
369 Harr(pX0, pX0+ofs);
370 pX0
[all...]

Completed in 190 milliseconds