Home
last modified time | relevance | path

Searched refs:swap_bytes (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dbt8xx.h389 unsigned swap_bytes :1; /* Bytes swapped within shorts */ member
/openbsd/src/sys/dev/pci/bktr/
Dbktr_core.c3512 int swap_bytes, swap_shorts; in pixfmt_swap_flags() local
3515 swap_bytes = pf->swap_bytes; in pixfmt_swap_flags()
3518 swap_bytes = !pf->swap_bytes; in pixfmt_swap_flags()
3524 swapf = swap_bytes ? 0 : BSWAP; in pixfmt_swap_flags()
3531 swapf = swap_bytes ? 0 : BSWAP; in pixfmt_swap_flags()
3567 ( pf1->swap_bytes == pf2->swap_bytes ) && in oformat_meteor_to_bt()