Lines Matching defs:raw0
1372 const ulong32 *raw0;1379 raw0 = raw1++;1380 *cook = (*raw0 & 0x00fc0000L) << 6;1381 *cook |= (*raw0 & 0x00000fc0L) << 10;1384 *cook = (*raw0 & 0x0003f000L) << 12;1385 *cook |= (*raw0 & 0x0000003fL) << 16;