Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 68) sorted by relevance

123

/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp33 discard_invalid_input_character(iconv_t* conversion, char** inputBuffer, in discard_invalid_input_character() argument
45 iconv(*conversion, NULL, NULL, NULL, NULL); in discard_invalid_input_character()
50 size_t size = iconv(*conversion, &buffer, &left, in discard_invalid_input_character()
89 iconv_t conversion = iconv_open(to, from); in convert_encoding() local
90 if (conversion == (iconv_t)-1) { in convert_encoding()
101 iconv(conversion, NULL, NULL, &dst, &outputLeft); in convert_encoding()
107 size_t nonReversibleConversions = iconv(conversion, inputBuffer, in convert_encoding()
119 discard_invalid_input_character(&conversion, inputBuffer, in convert_encoding()
155 iconv_close(conversion); in convert_encoding()
163 iconv_close(conversion); in convert_encoding()
/haiku/data/catalogs/add-ons/translators/jpeg/
H A Dja.catkeys7conversion routines by Magnus Hellman\n\thttp://www.bebits.com/app/802\n JPEGTranslator ©2002-200…
H A Dfr.catkeys7conversion routines by Magnus Hellman\n\thttp://www.bebits.com/app/802\n JPEGTranslator ©2002-200…
H A Dfur.catkeys7conversion routines by Magnus Hellman\n\thttp://www.bebits.com/app/802\n JPEGTranslator ©2002-200…
H A Dbe.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Del.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dko.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dth.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Duk.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dzh_Hans.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dru.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dnl.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Did.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dda.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dde.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dfi.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Deo.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dpl.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
H A Dnb.catkeys7 … Murchison\n\thttp://www.oceana.com/ftp/ljpeg/\n\nWith some colorspace conversion routines by Magn…
/haiku/src/servers/app/drawing/Painter/
H A DREADME11 …ndled by drawing into a 32 bit "back buffer" and doing the color space conversion when blitting it…
15 …t may be easier to support other bitmap color spaces than by doing the conversion somewhere in the…
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dyuvrgb_ssse3.nasm16 ; conversion:
17 ; does the yuv to rgb conversion using 16 bit fixed point and the
168 ; conversion code
H A Dyuvrgb_sse2.nasm16 ; conversion:
17 ; does the yuv to rgb conversion using 16 bit fixed point and the
134 ; conversion code
H A Dyuvrgb_sse.nasm16 ; conversion:
17 ; does the yuv to rgb conversion using 16 bit fixed point and the
36 ; conversion code
/haiku/src/libs/zydis/Zydis/
H A DDecoder.c1070 switch (instruction->avx.conversion.mode) in ZydisSetOperandSizeAndElementInfo()
2924 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_FLOAT16; in ZydisSetAVXInformation()
2927 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT8; in ZydisSetAVXInformation()
2930 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT8; in ZydisSetAVXInformation()
2933 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT16; in ZydisSetAVXInformation()
2936 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT16; in ZydisSetAVXInformation()
2956 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT8; in ZydisSetAVXInformation()
2959 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT8; in ZydisSetAVXInformation()
2962 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_UINT16; in ZydisSetAVXInformation()
2965 instruction->avx.conversion.mode = ZYDIS_CONVERSION_MODE_SINT16; in ZydisSetAVXInformation()
[all …]
/haiku/src/libs/iconv/
H A DNEWS59 in Shift_JIS to EUC-JP conversion.
62 combining characters could be dropped at the end of the conversion buffer.
114 * Updated the ISO-8859-8 conversion table.

123