HomeSort by relevance Sort by last modified time
    Searched full:zeroes (Results 101 - 125 of 852) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/tests/
Writer32Test.cpp 136 // Ensure that the align4 of the string is padded with zeroes.
175 // Ensure that the rest is padded with zeroes.
  /system/connectivity/shill/
active_link_monitor.cc 318 // The remote MAC addess is set by convention to be all-zeroes in the
319 // ARP header if not known. The ArpClient will translate an all-zeroes
  /toolchain/binutils/binutils-2.25/include/opcode/
v850.h 33 operands are zeroes. */
38 opcode field, and zeroes indicating those bits which need not
alpha.h 34 operands are zeroes. */
39 opcode field, and zeroes indicating those bits which need not
i370.h 43 operands are zeroes. */
48 opcode field, and zeroes indicating those bits which need not
tic80.h 34 are zeroes. */
40 field, and zeroes indicating those bits which need not match (and are
  /external/boringssl/src/crypto/rsa/
padding.c 491 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
572 !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) ||
664 !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes) ||
683 /* Initial PS XORs with all zeroes which is a NOP so just update
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 72 // sequence of trailing zeroes on the right. Pixels.
98 // Maximum number of leading zeroes after decimal point before we
101 // Maximum number of trailing zeroes before the decimal point before
283 // Small number of leading zeroes, avoid scientific notation.
383 // or we should suppress leading zeroes.
395 // delete leading zeroes.
  /toolchain/binutils/binutils-2.25/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-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,
simple-object-mach-o.c 1133 unsigned char zeroes[16]; local
    [all...]
  /external/libjpeg-turbo/
jdphuff.c 310 /* If we've run out of data, just leave the MCU set to zeroes.
380 /* If we've run out of data, just leave the MCU set to zeroes.
392 if (EOBRUN > 0) /* if it's a band of zeroes... */
412 k += 15; /* skip 15 zeroes in band */
463 * since we will not change the data anyway if we read zeroes.
jddctmgr.c 44 * to zeroes; the result of the IDCT will be a neutral gray level.
232 * multiplier table all-zero; we'll be reading zeroes from the
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdphuff.c 305 /* If we've run out of data, just leave the MCU set to zeroes.
375 /* If we've run out of data, just leave the MCU set to zeroes.
387 if (EOBRUN > 0) /* if it's a band of zeroes... */
407 k += 15; /* skip 15 zeroes in band */
458 * since we will not change the data anyway if we read zeroes.
  /external/opencv3/3rdparty/libjpeg/
jdhuff.c 65 * at least the requested number of bits --- dummy zeroes are inserted if
540 /* Uh-oh. Report corrupted data to user and stuff zeroes into
714 /* If we've run out of data, just leave the MCU set to zeroes.
784 /* If we've run out of data, just leave the MCU set to zeroes.
800 if (EOBRUN) /* if it's a band of zeroes... */
829 k += 15; /* ZRL: skip 15 zeroes in band */
870 * since we will not change the data anyway if we read zeroes.
    [all...]
jddctmgr.c 38 * to zeroes; the result of the IDCT will be a neutral gray level.
264 * multiplier table all-zero; we'll be reading zeroes from the
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.c 93 // Infinity has all exponent bits set to 1 and zeroes in mantissa
148 // - a has same exponent as 'value', zeroes for sign and mantissa
  /external/blktrace/
blkparse_fmt.c 131 * zeroes, stop when the rest is just zeroes and indicate
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMisc.h 230 // zeroes. This routine is called when an output file contains
245 // xSize number of pixels to be filled with zeroes.
  /external/valgrind/
README.aarch64 179 the semantics of INS Vd.D[0] to see if it zeroes out the top.)
198 writing zeroes into the CC thunk fields.
  /toolchain/binutils/binutils-2.25/bfd/
binary.c 29 include X zeroes just to get to that point. Since the start
31 instead to indicate the number of zeroes to skip at the start of
  /art/runtime/gc/accounting/
bitmap.h 75 // Fill the bitmap with zeroes. Returns the bitmap's memory to the system as a side-effect.
  /bionic/libc/tzcode/
asctime.c 29 ** leading zeroes to get the newline in the traditional place.
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 44 uint32_t reserved[2]; // Should be all zeroes

Completed in 1288 milliseconds

1 2 3 45 6 7 8 91011>>