HomeSort by: relevance | last modified time | path
    Searched defs:pf1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/bktr/
bktr_core.c 3802 const struct meteor_pixfmt *pf1, *pf2; local in function:oformat_meteor_to_bt
3811 pf1 = &meteor_pixfmt_table[i].public;
3817 if ((pf1->type == pf2->type) &&
3818 (pf1->Bpp == pf2->Bpp) &&
3819 !memcmp(pf1->masks, pf2->masks, sizeof(pf1->masks)) &&
3820 (pf1->swap_bytes == pf2->swap_bytes) &&
3821 (pf1->swap_shorts == pf2->swap_shorts))
bktr_core.c 3802 const struct meteor_pixfmt *pf1, *pf2; local in function:oformat_meteor_to_bt
3811 pf1 = &meteor_pixfmt_table[i].public;
3817 if ((pf1->type == pf2->type) &&
3818 (pf1->Bpp == pf2->Bpp) &&
3819 !memcmp(pf1->masks, pf2->masks, sizeof(pf1->masks)) &&
3820 (pf1->swap_bytes == pf2->swap_bytes) &&
3821 (pf1->swap_shorts == pf2->swap_shorts))

Completed in 26 milliseconds