Searched refs:iterations (Results 51 - 75 of 187) sorted by relevance

12345678

/external/wpa_supplicant_8/src/crypto/
H A Dsha1.h26 int iterations, u8 *buf, size_t buflen);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1.h26 int iterations, u8 *buf, size_t buflen);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c68 unsigned int iterations)
77 for( i = 1; i < iterations; i++){
184 * of how many iterations they have.
189 int iterations; local
276 /* Calculate the number of iterations of this loop. Keeping this
288 iterations = (int) ceilf((limit_value - counter_value.Value) /
294 iterations = (int) floorf((limit_value - counter_value.Value) /
302 && iterations > loop_max_possible_iterations(c, loop)) {
306 DBG("Loop will have %d iterations.\n", iterations);
67 unroll_loop(struct radeon_compiler * c, struct loop_info * loop, unsigned int iterations) argument
513 unsigned int iterations; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c68 unsigned int iterations)
77 for( i = 1; i < iterations; i++){
184 * of how many iterations they have.
189 int iterations; local
276 /* Calculate the number of iterations of this loop. Keeping this
288 iterations = (int) ceilf((limit_value - counter_value.Value) /
294 iterations = (int) floorf((limit_value - counter_value.Value) /
302 && iterations > loop_max_possible_iterations(c, loop)) {
306 DBG("Loop will have %d iterations.\n", iterations);
67 unroll_loop(struct radeon_compiler * c, struct loop_info * loop, unsigned int iterations) argument
513 unsigned int iterations; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpreview.py82 (path, iterations) = opts.render.rsplit('#', 1)
83 extra_iterations = int(iterations) - 1
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dmaps.py45 def SpinWaitOnRAF(tab, iterations, timeout = 60):
59 """ % iterations
/external/chromium_org/crypto/
H A Dsymmetric_key_openssl.cc53 size_t iterations,
77 salt.length(), iterations,
50 DeriveKeyFromPassword(Algorithm algorithm, const std::string& password, const std::string& salt, size_t iterations, size_t key_size_in_bits) argument
H A Dsymmetric_key.h51 size_t iterations,
/external/chromium_org/media/cast/net/
H A Dframe_id_wrap_helper_test.cc17 void RunOneTest(uint32 starting_point, int iterations) { argument
21 for (int i = 0; i < iterations; i++) {
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DSimpleBenchmarks.cpp58 params.iterations = iterationCounts[itIt];
97 params.iterations = 10;
H A DBufferSubData.cpp156 strstr << iterations << " updates"; local
169 mDrawIterations = mParams.iterations;
172 assert(mParams.iterations > 0);
282 for (unsigned int it = 0; it < mParams.iterations; it++)
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dpkcs8.h91 int iterations,
116 int iterations,
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dcontperf.bat17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
H A Dspan16perf.bat17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
H A Dspan8perf.bat17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.bat17 %PERF% Contains --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
H A Dspan16perf.bat17 %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
H A Dspan8perf.bat17 %PERF% SpanUTF8 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
/external/chromium_org/third_party/polymer/components-chromium/core-animation/
H A Dcore-animation-extracted.js129 * The number of iterations this animation should run for.
131 * @property iterations
135 iterations: {value: 1, reflect: true},
138 * Number of iterations into the animation in which to begin the effect.
139 * For example, setting this property to 0.5 and `iterations` to 2 will
154 * for iterations of the animation will build upon the value in the previous iteration.
158 * // Moves the target 50px on the x-axis over 5 iterations.
159 * <core-animation iterations="5" iterationComposite="accumulate">
174 * alternates the playback direction every iteration such that even iterations are
175 * played normally and odd iterations ar
[all...]
/external/opencv/cv/src/
H A Dcvmorph.cpp812 int iterations, int mop )
869 if( iterations == 0 || (element && element->nCols == 1 && element->nRows == 1))
890 if( el_shape == CV_SHAPE_RECT && iterations > 1 )
892 el_size.width = 1 + (el_size.width-1)*iterations;
893 el_size.height = 1 + (el_size.height-1)*iterations;
894 el_anchor.x *= iterations;
895 el_anchor.y *= iterations;
896 iterations = 1;
1049 if( status >= 0 && (inplace || iterations > 1) )
1058 for( i = 0; i < iterations
811 icvMorphOp( const void* srcarr, void* dstarr, IplConvKernel* element, int iterations, int mop ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNodeTiming.cpp58 double AnimationNodeTiming::iterations() function in class:blink::AnimationNodeTiming
135 void AnimationNodeTiming::setIterations(double iterations) argument
138 TimingInput::setIterationCount(timing, iterations);
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_perftest.cc276 size_t iterations) {
280 const size_t total_event_count = event_count * iterations;
283 while (iterations--) {
305 size_t iterations) {
313 const size_t total_event_count = event_count * iterations * 2;
316 while (iterations--) {
273 SimulateEventSequence(const char* test_name, const std::vector<EventType>& events, bool ack_delay, size_t iterations) argument
301 SimulateTouchAndScrollEventSequence(const char* test_name, size_t steps, gfx::Vector2dF origin, gfx::Vector2dF distance, size_t iterations) argument
/external/chromium_org/sdch/open-vcdiff/src/
H A Drolling_hash_test.cc104 template<int kBlockSize> static void BM_DefaultHash(int iterations, argument
108 for (int iter = 0; iter < iterations; ++iter) {
115 template<int kBlockSize> static void BM_UpdateHash(int iterations, argument
119 for (int iter = 0; iter < iterations; ++iter) {
132 static const int kTimingTestSize = 1 << 14; // 16K iterations
159 // so scale the number of iterations accordingly
171 // so leave the number of iterations constant
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftest_unittest.py53 self.assertEqual(PerfTestMetric('Time', iterations=[1, 2, 3, 4, 5]).unit(), 'ms')
54 self.assertEqual(PerfTestMetric('Malloc', iterations=[1, 2, 3, 4, 5]).unit(), 'bytes')
55 self.assertEqual(PerfTestMetric('JSHeap', iterations=[1, 2, 3, 4, 5]).unit(), 'bytes')
64 self.assertTrue(PerfTestMetric('Time', iterations=[1]).has_values())
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c107 int id, int iterations,
149 for (j = 1; j < iterations; j++) {
214 int salt_len, iterations, ret; local
234 iterations = 1;
236 iterations = ASN1_INTEGER_get(pbe->iter);
241 iterations, EVP_CIPHER_key_length(cipher), key, md)) {
247 iterations, EVP_CIPHER_iv_length(cipher), iv, md)) {
483 int iterations, PKCS8_PRIV_KEY_INFO *p8inf) {
499 salt, salt_len, iterations, p8inf);
511 int iterations, PKCS8_PRIV_KEY_INF
105 pkcs12_key_gen_raw(const uint8_t *pass_raw, size_t pass_raw_len, const uint8_t *salt, size_t salt_len, int id, int iterations, size_t out_len, uint8_t *out, const EVP_MD *md_type) argument
481 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int pass_len, uint8_t *salt, size_t salt_len, int iterations, PKCS8_PRIV_KEY_INFO *p8inf) argument
508 PKCS8_encrypt_pbe(int pbe_nid, const uint8_t *pass_raw, size_t pass_raw_len, uint8_t *salt, size_t salt_len, int iterations, PKCS8_PRIV_KEY_INFO *p8inf) argument
944 uint64_t iterations; local
[all...]

Completed in 1852 milliseconds

12345678