Searched refs:tmp_p (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dimage.c431 unsigned tmp_p; local in function:vlVaGetImage
435 tmp_p = pitches[1];
437 pitches[2] = tmp_p;
565 unsigned tmp_p; local in function:vlVaPutImage
569 tmp_p = pitches[1];
571 pitches[2] = tmp_p;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dimage.c520 unsigned tmp_p; local in function:vlVaGetImage
524 tmp_p = pitches[1];
526 pitches[2] = tmp_p;
654 unsigned tmp_p; local in function:vlVaPutImage
658 tmp_p = pitches[1];
660 pitches[2] = tmp_p;
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c791 unsigned char *tmp_p = p + y*bpr; local in function:ft_make_up_italic_bitmap
800 tmp_p[x+1] |= tmp_p[x]<<(8-tmp_shift);
801 tmp_p[x]>>=tmp_shift;
806 tmp_p[x] = tmp_p[x-1];
808 tmp_p[x]=0;
818 tmp_p[x-1] |= tmp_p[x]>>(8-tmp_shift);
819 tmp_p[
[all...]
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c793 unsigned char *tmp_p = p + y*bpr; local in function:ft_make_up_italic_bitmap
802 tmp_p[x+1] |= tmp_p[x]<<(8-tmp_shift);
803 tmp_p[x]>>=tmp_shift;
808 tmp_p[x] = tmp_p[x-1];
810 tmp_p[x]=0;
820 tmp_p[x-1] |= tmp_p[x]>>(8-tmp_shift);
821 tmp_p[
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c1527 char tmp_buf[64], *tmp_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++);

Completed in 10 milliseconds