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

  /src/usr.bin/audio/common/
auconv.h 42 static inline void swap_bytes(u_char *, int);
117 swap_bytes(u_char *p, int cc) function in typeref:typename:void
  /src/sys/dev/pci/bktr/
bktr_core.c 3768 int swap_bytes, swap_shorts; local in function:pixfmt_swap_flags
3771 swap_bytes = pf->swap_bytes;
3774 swap_bytes = !pf->swap_bytes;
3778 case 2 : swapf = (swap_bytes ? 0 : BSWAP);
3785 swapf = swap_bytes ? 0 : BSWAP;
3820 (pf1->swap_bytes == pf2->swap_bytes) &&
  /src/sys/dev/ic/
bt8xx.h 392 unsigned swap_bytes :1; /* Bytes swapped within shorts */ member in struct:meteor_pixfmt

Completed in 15 milliseconds