Searched refs:factor (Results 1 – 8 of 8) sorted by relevance
161 uint32_t factor = msFactor; in ParsePingInterval() local170 if (factor == msFactor) in ParsePingInterval()175 aInterval += static_cast<uint32_t>(*string - '0') * factor; in ParsePingInterval()178 if (factor != msFactor) in ParsePingInterval()180 factor /= 10; in ParsePingInterval()186 VerifyOrExit(factor == msFactor, error = OT_ERROR_INVALID_ARGS); in ParsePingInterval()189 factor /= 10; in ParsePingInterval()
929 def set_time_speedup_factor(cls, factor): argument933 Node._SPEED_UP_FACTOR = factor
169 …ases run in real-time (though it is possible to run with a time speed-up factor) while the `thread…
665 def set_time_speedup_factor(cls, factor): argument669 Node._SPEED_UP_FACTOR = factor
541 Finally, the optional assembly code (which boosts performance by a factor 2 on
190 …ake an algorithm as argument and just happen to be a no-op with RSA? One factor is plausible exten…
167 * change in the future. A factor 2 is a minimum safety margin.
2555 blinded value, factor it (as it is smaller than RSA keys and not guaranteed4906 * pk_get_size() and pk_get_len() were off by a factor 8 for RSA-alt keys.