OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swap_bytes
(Results
1 - 6
of
6
) 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
sun.c
227
conv_func =
swap_bytes
;
wav.c
532
conv_func =
swap_bytes
;
/src/sys/dev/ic/
bt8xx.h
392
unsigned
swap_bytes
:1; /* Bytes swapped within shorts */
member in struct:meteor_pixfmt
/src/usr.bin/audio/record/
record.c
307
if (conv_func ==
swap_bytes
)
/src/sys/dev/pci/bktr/
bktr_core.c
3768
int
swap_bytes
, swap_shorts;
local
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
) &&
Completed in 27 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026