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

1 2 34 5 6 7 8 91011>>

  /external/boringssl/src/include/openssl/
cast.h 75 int short_key; /* Use reduced rounds for short key */
  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.h 89 // The optimization is performed in rounds. In each round all the
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
pyfile.html 8 {# IE8 rounds line-height incorrectly, and adding this emulateIE7 line makes it right! #}
  /external/clang/test/CodeGenObjC/
interface-layout-64.m 76 // The size rounds up to the next available byte.
  /external/iproute2/man/man8/
ip-neighbour.8 180 deleted neighbours and the number of rounds made to flush the
  /external/libavc/common/
ih264_weighted_pred.c 175 /* ht x wd block, weights it, rounds it off, offsets it, */
249 /* ht x wd block, weights it, rounds it off, offsets it, */
338 /* ht x wd blocks, weights them, adds them, rounds off the */
414 /* ht x wd blocks, weights them, adds them, rounds off the */
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_syncobj.c 85 * implementation "rounds" to the wait-forever value.
  /external/vboot_reference/tests/
vb2_common_tests.c 86 /* Alloc rounds up */
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_unittest.cc 62 // With 1 us wait as the switch, up to 7 rounds have been observed.
  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 69 /* Nr - 1 full rounds: */
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 115 * Rounds up the section size to the next multiple of 32 bits.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcrypt-2.11.1.so 
libcrypt.so 
libcrypt.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libcrypt-2.15.so 
libcrypt.so 
libcrypt.so.1 
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block.go 85 // rounds below if needed for speed.
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block.go 85 // rounds below if needed for speed.
  /system/extras/libfec/
fec_open.cpp 158 f->ecc.rounds = fec_div_round_up(f->ecc.blocks, f->ecc.rsn);
161 (uint32_t)f->ecc.rounds * f->ecc.roots * FEC_BLOCKSIZE) {
492 data->rounds = f->ecc.rounds;
fec_private.h 73 uint64_t rounds; member in struct:ecc_info
  /system/extras/libfec/include/fec/
io.h 66 uint64_t rounds; member in struct:fec_ecc_metadata
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 113 // precomputation tables of calculations for rounds
291 ROUNDS = KC + 6; // This is not always true for the generalized Rijndael that allows larger block sizes
292 int[][] W = new int[ROUNDS+1][4]; // 4 words in a block
401 for (int j = 1; j < ROUNDS; j++)
413 private int ROUNDS;
562 while (r < ROUNDS - 1)
589 int t0 = this.C0 ^ KW[ROUNDS][0];
590 int t1 = this.C1 ^ KW[ROUNDS][1];
591 int t2 = this.C2 ^ KW[ROUNDS][2];
593 int r = ROUNDS - 1, r0, r1, r2, r3 = this.C3 ^ KW[ROUNDS][3]
    [all...]
  /external/boringssl/src/crypto/sha/asm/
sha512-x86_64.pl 140 $rounds=80;
152 $rounds=64;
783 #movdqa $TABLE+`$SZ*2*$rounds`+32(%rip),$t4
784 #movdqa $TABLE+`$SZ*2*$rounds`+64(%rip),$t5
788 movdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
1138 vmovdqa $TABLE+`$SZ*2*$rounds`(%rip),$t3
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 300 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP};
303 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values
556 {int $1=ROUNDS.length;r=0;r:for(;$1>0;$1--,r++){
557 if (roundingMode==ROUNDS[r])
573 {int $2=ROUNDS.length;for(r=0;$2>0;$2--,r++){
574 if (testround==ROUNDS[r])

Completed in 915 milliseconds

1 2 34 5 6 7 8 91011>>