Home
last modified time | relevance | path

Searched refs:change_sign32_swap_bytes_le (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/audio/common/
Dauconv.h50 static inline void change_sign32_swap_bytes_le(u_char *, int);
254 change_sign32_swap_bytes_le(u_char *p, int cc) in change_sign32_swap_bytes_le() function
Dsun.c209 conv_func = change_sign32_swap_bytes_le; in sun_write_get_conv_func()
/netbsd/src/usr.bin/audio/record/
Drecord.c333 else if (conv_func == change_sign32_swap_bytes_le) in main()