Home
last modified time | relevance | path

Searched refs:update_hash (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/spec/
H A Disolation_update_vs_all.spec12 CREATE TABLE update_hash(id integer, data text);
19 DROP TABLE IF EXISTS update_hash CASCADE;
28 step "s1-update" { UPDATE update_hash SET data = 'l' WHERE id = 4; }
30 step "s1-delete" { DELETE FROM update_hash WHERE id = 4; }
31 step "s1-truncate" { TRUNCATE update_hash; }
32 step "s1-drop" { DROP TABLE update_hash; }
39 step "s1-master-modify-multiple-shards" { DELETE FROM update_hash; }
42 step "s1-select-count" { SELECT COUNT(*) FROM update_hash; }
52 step "s2-delete" { DELETE FROM update_hash WHERE id = 4; }
53 step "s2-truncate" { TRUNCATE update_hash; }
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Disolation_update_vs_all.out132 ERROR: relation "update_hash" does not exist
399 step s1-drop: DROP TABLE update_hash;
508 ERROR: relation "update_hash" does not exist
844 step s1-truncate: TRUNCATE update_hash;
870 step s1-drop: DROP TABLE update_hash;
874 ERROR: relation "update_hash" does not exist
877 ERROR: relation "update_hash" does not exist
1114 step s1-drop: DROP TABLE update_hash;
1180 step s1-truncate: TRUNCATE update_hash;
1210 step s1-drop: DROP TABLE update_hash;
[all …]
/dports/games/phalanx/Phalanx-XXV/
H A Dmoving.c114 update_hash( WK, E1 ); in do_move()
115 update_hash( WK, G1 ); in do_move()
116 update_hash( WR, H1 ); in do_move()
117 update_hash( WR, F1 ); in do_move()
125 update_hash( BK, E8 ); in do_move()
126 update_hash( BK, G8 ); in do_move()
127 update_hash( BR, H8 ); in do_move()
128 update_hash( BR, F8 ); in do_move()
138 update_hash( WK, E1 ); in do_move()
139 update_hash( WK, C1 ); in do_move()
[all …]
/dports/games/scid/scid/engines/phalanx-scid/
H A Dmoving.c114 update_hash( WK, E1 ); in do_move()
115 update_hash( WK, G1 ); in do_move()
116 update_hash( WR, H1 ); in do_move()
117 update_hash( WR, F1 ); in do_move()
125 update_hash( BK, E8 ); in do_move()
126 update_hash( BK, G8 ); in do_move()
127 update_hash( BR, H8 ); in do_move()
128 update_hash( BR, F8 ); in do_move()
138 update_hash( WK, E1 ); in do_move()
139 update_hash( WK, C1 ); in do_move()
[all …]
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/functions/validate/
H A Dfunction.validatePasswordLogin.php44 $update_hash = false;
48 $update_hash = true;
61 $update_hash = true;
69 if ($update_hash && $is_ready) {
/dports/dns/knot-resolver/knot-resolver-5.4.3/lib/cookies/
H A Dalg_sha.c21 static inline void update_hash(struct hmac_sha256_ctx *ctx, in update_hash() function
55 update_hash(&ctx, input->clnt_sockaddr); in cc_gen_hmac_sha256_64()
59 update_hash(&ctx, input->srvr_sockaddr); in cc_gen_hmac_sha256_64()
98 update_hash(&ctx, input->srvr_data->clnt_sockaddr); in sc_gen_hmac_sha256_64()
/dports/archivers/qpress/qpress-11-source/
H A Dlevels.c34 #define update_hash UPDATE_HASH_1 macro
72 #undef update_hash
91 #define update_hash UPDATE_HASH_2 macro
129 #undef update_hash
148 #define update_hash UPDATE_HASH_3 macro
195 #undef update_hash
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/misc/broot/broot-1.7.0/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/deflate-0.9.1/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/deflate/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/deflate-0.7.19/src/
H A Dchained_hash_table.rs76 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
113 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
114 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
133 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
134 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
153 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/graphics/viu/viu-1.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/deflate-0.8.4/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/games/dose-response/dose-response-179c326/cargo-crates/deflate-0.7.19/src/
H A Dchained_hash_table.rs76 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
113 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
114 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
133 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
134 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
153 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/www/zola/zola-0.15.2/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/deflate/src/
H A Dchained_hash_table.rs76 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
113 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
114 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
133 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
134 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
153 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 {
92 t.current_hash = update_hash(t.current_hash, v1);
93 t.current_hash = update_hash(t.current_hash, v2);
112 self.current_hash = update_hash(self.current_hash, v1);
113 self.current_hash = update_hash(self.current_hash, v2);
132 let new_hash = update_hash(self.current_hash, value);
/dports/graphics/viu/viu-1.1/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs55 pub fn update_hash(current_hash: u16, to_insert: u8) -> u16 { in update_hash() function
92 t.current_hash = update_hash(t.current_hash, v1); in from_starting_values()
93 t.current_hash = update_hash(t.current_hash, v2); in from_starting_values()
112 self.current_hash = update_hash(self.current_hash, v1); in add_initial_hash_values()
113 self.current_hash = update_hash(self.current_hash, v2); in add_initial_hash_values()
132 let new_hash = update_hash(self.current_hash, value); in add_hash_value()

12345678910>>...19