HomeSort by relevance Sort by last modified time
    Searched refs:zeroes (Results 1 - 25 of 44) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafL2RMultiplier.java 40 int digit = wi >> 16, zeroes = wi & 0xFFFF; local
58 zeroes -= scale;
67 R = R.timesPow2(zeroes);
73 int digit = wi >> 16, zeroes = wi & 0xFFFF; local
80 R = R.timesPow2(zeroes);
ECAlgorithms.java 306 int zeroes = 0;
315 ++zeroes;
333 if (zeroes > 0)
335 R = R.timesPow2(zeroes);
336 zeroes = 0;
342 if (zeroes > 0)
344 R = R.timesPow2(zeroes);
440 int zeroes = 0;
461 ++zeroes;
465 if (zeroes > 0
    [all...]
SimpleBigDecimal.java 208 int zeroes = scale - fractLen; local
209 for (int i = 0; i < zeroes; i++)
215 fractCharArr[zeroes + j] = fractStr.charAt(j);
WNafUtil.java 33 int highBit = bits - 1, length = 0, zeroes = 0; local
38 ++zeroes;
43 naf[length++] = (digit << 16) | zeroes;
44 zeroes = 1;
48 naf[length++] = (1 << 16) | zeroes;
110 int zeroes = length > 0 ? pos - 1 : pos; local
111 wnaf[length++] = (digit << 16) | zeroes;
  /system/core/libziparchive/
entry_name_utils_test.cc 23 const uint8_t zeroes[] = { 0x41, 0x52, 0x00, 0x53, 0x45 }; local
24 ASSERT_FALSE(IsValidEntryName(zeroes, sizeof(zeroes)));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Mod.java 158 int zeroes = getTrailingZeroes(u[0]); local
159 if (zeroes > 0)
161 Nat.shiftDownBits(uLen, u, zeroes, 0);
162 count += zeroes;
  /system/core/libion/tests/
allocate_test.cpp 93 void *zeroes = calloc(4096, 1); local
128 ASSERT_EQ(0, memcmp(ptr, zeroes, 4096));
134 free(zeroes);
  /bootable/recovery/uncrypt/
uncrypt.cpp 334 uint8_t zeroes[1088]; // sizeof(bootloader_message) from recovery local
335 memset(zeroes, 0, sizeof(zeroes));
338 size_t size = sizeof(zeroes);
340 ssize_t w = TEMP_FAILURE_RETRY(write(fd, zeroes, size-written));
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 346 static char zeroes[PADSIZE] = local
779 * trim trailing zeroes if no # flag.
980 * After any left-hand padding and prefixing, emit zeroes
982 * string proper, then emit zeroes required by any leftover
1008 PAD(width - realsz, zeroes);
1010 /* leading zeroes from decimal precision */
1011 PAD(dprec - size, zeroes);
1022 PRINT(zeroes, 1);
1025 PAD(-expt, zeroes);
1029 PRINTANDPAD(cp, dtoaend, lead, zeroes);
    [all...]
vfwprintf.c 344 static wchar_t zeroes[PADSIZE] = local
756 * trim trailing zeroes if no # flag.
956 * After any left-hand padding and prefixing, emit zeroes
958 * string proper, then emit zeroes required by any leftover
984 PAD(width - realsz, zeroes);
986 /* leading zeroes from decimal precision */
987 PAD(dprec - size, zeroes);
998 PRINT(zeroes, 1);
1001 PAD(-expt, zeroes);
1006 lead, zeroes);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 161 byte[] zeroes = new byte[size];
162 buffer.put(zeroes);
  /external/boringssl/src/crypto/rsa/
padding.c 549 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
632 !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) ||
729 !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) ||
748 /* Initial PS XORs with all zeroes which is a NOP so just update
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 99 String zeroes = typedefs
103 for (char base : zeroes.toCharArray()) {
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 38 int32_t zeroes = (value & 0x0007ffff); local
39 if (zeroes != 0)
63 uint64_t zeroes = (value & INT64_C(0x0000ffffffffffff)); local
64 if (zeroes != 0ull)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 553 int zeroes = 0; local
554 if (ioctl(data->dev, BLKDISCARDZEROES, &zeroes) == 0 &&
555 zeroes)
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 2216 OMX_U32 zeroes : 16; member in struct:OMX_TI_VIDEO_H264VDEC_CommonInfo
2291 unsigned long long zeroes[2]; member in struct:OMX_TI_VIDEO_H264VDEC_CavlcContext
2348 OMX_U32 zeroes : 4; member in struct:OMX_TI_VIDEO_H264VDEC_MbPredType
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3_x86_64.asm 195 ; skip-block, i.e. just write all zeroes
378 ; skip-block, i.e. just write all zeroes
  /external/crcalc/src/com/hp/creals/
CR.java 415 // Generate a String containing n zeroes.
416 private static String zeroes(int n) { method in class:CR
586 // Add sufficient leading zeroes
587 String z = zeroes(n + 1 - len);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 195 ; skip-block, i.e. just write all zeroes
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 436 Rational[] zeroes = new Rational[9]; local
437 Arrays.fill(zeroes, Rational.ZERO);
439 ColorSpaceTransform zeroed = new ColorSpaceTransform(zeroes);
440 mCollector.expectNotEquals("Forward Matrix1 should not contain all zeroes.", zeroed,
442 mCollector.expectNotEquals("Forward Matrix2 should not contain all zeroes.", zeroed,
444 mCollector.expectNotEquals("Calibration Transform1 should not contain all zeroes.",
446 mCollector.expectNotEquals("Calibration Transform2 should not contain all zeroes.",
448 mCollector.expectNotEquals("Color Transform1 should not contain all zeroes.",
450 mCollector.expectNotEquals("Color Transform2 should not contain all zeroes.",
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 220 return binary zeroes.
06-floor0.tex 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel.
  /external/zlib/src/contrib/pascal/
example.pas 287 (* At this point, uncompr is still mostly zeroes, so it should compress
  /external/valgrind/none/tests/amd64/
sse4-64.c 182 static V128 zeroes = { 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, variable
377 memcpy(res, zeroes, sizeof(res)); \
398 memcpy(res, zeroes, sizeof(res)); \
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1433 milliseconds

1 2