Lines Matching full:cook
581 unsigned long *cook, *raw0;584 cook = dough;587 *cook = (*raw0 & 0x00fc0000L) << 6;588 *cook |= (*raw0 & 0x00000fc0L) << 10;