HomeSort by relevance Sort by last modified time
    Searched full:rounds (Results 26 - 50 of 582) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_386.s 9 // There are 80 rounds of 4 types:
10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
sha1block_amd64.s 9 // There are 80 rounds of 4 types:
10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
sha1block_amd64p32.s 9 // There are 80 rounds of 4 types:
10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
sha1block_arm.s 11 // There are 80 rounds of 4 types:
12 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
13 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
14 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
15 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
16 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_386.s 9 // There are 80 rounds of 4 types:
10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
sha1block_amd64.s 9 // There are 80 rounds of 4 types:
10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
sha1block_amd64p32.s 9 // There are 80 rounds of 4 types:
10 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
11 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
12 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
13 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
14 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
sha1block_arm.s 11 // There are 80 rounds of 4 types:
12 // - rounds 0-15 are type 1 and load data (ROUND1 macro).
13 // - rounds 16-19 are type 1 and do not load data (ROUND1x macro).
14 // - rounds 20-39 are type 2 and do not load data (ROUND2 macro).
15 // - rounds 40-59 are type 3 and do not load data (ROUND3 macro).
16 // - rounds 60-79 are type 4 and do not load data (ROUND4 macro).
  /external/vixl/benchmarks/
bench-branch.cc 58 int rounds = instructions / buffer_instruction_count; local
59 for (int i = 0; i < rounds; ++i) {
bench-dataop.cc 57 unsigned rounds = instructions / buffer_instruction_count; local
58 for (unsigned i = 0; i < rounds; ++i) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug120.go 29 // The former has an even mantissa, so "1e23" rounds to 1e23-8388608.
32 // which rounds back to 1e23-8388608.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 29 // The former has an even mantissa, so "1e23" rounds to 1e23-8388608.
32 // which rounds back to 1e23-8388608.
  /external/boringssl/src/crypto/aes/asm/
aesv8-armx.pl 68 my ($inp,$bits,$out,$ptr,$rounds)=("x0","w1","x2","x3","w12");
165 mov $rounds,#10
199 mov $rounds,#12
207 mov $rounds,#14
242 str $rounds,[$out]
311 my $rounds="w3";
319 ldr $rounds,[$key,#240]
322 sub $rounds,$rounds,#2
329 subs $rounds,$rounds,#
    [all...]
bsaes-armv7.pl 69 my ($key,$rounds,$const)=("r4","r5","r6");
775 sub $rounds,$rounds,#1
784 subs $rounds,$rounds,#1
876 sub $rounds,$rounds,#1
885 subs $rounds,$rounds,#1
916 my ($out,$inp,$rounds,$const)=("r12","r4","r5","r6")
    [all...]
  /external/jemalloc/test/unit/
tsd.c 25 * Allocate during cleanup for two rounds, in order to assure that
  /external/libchrome/crypto/third_party/nss/
rsawrapr.c 24 PRUint32 counter, rounds; local
35 rounds = (maskLen + hash->length - 1) / hash->length;
36 for (counter = 0; counter < rounds; counter++) {
49 if (counter != (rounds-1)) {
  /external/libmicrohttpd/src/testcurl/
test_concurrent_stop.c 42 * How many rounds of operations do we do for each
43 * test (total number of requests will be ROUNDS * PAR).
45 #define ROUNDS 50000
123 for (i=0;i<ROUNDS;i++)
perf_get_concurrent.c 52 * How many rounds of operations do we do for each
53 * test (total number of requests will be ROUNDS * PAR).
55 #define ROUNDS 500
112 double rps = ((double) (PAR * ROUNDS * 1000)) / ((double) (now() - start_time));
184 for (i=0;i<ROUNDS;i++)
  /system/core/bootstat/
uptime_parser.cpp 34 // Cast intentionally rounds down.
  /toolchain/binutils/binutils-2.25/bfd/hosts/
hp300bsd.h 26 #define HOST_SEGMENT_SIZE NBPG /* Data seg start addr rounds to NBPG */
  /external/libavc/common/arm/
ih264_weighted_bi_pred_a9q.s 51 @* rounds off, adds offset and stores it in the destination block.
190 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
191 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from rows 3,4
238 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
239 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row 2
240 vrshl.s16 q6, q6, q0 @rounds off the weighted samples from row 3
242 vrshl.s16 q8, q8, q0 @rounds off the weighted samples from row 4
311 vrshl.s16 q10, q10, q0 @rounds off the weighted samples from row 1L
315 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1H
317 vrshl.s16 q12, q12, q0 @rounds off the weighted samples from row 2
    [all...]
  /external/libavc/common/armv8/
ih264_weighted_bi_pred_av8.s 51 //* rounds off, adds offset and stores it in the destination block.
181 srshl v4.8h, v4.8h , v0.8h //rounds off the weighted samples from rows 1,2
182 srshl v8.8h, v8.8h , v0.8h //rounds off the weighted samples from rows 3,4
220 srshl v4.8h, v4.8h , v0.8h //rounds off the weighted samples from row 1
221 srshl v8.8h, v8.8h , v0.8h //rounds off the weighted samples from row 2
222 srshl v12.8h, v12.8h , v0.8h //rounds off the weighted samples from row 3
224 srshl v16.8h, v16.8h , v0.8h //rounds off the weighted samples from row 4
280 srshl v20.8h, v20.8h , v0.8h //rounds off the weighted samples from row 1L
283 srshl v4.8h, v4.8h , v0.8h //rounds off the weighted samples from row 1H
284 srshl v24.8h, v24.8h , v0.8h //rounds off the weighted samples from row 2
    [all...]
  /external/scrypt/lib/crypto/
crypto_scrypt-neon-salsa208.h 9 #define ROUNDS 8
73 for (i = ROUNDS;i > 0;i -= 2) {
  /system/extras/verity/fec/
image.cpp 129 ctx->rounds = fec_div_round_up(ctx->blocks, ctx->rs_n);
388 assert(ctx->rounds > 0); /* image_load should be called first */
391 ctx->fec_size = ctx->rounds * ctx->roots * FEC_BLOCKSIZE;
550 assert(ctx->rounds > 0);
552 if ((uint64_t)threads > ctx->rounds) {
553 threads = (int)ctx->rounds;
568 uint64_t end = ctx->rounds * ctx->rs_n * FEC_BLOCKSIZE;
570 fec_div_round_up(ctx->rounds * FEC_BLOCKSIZE, threads);
  /system/extras/verity/fec/tests/
fec.py 37 rounds = int(math.ceil(float(blocks) / (255 - roots)))
39 max_errors = int(math.floor(rounds * roots / 2)) * blocksize

Completed in 1009 milliseconds

12 3 4 5 6 7 8 91011>>