Home
last modified time | relevance | path

Searched refs:probe_value (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/ena-0.14.0/src/unify/
H A Dtests.rs272 assert_eq!(ut.probe_value(k1), Some(22)); in unify_same_int_twice()
286 assert_eq!(ut.probe_value(k2), Some(22)); in unify_vars_then_int_indirect()
473 assert_eq!(ut.probe_value(k3), None); in clone_table()
476 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
477 assert_eq!(ut1.probe_value(k3), None); in clone_table()
481 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
482 assert_eq!(ut1.probe_value(k3), None); in clone_table()
483 assert_eq!(ut.probe_value(k3), Some(44)); in clone_table()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/ena-0.13.1/src/unify/
H A Dtests.rs262 assert_eq!(ut.probe_value(k1), Some(22)); in unify_same_int_twice()
276 assert_eq!(ut.probe_value(k2), Some(22)); in unify_vars_then_int_indirect()
463 assert_eq!(ut.probe_value(k3), None); in clone_table()
466 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
467 assert_eq!(ut1.probe_value(k3), None); in clone_table()
471 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
472 assert_eq!(ut1.probe_value(k3), None); in clone_table()
473 assert_eq!(ut.probe_value(k3), Some(44)); in clone_table()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ena-0.11.0/src/unify/
H A Dtests.rs262 assert_eq!(ut.probe_value(k1), Some(22)); in unify_same_int_twice()
276 assert_eq!(ut.probe_value(k2), Some(22)); in unify_vars_then_int_indirect()
463 assert_eq!(ut.probe_value(k3), None); in clone_table()
466 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
467 assert_eq!(ut1.probe_value(k3), None); in clone_table()
471 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
472 assert_eq!(ut1.probe_value(k3), None); in clone_table()
473 assert_eq!(ut.probe_value(k3), Some(44)); in clone_table()
/dports/net/krill/krill-0.9.4/cargo-crates/ena-0.14.0/src/unify/
H A Dtests.rs272 assert_eq!(ut.probe_value(k1), Some(22)); in unify_same_int_twice()
286 assert_eq!(ut.probe_value(k2), Some(22)); in unify_vars_then_int_indirect()
473 assert_eq!(ut.probe_value(k3), None); in clone_table()
476 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
477 assert_eq!(ut1.probe_value(k3), None); in clone_table()
481 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
482 assert_eq!(ut1.probe_value(k3), None); in clone_table()
483 assert_eq!(ut.probe_value(k3), Some(44)); in clone_table()
/dports/devel/racer/racer-2.1.48/cargo-crates/ena-0.14.0/src/unify/
H A Dtests.rs272 assert_eq!(ut.probe_value(k1), Some(22)); in unify_same_int_twice()
286 assert_eq!(ut.probe_value(k2), Some(22)); in unify_vars_then_int_indirect()
473 assert_eq!(ut.probe_value(k3), None); in clone_table()
476 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
477 assert_eq!(ut1.probe_value(k3), None); in clone_table()
481 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
482 assert_eq!(ut1.probe_value(k3), None); in clone_table()
483 assert_eq!(ut.probe_value(k3), Some(44)); in clone_table()
/dports/lang/rust/rustc-1.58.1-src/vendor/ena/src/unify/
H A Dtests.rs272 assert_eq!(ut.probe_value(k1), Some(22)); in unify_same_int_twice()
286 assert_eq!(ut.probe_value(k2), Some(22)); in unify_vars_then_int_indirect()
473 assert_eq!(ut.probe_value(k3), None); in clone_table()
476 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
477 assert_eq!(ut1.probe_value(k3), None); in clone_table()
481 assert_eq!(ut1.probe_value(k1), Some(22)); in clone_table()
482 assert_eq!(ut1.probe_value(k3), None); in clone_table()
483 assert_eq!(ut.probe_value(k3), Some(44)); in clone_table()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/
H A Dwrgif.c366 register hash_entry probe_value; in put_LZW_pixel_rows() local
388 probe_value = HASH_ENTRY(dest->waiting_code, c); in put_LZW_pixel_rows()
395 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
401 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
419 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
425 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/
H A Dwrgif.c366 register hash_entry probe_value; in put_LZW_pixel_rows() local
388 probe_value = HASH_ENTRY(dest->waiting_code, c); in put_LZW_pixel_rows()
395 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
401 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
419 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
425 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
/dports/devel/upp/upp/uppsrc/plugin/jpg/lib/
H A Dwrgif.c366 register hash_entry probe_value; in put_LZW_pixel_rows() local
388 probe_value = HASH_ENTRY(dest->waiting_code, c); in put_LZW_pixel_rows()
395 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
401 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
419 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
425 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Dwrgif.c366 register hash_entry probe_value; in put_LZW_pixel_rows() local
388 probe_value = HASH_ENTRY(dest->waiting_code, c); in put_LZW_pixel_rows()
395 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
401 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
419 dest->hash_value[i] = probe_value; in put_LZW_pixel_rows()
425 if (dest->hash_value[i] == probe_value) { in put_LZW_pixel_rows()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Dwrgif.c219 register hash_entry probe_value; in compress_byte() local
236 probe_value = HASH_ENTRY(dinfo->waiting_code, c); in compress_byte()
239 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
253 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
264 dinfo->hash_value[i] = probe_value; in compress_byte()
/dports/japanese/xv/xv-3.10a/jpeg/
H A Dwrgif.c219 register hash_entry probe_value; in compress_byte() local
236 probe_value = HASH_ENTRY(dinfo->waiting_code, c); in compress_byte()
239 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
253 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
264 dinfo->hash_value[i] = probe_value; in compress_byte()
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Dwrgif.c219 register hash_entry probe_value; in compress_byte() local
236 probe_value = HASH_ENTRY(dinfo->waiting_code, c); in compress_byte()
239 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
253 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
264 dinfo->hash_value[i] = probe_value; in compress_byte()
/dports/graphics/xv/xv-3.10a/jpeg/
H A Dwrgif.c219 register hash_entry probe_value; in compress_byte() local
236 probe_value = HASH_ENTRY(dinfo->waiting_code, c); in compress_byte()
239 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
253 if (dinfo->hash_value[i] == probe_value) { in compress_byte()
264 dinfo->hash_value[i] = probe_value; in compress_byte()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dfreshen.rs166 .probe_value(v) in fold_ty()
177 .probe_value(v) in fold_ty()
232 .probe_value(v) in fold_const()
H A Dmod.rs720 .filter(|&vid| inner.int_unification_table().probe_value(vid).is_none()) in unsolved_variables()
726 .filter(|&vid| inner.float_unification_table().probe_value(vid).is_none()) in unsolved_variables()
1424 match self.inner.borrow_mut().const_unification_table().probe_value(vid).val { in probe_const_var()
1623 .probe_value(v) in shallow_resolve_ty()
1631 .probe_value(v) in shallow_resolve_ty()
1674 self.inner.borrow_mut().float_unification_table().probe_value(v).is_some() in ty_or_const_infer_var_changed()
1682 match self.inner.borrow_mut().const_unification_table().probe_value(v).val { in ty_or_const_infer_var_changed()
1758 .probe_value(*vid) in fold_const()
H A Dtype_variable.rs225 self.eq_relations().probe_value(vid).is_unknown(), in instantiate()
229 self.eq_relations().probe_value(vid) in instantiate()
H A Dfudge.rs33 .map(|index| table.probe_value(ConstVid::from_index(index)).origin) in const_vars_since_snapshot()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/
H A Dinfer.rs179 match self.unify.probe_value(EnaVariable::from(leaf)) { in probe_var()
191 match self.unify.probe_value(var) { in universe_of_unbound_var()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/
H A Dinfer.rs179 match self.unify.probe_value(EnaVariable::from(leaf)) { in probe_var()
191 match self.unify.probe_value(var) { in universe_of_unbound_var()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/
H A Dinfer.rs179 match self.unify.probe_value(EnaVariable::from(leaf)) { in probe_var()
191 match self.unify.probe_value(var) { in universe_of_unbound_var()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/infer/
H A Dunify_key.rs176 match table.probe_value(*vid).val.known() { in replace_if_possible()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/lr1/lane_table/construct/
H A Dmerge.rs197 self.unify.probe_value(state_set) in context_set()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/lr1/lane_table/construct/
H A Dmerge.rs201 self.unify.probe_value(state_set) in context_set()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/lr1/lane_table/construct/
H A Dmerge.rs197 self.unify.probe_value(state_set) in context_set()

12