Home
last modified time | relevance | path

Searched refs:do_update (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/random/
Dsubtract_with_carry.hpp59 carry = eng.do_update(j, j + long_lag - short_lag, carry); in apply()
66 carry = eng.do_update(j, j - short_lag, carry); in apply()
76 carry = eng.do_update(j, j + long_lag - short_lag, carry); in apply()
79 carry = eng.do_update(j, j - short_lag, carry); in apply()
86 carry = eng.do_update(j, j + long_lag - short_lag, carry); in apply()
89 carry = eng.do_update(j, j - short_lag, carry); in apply()
205 carry = do_update(k, short_index, carry); in operator ()()
271 IntType do_update(std::size_t current, std::size_t short_index, IntType carry) in do_update() function in boost::random::subtract_with_carry_engine
437 carry = do_update(k, short_index, carry); in operator ()()
501 RealType do_update(std::size_t current, std::size_t short_index, RealType carry) in do_update() function in boost::random::subtract_with_carry_01_engine
/third_party/openssl/util/
Dmkdef.pl116 my $do_update = 0;
192 $do_update=1 if $_ eq "update";
259 if ($do_update) {
1113 if(!$do_update);
1204 if(!$do_update);
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c1813 gboolean do_update = TRUE; in ensure_current_registry() local
1836 do_update = !_priv_gst_disable_registry_update; in ensure_current_registry()
1837 if (do_update) { in ensure_current_registry()
1842 do_update = (strcmp (update_env, "no") != 0); in ensure_current_registry()
1847 if (do_update) { in ensure_current_registry()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.h63 int do_update);
Dsctp_output.c1897 int do_update) in sctp_is_address_in_scope() argument
1935 if (do_update) { in sctp_is_address_in_scope()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py255 (need_to_update, do_update, u) = (update[0], update[1], update[2])
277 do_update(u, c_start, c_limit - 1, c_props)
288 do_update(u, c_start, limit - 1, c_props)