Searched refs:p1 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Tga.cpp | 363 unsigned char *p1, 368 if (p1[0] == p2[0] && p1[1] == p2[1] && p1[2] == p2[2]) { 370 if (p1[3] == p2[3]) { 441 unsigned char *p1; 444 p1 = data; 456 count = _cmpLine(tga, p1, tga->width - x, 127); 460 count = _uncmpLine(tga, p1, tga->width - x, 127); 469 memcpy(&fbuf[ret], p1, tga->bpp); 472 memcpy(&fbuf[ret], p1, tga->bpp * (count + 1)); 476 p1 += (count + 1) * tga->bpp;
|
| /CTR-SDK-4.2.7-SampleDemos/cx/Compress/ |
| D | main.cpp | 56 const s64* p1 = reinterpret_cast<const s64*>(_p1); in VerifyData() local 59 if (p0[i] != p1[i]) return false; in VerifyData()
|