Searched refs:format_type (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/audio/audioconvert/ |
H A D | convert.h | 53 int, int, off_t, format_type&); 55 format_type, const char *infoString); 60 format_type, format_type, off_t, off_t);
|
H A D | parse.h | 43 } format_type; typedef 50 extern int parse_format(char *, AudioHdr&, format_type&, off_t&);
|
H A D | main.cc | 81 format_type ofmt = F_SUN; // output format type in main() 82 format_type ifmt = F_SUN; // expected input format type in main() 83 format_type fmt = F_SUN; // actual input format type in main()
|
H A D | parse.cc | 88 format_type& format) in fileformat_parse() 142 format_type& format, in parse_format()
|
H A D | file.cc | 79 format_type& fmt) in open_input_file() 223 format_type ofmt, in create_output_file()
|
H A D | convert.cc | 102 format_type i_fmt, in noop_conversion() 103 format_type o_fmt, in noop_conversion()
|
/titanic_41/usr/src/uts/common/io/vuidmice/ |
H A D | vuidmice.c | 341 int format_type; in vuidmice_wput() local 349 format_type = in vuidmice_wput() 351 STATEP->format = (uchar_t)format_type; in vuidmice_wput()
|