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

1 23 4 5 6 7 8 91011>>

  /cts/tests/openglperf2/jni/graphics/
GLUtils.h 37 // Rounds a number up to the smallest power of 2 that is greater than the original number.
  /external/opencv3/modules/features2d/src/kaze/
utils.h 69 * @brief This funtion rounds float to nearest integer
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 31 /** Rounds toward zero (truncation). */
34 /** Rounds away from zero if discarded digit is non-zero. */
37 /** Rounds towards nearest unless both are equidistant in which case it rounds away from zero. */
40 /** Rounds towards nearest unless both are equidistant in which case it rounds toward zero. */
43 /** Rounds towards nearest unless both are equidistant in which case it rounds toward the even neighbor.
48 /** Rounds towards nearest unless both are equidistant in which case it rounds toward the odd neighbor. *
    [all...]
  /external/libchrome/crypto/
symmetric_key_unittest.cc 72 unsigned int rounds; member in struct:PBKDF2TestVector
86 if (strlen(test_data.salt) < 8 || test_data.rounds < 1000) {
96 test_data.rounds, test_data.key_size_in_bits));
  /external/libmicrohttpd/src/testcurl/
perf_get.c 61 * How many rounds of operations do we do for each
64 #define ROUNDS 500
116 double rps = ((double) (ROUNDS * 1000)) / ((double) (now() - start_time));
200 for (i=0;i<ROUNDS;i++)
260 for (i=0;i<ROUNDS;i++)
320 for (i=0;i<ROUNDS;i++)
395 for (i=0;i<ROUNDS;i++)
  /external/boringssl/src/crypto/aes/asm/
bsaes-x86_64.pl 21 # - rounds were folded into a loop resulting in >5x size reduction
110 my ($key,$rounds,$const)=("%rax","%r10d","%r11");
835 dec $rounds
844 dec $rounds
898 dec $rounds
907 dec $rounds
935 my ($out,$inp,$rounds,$const)=("%rax","%rcx","%r10d","%r11");
978 dec $rounds
1037 dec $rounds
1054 mov 240($inp),%r10d # pass rounds
    [all...]
  /bionic/libc/bionic/
pthread_key.cpp 77 for (size_t rounds = PTHREAD_DESTRUCTOR_ITERATIONS; rounds > 0; --rounds) {
  /external/icu/icu4c/source/i18n/
precision.h 94 * Rounds value in place to prepare it for formatting.
98 * 10^exponent, rounds and then multiplies by 10^exponent.
250 * rounds value in place to prepare it for formatting.
decContext.h 78 DEC_ROUND_HALF_UP, /* 0.5 rounds up */
79 DEC_ROUND_HALF_EVEN, /* 0.5 rounds to nearest even */
80 DEC_ROUND_HALF_DOWN, /* 0.5 rounds down */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 44 * of the form xxx.5; they are "out of range" because lround() rounds away
  /external/toybox/toys/other/
shred.c 22 -x Use exact size (default without -s rounds up to next 4k)
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 23 * this version rounds-to-nearest and saturates numbers
  /frameworks/native/opengl/libagl/
fixed_asm.S 46 * this version rounds-to-nearest and saturates numbers
  /prebuilts/go/darwin-x86/src/crypto/aes/
block.go 54 // Middle rounds shuffle using tables.
55 // Number of rounds is set by length of expanded key.
99 // Middle rounds shuffle using tables.
100 // Number of rounds is set by length of expanded key.
  /prebuilts/go/linux-x86/src/crypto/aes/
block.go 54 // Middle rounds shuffle using tables.
55 // Number of rounds is set by length of expanded key.
99 // Middle rounds shuffle using tables.
100 // Number of rounds is set by length of expanded key.
  /external/dbus/dbus/
dbus-sha.c 99 /*#define f1(x,y,z) ( ( x & y ) | ( ~x & z ) ) // Rounds 0-19 */
100 #define f1(x,y,z) ( z ^ ( x & ( y ^ z ) ) ) /* Rounds 0-19 */
101 #define f2(x,y,z) ( x ^ y ^ z ) /* Rounds 20-39 */
102 /*#define f3(x,y,z) ( ( x & y ) | ( x & z ) | ( y & z ) ) // Rounds 40-59 */
103 #define f3(x,y,z) ( ( x & y ) | ( z & ( x | y ) ) ) /* Rounds 40-59 */
104 #define f4(x,y,z) ( x ^ y ^ z ) /* Rounds 60-79 */
108 #define K1 0x5A827999L /* Rounds 0-19 */
109 #define K2 0x6ED9EBA1L /* Rounds 20-39 */
110 #define K3 0x8F1BBCDCL /* Rounds 40-59 */
111 #define K4 0xCA62C1D6L /* Rounds 60-79 *
    [all...]
  /external/boringssl/src/include/openssl/
aes.h 65 /* AES_MAXNR is the maximum number of AES rounds. */
74 unsigned rounds; member in struct:aes_key_st
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 299 private static final int ROUNDS = 16;
302 private static final int P_SZ = ROUNDS+2;
415 for (int i = 1; i < ROUNDS; i += 2)
421 xr ^= P[ROUNDS + 1];
522 for (int i = 1; i < ROUNDS; i += 2)
528 xr ^= P[ROUNDS + 1];
548 xl ^= P[ROUNDS + 1];
550 for (int i = ROUNDS; i > 0 ; i -= 2)
  /external/libpng/contrib/tools/
cvtcolor.c 57 * everything rounds to the nearest value except that '.5' rounds to the
  /external/wpa_supplicant_8/src/crypto/
aes-internal-dec.c 26 * @return the number of rounds for the given cipher key size.
122 /* Nr - 1 full rounds: */
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block.go 22 // rounds below if needed for speed.
30 // Each of the four 20-iteration rounds
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block.go 22 // rounds below if needed for speed.
30 // Each of the four 20-iteration rounds
  /external/valgrind/VEX/priv/
host_generic_maddf.c 297 bit. In round-to-nearest 001 rounds down like 00,
298 011 rounds up, even though 01 rounds down (thus we need
299 to adjust), 101 rounds down like 10 and 111 rounds up
  /system/keymaster/
ocb.c 372 int rounds; member in struct:__anon74905
374 #define ROUNDS(ctx) ((ctx)->rounds)
378 (z)->rounds = y / 32 + 6; \
383 (z)->rounds = y / 32 + 6; \
387 #define ROUNDS(ctx) (6 + OCB_KEY_LEN / 4)
391 #define AES_encrypt(x, y, z) rijndaelEncrypt((z)->rd_key, ROUNDS(z), x, y)
392 #define AES_decrypt(x, y, z) rijndaelDecrypt((z)->rd_key, ROUNDS(z), x, y)
419 int rounds; member in struct:__anon74907
421 #define ROUNDS(ctx) ((ctx)->rounds
    [all...]
  /external/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S 1096 ldr r10, [r3, #240] @ get # of rounds
1104 mov r5, r10 @ pass # of rounds
1119 mov r5, r10 @ pass # of rounds
1353 ldr r10, [r3, #240] @ get # of rounds
1361 mov r5, r10 @ pass # of rounds
1383 mov r5, r10 @ pass # of rounds
1428 mov r5, r10 @ pass rounds
    [all...]

Completed in 1362 milliseconds

1 23 4 5 6 7 8 91011>>