Home
last modified time | relevance | path

Searched defs:conv (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/usr.bin/aucat/
H A Ddsp.h92 struct conv { struct
93 int bfirst; /* bytes to skip at startup */
94 unsigned int bps; /* bytes per sample */
95 unsigned int shift; /* shift to get 32bit MSB */
96 unsigned int bias; /* bias of unsigned samples */
97 int bnext; /* to reach the next byte */
121 void enc_do(struct conv *, unsigned char *, unsigned char *, int); argument
H A Daucat.c82 struct conv conv; /* format encoder state */ member
/openbsd/usr.bin/sndiod/
H A Ddsp.h92 struct conv { struct
93 int bfirst; /* bytes to skip at startup */
94 unsigned int bps; /* bytes per sample */
95 unsigned int shift; /* shift to get 32bit MSB */
96 unsigned int bias; /* bias of unsigned samples */
97 int bnext; /* to reach the next byte */
121 void enc_do(struct conv *, unsigned char *, unsigned char *, int); argument
H A Dsock.c800 struct conv conv; in sock_execmsg() local
/openbsd/bin/dd/
H A Dargs.c268 static const struct conv { struct
292 f_conv(char *arg) in f_conv() argument
294 const struct conv *cp; in f_conv() argument
/openbsd/lib/libedit/
H A Dchartype.c46 ct_conv_buff_resize(ct_buffer_t *conv, size_t mincsize, size_t minwsize) in ct_conv_buff_resize()
74 ct_encode_string(const wchar_t *s, ct_buffer_t *conv) in ct_encode_string()
107 ct_decode_string(const char *s, ct_buffer_t *conv) in ct_decode_string()
132 ct_decode_argv(int argc, const char *argv[], ct_buffer_t *conv) in ct_decode_argv()
H A Dsearch.c110 static ct_buffer_t conv; in el_match() local
H A Dhistory.c767 static ct_buffer_t conv; in history_load() local
823 static ct_buffer_t conv; in history_save_fp() local
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c743 tree conv; local
1008 tree conv; local
1192 tree conv = NULL_TREE; in reference_binding() local
1347 tree conv; local
3119 tree conv; local
3354 tree conv; local
3524 tree conv; local
4487 tree conv, arg, val; local
6008 tree conv; local
6031 tree conv; in perform_direct_initialization_if_possible() local
[all …]
H A Dcvt.c1034 tree conv = NULL_TREE; local
/openbsd/gnu/usr.bin/texinfo/intl/
H A DgettextP.h117 __gconv_t conv; member
120 iconv_t conv; member
/openbsd/gnu/gcc/intl/
H A DgettextP.h125 __gconv_t conv; member
128 iconv_t conv; member
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c591 conversion *conv; in standard_conversion() local
902 conversion *conv; in convert_class_to_reference() local
1091 conversion *conv = NULL; in reference_binding() local
1256 conversion *conv; in implicit_conversion() local
3126 conversion *conv; in conditional_conversion() local
3400 conversion *conv; in build_conditional_expr() local
3661 conversion *conv; in build_new_op() local
4737 conversion *conv; in build_over_call() local
6445 conversion *conv; in perform_implicit_conversion() local
6492 conversion *conv; in perform_direct_initialization_if_possible() local
[all …]
H A Dcvt.c1085 tree conv = NULL_TREE; in build_expr_type_conversion() local
H A Dsearch.c2299 tree conv; in lookup_conversions_r() local
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A DgettextP.h138 __gconv_t conv; member
141 iconv_t conv; member
/openbsd/usr.bin/systat/
H A Dif.c341 int conv = show_bits ? 8 : 1; in showifstat() local
381 int conv = show_bits ? 8 : 1; in showtotal() local
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp67 static const char *conv(ReportType typ) { in conv() function
/openbsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_conv.c261 int conv = 1; in unix2dosfn() local
/openbsd/sys/msdosfs/
H A Dmsdosfs_conv.c417 int conv = 1; in unix2dosfn() local
/openbsd/sys/dev/pci/
H A Dazalia.c1863 int i, j, conv, err; in azalia_codec_select_micadc() local
1908 int prio, loc, add, nd, conv; in azalia_codec_sort_pins() local
2126 int nconv, conv; in azalia_codec_select_dacs() local
2198 int nconv, conv; in azalia_codec_select_spkrdac() local
2405 int i, j, conv; in azalia_codec_find_defadc() local
H A Dazalia_codec.c621 nid_t conv; in azalia_add_convgroup() local
H A Dazalia.h623 nid_t conv[HDA_MAX_CHANNELS]; member
646 nid_t conv; /* NID of default converter */ member
/openbsd/usr.bin/vi/ex/
H A Dex_subst.c1206 enum { C_NOTSET, C_LOWER, C_ONELOWER, C_ONEUPPER, C_UPPER } conv; in re_sub() local
/openbsd/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp157 APInt conv(64, num); in getNumLengthAsString() local

12