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

1 2 3 4

  /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/ltp/testcases/kernel/syscalls/keyctl/
keyctl05.c 201 static char zeroes[2]; local
210 zeroes, sizeof(zeroes));
  /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);
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;
  /external/gemmlowp/fixedpoint/
fixedpoint_msa.h 107 v4i32 zeroes = __builtin_msa_ldi_w(0); local
108 return __builtin_msa_subv_w(zeroes, a);
113 v8i16 zeroes = __builtin_msa_ldi_h(0); local
114 return __builtin_msa_subv_h(zeroes, a);
291 // need to be ones, not zeroes.
319 // need to be ones, not zeroes.
  /external/gemmlowp/internal/
pack_msa.h 142 const v16i8 zeroes = __builtin_msa_ldi_b(0); local
148 zeroes, src_lines_intertwined_4x[2 * cell + outer][inner]));
150 zeroes, src_lines_intertwined_4x[2 * cell + outer][inner]));
159 reinterpret_cast<v8i16>(zeroes), sums_of_2_cells[cell][i]));
161 reinterpret_cast<v8i16>(zeroes), sums_of_2_cells[cell][i]));
331 const v8i16 zeroes = __builtin_msa_ldi_h(0); local
334 __builtin_msa_ilvr_h(zeroes, sums_of_8[cell]));
335 v8i16 tmp = __builtin_msa_ilvl_h(zeroes, sums_of_8[cell]);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 99 String zeroes = external variable declarations
103 for (char base : zeroes.toCharArray()) {
    [all...]
  /bionic/libc/stdio/
vfprintf.cpp 110 static CHAR_TYPE zeroes[PADSIZE] = { local
432 * trim trailing zeroes if no # flag.
614 * After any left-hand padding and prefixing, emit zeroes
616 * string proper, then emit zeroes required by any leftover
637 if ((flags & (LADJUST | ZEROPAD)) == ZEROPAD) PAD(width - realsz, zeroes);
639 /* leading zeroes from decimal precision */
640 PAD(dprec - size, zeroes);
649 PRINT(zeroes, 1);
651 PAD(-expt, zeroes);
655 PRINTANDPAD(cp, dtoaend, lead, zeroes);
    [all...]
vfwprintf.cpp 110 static CHAR_TYPE zeroes[PADSIZE] = { local
417 * trim trailing zeroes if no # flag.
595 * After any left-hand padding and prefixing, emit zeroes
597 * string proper, then emit zeroes required by any leftover
618 if ((flags & (LADJUST | ZEROPAD)) == ZEROPAD) PAD(width - realsz, zeroes);
620 /* leading zeroes from decimal precision */
621 PAD(dprec - size, zeroes);
630 PRINT(zeroes, 1);
632 PAD(-expt, zeroes);
636 PRINTANDPAD(cp, convbuf + ndig, lead, zeroes);
    [all...]
  /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;
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
fake_quantize_ops.cc 175 xla::ComputationDataHandle zeroes = b->Broadcast( variable
178 b->Select(between_nudged_min_max, gradient, zeroes);
261 xla::ComputationDataHandle zeroes = variable
264 b->Select(between_nudged_min_max, gradient, zeroes);
269 b->ReduceAll(b->Select(below_min, gradient, zeroes), zero,
275 b->ReduceAll(b->Select(above_max, gradient, zeroes), zero,
  /external/webrtc/webrtc/base/
ipaddress.cc 414 unsigned int zeroes = 32; local
416 if (word_to_count) zeroes--;
417 if (word_to_count & 0x0000FFFF) zeroes -= 16;
418 if (word_to_count & 0x00FF00FF) zeroes -= 8;
419 if (word_to_count & 0x0F0F0F0F) zeroes -= 4;
420 if (word_to_count & 0x33333333) zeroes -= 2;
421 if (word_to_count & 0x55555555) zeroes -= 1;
423 return bits + (32 - zeroes);
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_ppc64le.s 33 #define zeroes V29 define
167 VXOR zeroes,zeroes,zeroes // clear the V reg
176 VSLDOI $8,zeroes,V8,V8 // or: VSLDOI V29,V8,V27,4 for top 32 bits?
178 VSLDOI $4,V8,zeroes,V8
393 VSLDOI $4,V0,zeroes,V0
394 VSLDOI $4,V1,zeroes,V1
395 VSLDOI $4,V2,zeroes,V2
396 VSLDOI $4,V3,zeroes,V
    [all...]
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_ppc64le.s 33 #define zeroes V29 define
167 VXOR zeroes,zeroes,zeroes // clear the V reg
176 VSLDOI $8,zeroes,V8,V8 // or: VSLDOI V29,V8,V27,4 for top 32 bits?
178 VSLDOI $4,V8,zeroes,V8
393 VSLDOI $4,V0,zeroes,V0
394 VSLDOI $4,V1,zeroes,V1
395 VSLDOI $4,V2,zeroes,V2
396 VSLDOI $4,V3,zeroes,V
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
ibft.h 68 uint16_t zeroes[5]; member in struct:ibft_ipaddr
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 549 int zeroes = 0; local
550 if (ioctl(data->dev, BLKDISCARDZEROES, &zeroes) == 0 &&
551 zeroes)
  /external/golang-protobuf/proto/
encode.go 1301 var zeroes [20]byte // longer than any conceivable sizeVarint var
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.cc 430 char zeroes[4] = {0}; local
431 buf->WriteBytes(zeroes, 4 - remainder);
  /external/gemmlowp/standalone/
neon-gemm-kernel-benchmark.cc 3888 const v16i8 zeroes = __builtin_msa_ldi_b(0); local
4290 const v16i8 zeroes = __builtin_msa_ldi_b(0); local
    [all...]
  /external/valgrind/none/tests/amd64/
sse4-64.c 157 static V128 zeroes = { 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, variable
352 memcpy(res, zeroes, sizeof(res)); \
373 memcpy(res, zeroes, sizeof(res)); \
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-coff.c 653 unsigned char zeroes[16]; local
656 memset (zeroes, 0, sizeof zeroes);
658 if (write > sizeof zeroes)
659 write = sizeof zeroes;
660 if (!simple_object_internal_write (descriptor, offset, zeroes, write,
simple-object-elf.c 884 unsigned char zeroes[16]; local
887 memset (zeroes, 0, sizeof zeroes);
889 if (write > sizeof zeroes)
890 write = sizeof zeroes;
891 if (!simple_object_internal_write (descriptor, sh_offset, zeroes,
simple-object-mach-o.c 1133 unsigned char zeroes[16]; local
    [all...]
simple-object-xcoff.c 746 unsigned char zeroes[16]; local
749 memset (zeroes, 0, sizeof zeroes);
751 if (write > sizeof zeroes)
752 write = sizeof zeroes;
753 if (!simple_object_internal_write (descriptor, offset, zeroes, write,

Completed in 313 milliseconds

1 2 3 4