Home
last modified time | relevance | path

Searched refs:lossy (Results 1 – 25 of 2768) sorted by relevance

12345678910>>...111

/dports/devel/efl/efl-1.25.1/src/tests/eet/
H A Deet_test_image.c200 fail_if(lossy != 0); in EFL_START_TEST()
217 fail_if(lossy != 0); in EFL_START_TEST()
238 fail_if(lossy != 0); in EFL_START_TEST()
258 fail_if(lossy != 0); in EFL_START_TEST()
280 fail_if(lossy != 0); in EFL_START_TEST()
298 fail_if(lossy != 0); in EFL_START_TEST()
315 fail_if(lossy != 0); in EFL_START_TEST()
331 fail_if(lossy != 1); in EFL_START_TEST()
346 fail_if(lossy != 1); in EFL_START_TEST()
361 fail_if(lossy != 1); in EFL_START_TEST()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/Tests/Auth/OpenID/
H A DKVForm.php59 $arr, $str, $lossy, $errs) argument
64 $this->lossy = $lossy;
75 if ($this->lossy == "neither" || $this->lossy == "str") {
79 if ($this->lossy == "neither" || $this->lossy == "arr") {
277 $lossy = $testdata["lossy"];
279 $lossy = 'neither';
282 $arr, $str, $lossy, $errs);
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dcast_lossless_integer.stderr1 error: casting `i8` to `i16` may become silently lossy if you later change the type
9 error: casting `i8` to `i32` may become silently lossy if you later change the type
15 error: casting `i8` to `i64` may become silently lossy if you later change the type
21 error: casting `u8` to `i16` may become silently lossy if you later change the type
27 error: casting `u8` to `i32` may become silently lossy if you later change the type
33 error: casting `u8` to `i64` may become silently lossy if you later change the type
39 error: casting `u8` to `u16` may become silently lossy if you later change the type
45 error: casting `u8` to `u32` may become silently lossy if you later change the type
51 error: casting `u8` to `u64` may become silently lossy if you later change the type
57 error: casting `i16` to `i32` may become silently lossy if you later change the type
[all …]
H A Dcast_lossless_float.stderr1 error: casting `i8` to `f32` may become silently lossy if you later change the type
9 error: casting `i8` to `f64` may become silently lossy if you later change the type
15 error: casting `u8` to `f32` may become silently lossy if you later change the type
21 error: casting `u8` to `f64` may become silently lossy if you later change the type
27 error: casting `i16` to `f32` may become silently lossy if you later change the type
33 error: casting `i16` to `f64` may become silently lossy if you later change the type
39 error: casting `u16` to `f32` may become silently lossy if you later change the type
45 error: casting `u16` to `f64` may become silently lossy if you later change the type
51 error: casting `i32` to `f64` may become silently lossy if you later change the type
57 error: casting `u32` to `f64` may become silently lossy if you later change the type
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/ecore_evas/
H A Deetpack.c59 Eet_Image_Encoding lossy; in commands() local
98 lossy = EET_IMAGE_LOSSLESS; in commands()
101 lossy = EET_IMAGE_LOSSLESS; in commands()
106 lossy = EET_IMAGE_LOSSLESS; in commands()
111 lossy = EET_IMAGE_LOSSLESS; in commands()
116 lossy = EET_IMAGE_LOSSLESS; in commands()
121 lossy = EET_IMAGE_LOSSLESS; in commands()
126 lossy = EET_IMAGE_LOSSLESS; in commands()
132 else lossy = EET_IMAGE_ETC1; in commands()
138 else lossy = EET_IMAGE_ETC2_RGB; in commands()
[all …]
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dspice-channel-cache.h27 gboolean lossy; member
36 static inline display_cache_item* cache_item_new(guint64 id, gboolean lossy) in cache_item_new() argument
40 self->lossy = lossy; in cache_item_new()
72 static inline gpointer cache_find_lossy(display_cache *cache, uint64_t id, gboolean *lossy) in cache_find_lossy() argument
80 *lossy = item->lossy; in cache_find_lossy()
86 gpointer value, gboolean lossy) in cache_add_lossy() argument
88 display_cache_item *item = cache_item_new(id, lossy); in cache_add_lossy()
103 gpointer value, gboolean lossy) in cache_replace_lossy() argument
105 display_cache_item *item = cache_item_new(id, lossy); in cache_replace_lossy()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dcast-bare.c6 SEXP int_as_logical(SEXP x, bool* lossy) { in int_as_logical() argument
22 *lossy = true; in int_as_logical()
35 SEXP dbl_as_logical(SEXP x, bool* lossy) { in dbl_as_logical() argument
51 *lossy = true; in dbl_as_logical()
64 SEXP chr_as_logical(SEXP x, bool* lossy) { in chr_as_logical() argument
108 *lossy = true; in chr_as_logical()
118 SEXP lgl_as_integer(SEXP x, bool* lossy) { in lgl_as_integer() argument
134 *lossy = true; in dbl_as_integer()
147 *lossy = true; in dbl_as_integer()
160 SEXP lgl_as_double(SEXP x, bool* lossy) { in lgl_as_double() argument
[all …]
H A Dcast-dispatch.c11 bool* lossy) { in vec_cast_dispatch_native() argument
24 return chr_as_factor(x, to, lossy, to_arg); in vec_cast_dispatch_native()
31 return chr_as_ordered(x, to, lossy, to_arg); in vec_cast_dispatch_native()
37 return fct_as_factor(x, to, lossy, x_arg, to_arg); in vec_cast_dispatch_native()
46 return posixct_as_date(x, lossy); in vec_cast_dispatch_native()
53 return posixlt_as_date(x, lossy); in vec_cast_dispatch_native()
98 bool lossy = false; in vctrs_cast_dispatch_native() local
99 SEXP out = vec_cast_dispatch_native(&c_opts, vec_typeof(x), vec_typeof(to), &lossy); in vctrs_cast_dispatch_native()
101 if (lossy || out == R_NilValue) { in vctrs_cast_dispatch_native()
H A Dcast.h67 bool* lossy);
79 SEXP int_as_double(SEXP x, bool* lossy);
80 SEXP lgl_as_double(SEXP x, bool* lossy);
81 SEXP dbl_as_integer(SEXP x, bool* lossy);
82 SEXP lgl_as_integer(SEXP x, bool* lossy);
83 SEXP chr_as_logical(SEXP x, bool* lossy);
84 SEXP dbl_as_logical(SEXP x, bool* lossy);
85 SEXP int_as_logical(SEXP x, bool* lossy);
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/chd/
H A Dchdcodec.cpp326 : chd_compressor(chd, hunkbytes, lossy), in chd_cd_compressor()
525 m_lossy(lossy) in chd_codec()
560 : chd_codec(chd, hunkbytes, lossy) in chd_compressor()
575 : chd_codec(chd, hunkbytes, lossy) in chd_decompressor()
865 : chd_compressor(chd, hunkbytes, lossy) in chd_zlib_compressor()
930 : chd_decompressor(chd, hunkbytes, lossy) in chd_zlib_decompressor()
1089 : chd_compressor(chd, hunkbytes, lossy) in chd_lzma_compressor()
1230 : chd_compressor(chd, hunkbytes, lossy) in chd_huffman_compressor()
1290 : chd_compressor(chd, hunkbytes, lossy) in chd_flac_compressor()
1419 : chd_compressor(chd, hunkbytes, lossy), in chd_cd_flac_compressor()
[all …]
H A Dchdcodec.h77 chd_codec(chd_file &file, UINT32 hunkbytes, bool lossy);
86 bool lossy() const { return m_lossy; } in lossy() function
106 chd_compressor(chd_file &file, UINT32 hunkbytes, bool lossy);
121 chd_decompressor(chd_file &file, UINT32 hunkbytes, bool lossy);
158 …mpressor(chd_file &chd, UINT32 hunkbytes, bool lossy) { return new _CompressorClass(chd, hunkbytes… in construct_compressor() argument
161 …pressor(chd_file &chd, UINT32 hunkbytes, bool lossy) { return new _DecompressorClass(chd, hunkbyte… in construct_decompressor() argument
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dchdcodec.cpp296 : chd_compressor(chd, hunkbytes, lossy), in chd_cd_compressor()
494 m_lossy(lossy) in chd_codec()
529 : chd_codec(chd, hunkbytes, lossy) in chd_compressor()
544 : chd_codec(chd, hunkbytes, lossy) in chd_decompressor()
826 : chd_compressor(chd, hunkbytes, lossy) in chd_zlib_compressor()
891 : chd_decompressor(chd, hunkbytes, lossy) in chd_zlib_decompressor()
1049 : chd_compressor(chd, hunkbytes, lossy) in chd_lzma_compressor()
1205 : chd_compressor(chd, hunkbytes, lossy) in chd_huffman_compressor()
1261 : chd_compressor(chd, hunkbytes, lossy) in chd_flac_compressor()
1384 : chd_compressor(chd, hunkbytes, lossy), in chd_cd_flac_compressor()
[all …]
H A Dchdcodec.h49 chd_codec(chd_file &file, uint32_t hunkbytes, bool lossy);
58 bool lossy() const { return m_lossy; } in lossy() function
78 chd_compressor(chd_file &file, uint32_t hunkbytes, bool lossy);
93 chd_decompressor(chd_file &file, uint32_t hunkbytes, bool lossy);
130 …ressor(chd_file &chd, uint32_t hunkbytes, bool lossy) { return new _CompressorClass(chd, hunkbytes… in construct_compressor() argument
133 …essor(chd_file &chd, uint32_t hunkbytes, bool lossy) { return new _DecompressorClass(chd, hunkbyte… in construct_decompressor() argument
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dchdcodec.cpp296 : chd_compressor(chd, hunkbytes, lossy), in chd_cd_compressor()
494 m_lossy(lossy) in chd_codec()
529 : chd_codec(chd, hunkbytes, lossy) in chd_compressor()
544 : chd_codec(chd, hunkbytes, lossy) in chd_decompressor()
826 : chd_compressor(chd, hunkbytes, lossy) in chd_zlib_compressor()
891 : chd_decompressor(chd, hunkbytes, lossy) in chd_zlib_decompressor()
1049 : chd_compressor(chd, hunkbytes, lossy) in chd_lzma_compressor()
1205 : chd_compressor(chd, hunkbytes, lossy) in chd_huffman_compressor()
1261 : chd_compressor(chd, hunkbytes, lossy) in chd_flac_compressor()
1384 : chd_compressor(chd, hunkbytes, lossy), in chd_cd_flac_compressor()
[all …]
H A Dchdcodec.h49 chd_codec(chd_file &file, uint32_t hunkbytes, bool lossy);
58 bool lossy() const { return m_lossy; } in lossy() function
78 chd_compressor(chd_file &file, uint32_t hunkbytes, bool lossy);
93 chd_decompressor(chd_file &file, uint32_t hunkbytes, bool lossy);
130 …ressor(chd_file &chd, uint32_t hunkbytes, bool lossy) { return new _CompressorClass(chd, hunkbytes… in construct_compressor() argument
133 …essor(chd_file &chd, uint32_t hunkbytes, bool lossy) { return new _DecompressorClass(chd, hunkbyte… in construct_decompressor() argument
/dports/devel/efl/efl-1.25.1/src/lib/eet/
H A Deet_image.c824 switch (lossy) in eet_data_image_etc1_compressed_convert()
1574 switch (lossy) in eet_data_image_encode_cipher()
1735 if (lossy) in eet_data_image_header_advance_decode_cipher()
1791 if (lossy) *lossy = EET_IMAGE_ETC1; in eet_data_image_header_advance_decode_cipher()
1796 if (lossy) *lossy = EET_IMAGE_ETC2_RGB; in eet_data_image_header_advance_decode_cipher()
1802 if (lossy) *lossy = EET_IMAGE_ETC2_RGBA; in eet_data_image_header_advance_decode_cipher()
1807 if (lossy) *lossy = EET_IMAGE_ETC1_ALPHA; in eet_data_image_header_advance_decode_cipher()
2130 if (lossy) in eet_data_image_decode_cipher()
2131 *lossy = ilossy; in eet_data_image_decode_cipher()
2234 if (lossy) in eet_data_image_decode_to_cspace_surface_cipher()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dinterrepo.py269 lossy=lossy)
303 todo, lossy=lossy):
304 if lossy:
335 revidmap = self.fetch_revs(stop_revisions, lossy=lossy)
551 determine_wants, mapping, lossy=lossy)
645 if lossy:
656 self.fetch_objects(determine_wants, lossy=lossy)
694 self.fetch_objects(wants_recorder, mapping, limit=limit, lossy=lossy)
734 if lossy:
757 if lossy:
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lib/Mail/SpamAssassin/Plugin/
H A DBodyRuleBaseExtractor.pm195 my ($minlen, $lossy, @bases);
447 my $lossy = 0;
458 $lossy = 1;
459 $mods =~ s/i// and $lossy = 0;
482 $mods =~ s/m// and $lossy++;
483 $mods =~ s/s// and $lossy++;
502 $mods .= "L" if $lossy;
515 my $lossy = 0;
516 $mods =~ s/L// and $lossy++;
703 $lossy = 1;
[all …]
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/lib/Mail/SpamAssassin/Plugin/
H A DBodyRuleBaseExtractor.pm195 my ($minlen, $lossy, @bases);
447 my $lossy = 0;
458 $lossy = 1;
459 $mods =~ s/i// and $lossy = 0;
482 $mods =~ s/m// and $lossy++;
483 $mods =~ s/s// and $lossy++;
502 $mods .= "L" if $lossy;
515 my $lossy = 0;
516 $mods =~ s/L// and $lossy++;
703 $lossy = 1;
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/fate/
H A Dwavpack.mak23 # lossy
25 FATE_WAVPACK-$(call DEMDEC, WV, WAVPACK) += fate-wavpack-lossy-8bit
26 fate-wavpack-lossy-8bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossy/4.0_8-bit.wv -f s8
28 FATE_WAVPACK-$(call DEMDEC, WV, WAVPACK) += fate-wavpack-lossy-16bit
29 fate-wavpack-lossy-16bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossy/4.0_16-bit.wv -f s16le
31 FATE_WAVPACK-$(call DEMDEC, WV, WAVPACK) += fate-wavpack-lossy-24bit
32 fate-wavpack-lossy-24bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossy/4.0_24-bit.wv -f s24le
34 FATE_WAVPACK-$(call DEMDEC, WV, WAVPACK) += fate-wavpack-lossy-32bit
35 fate-wavpack-lossy-32bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossy/4.0_32-bit_int.wv -f s32le
37 FATE_WAVPACK-$(call DEMDEC, WV, WAVPACK) += fate-wavpack-lossy-float
[all …]
/dports/math/R-cran-haven/haven/R/
H A Dlabelled_spss.R207 lossy <- is_tagged_na(x) functionVar
208 maybe_lossy_cast(out, x, to, lossy,
217 lossy <- x %in% x_labels[!x_labels %in% out_labels]
218 maybe_lossy_cast(out, x, to, lossy,
227 lossy <- x %in% x_na_values
230 lossy <- lossy | (vec_data(x) >= x_na_range[1] & vec_data(x) <= x_na_range[2])
233 lossy <- lossy & !(vec_data(x) >= to_na_range[1] & vec_data(x) <= to_na_range[2])
235 lossy <- lossy & !x %in% to_na_values
237 maybe_lossy_cast(out, x, to, lossy,
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/chd/
H A Dchdcodec.h48 chd_codec(chd_file &file, UINT32 hunkbytes, bool lossy);
57 bool lossy() const { return m_lossy; } in lossy() function
77 chd_compressor(chd_file &file, UINT32 hunkbytes, bool lossy);
92 chd_decompressor(chd_file &file, UINT32 hunkbytes, bool lossy);
129 …mpressor(chd_file &chd, UINT32 hunkbytes, bool lossy) { return new _CompressorClass(chd, hunkbytes… in construct_compressor() argument
132 …pressor(chd_file &chd, UINT32 hunkbytes, bool lossy) { return new _DecompressorClass(chd, hunkbyte… in construct_decompressor() argument
/dports/multimedia/libv4l/linux-5.13-rc2/fs/exfat/
H A Dnls.c407 int *lossy) in exfat_convert_char_to_ucs2() argument
421 if (lossy != NULL) in exfat_convert_char_to_ucs2()
422 *lossy |= NLS_NAME_LOSSY; in exfat_convert_char_to_ucs2()
444 if (lossy != NULL) in exfat_convert_ucs2_to_char()
445 *lossy |= NLS_NAME_LOSSY; in exfat_convert_ucs2_to_char()
520 lossy |= NLS_NAME_LOSSY; in exfat_utf8_to_utf16()
532 *p_lossy = lossy; in exfat_utf8_to_utf16()
608 uniname, &lossy); in exfat_nls_to_ucs2()
612 lossy |= NLS_NAME_LOSSY; in exfat_nls_to_ucs2()
620 lossy |= NLS_NAME_OVERLEN; in exfat_nls_to_ucs2()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c56 port_buffer->buffer[i].lossy = in mlx5e_port_query_buffer()
57 MLX5_GET(bufferx_reg, buffer, lossy); in mlx5e_port_query_buffer()
73 port_buffer->buffer[i].lossy); in mlx5e_port_query_buffer()
117 MLX5_SET(bufferx_reg, buffer, lossy, port_buffer->buffer[i].lossy); in port_set_buffer()
154 if (port_buffer->buffer[i].lossy) { in update_xoff_threshold()
203 u8 lossy; in update_buffer_lossy() local
221 lossy = 1; in update_buffer_lossy()
223 lossy = 0; in update_buffer_lossy()
225 if (lossy != port_buffer->buffer[i].lossy) { in update_buffer_lossy()
226 port_buffer->buffer[i].lossy = lossy; in update_buffer_lossy()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/exfat/
H A Dnls.c407 int *lossy) in exfat_convert_char_to_ucs2() argument
421 if (lossy != NULL) in exfat_convert_char_to_ucs2()
422 *lossy |= NLS_NAME_LOSSY; in exfat_convert_char_to_ucs2()
444 if (lossy != NULL) in exfat_convert_ucs2_to_char()
445 *lossy |= NLS_NAME_LOSSY; in exfat_convert_ucs2_to_char()
520 lossy |= NLS_NAME_LOSSY; in exfat_utf8_to_utf16()
532 *p_lossy = lossy; in exfat_utf8_to_utf16()
608 uniname, &lossy); in exfat_nls_to_ucs2()
612 lossy |= NLS_NAME_LOSSY; in exfat_nls_to_ucs2()
620 lossy |= NLS_NAME_OVERLEN; in exfat_nls_to_ucs2()
[all …]

12345678910>>...111