Searched refs:encoding_max (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/usr.bin/audiocfg/
H A Daudiodev.h72 extern u_int encoding_max;
H A Dmain.c75 u_int encoding_max = __arraycount(encoding_names); variable
123 if (f->fmt.encoding < encoding_max)
H A Daudiodev.c262 for (enc = 0; enc < encoding_max; enc++) {
266 if (enc >= encoding_max) {
/netbsd-current/external/bsd/file/dist/src/
H A Dmagic.c647 ms->encoding_max = *CAST(const size_t *, val);
686 *CAST(size_t *, val) = ms->encoding_max;
H A Dencoding.c102 if (nbytes > ms->encoding_max)
103 nbytes = ms->encoding_max;
H A Dfile.h494 size_t encoding_max; /* bytes to look for encoding */ member in struct:magic_set
H A Dapprentice.c591 ms->encoding_max = FILE_ENCODING_MAX;

Completed in 255 milliseconds