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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Zeroes.java 22 * Utility for turning types into zeroes.
24 public final class Zeroes {
28 private Zeroes() {
  /dalvik/dx/src/com/android/dx/rop/cst/
Zeroes.java 22 * Utility for turning types into zeroes.
24 public final class Zeroes {
28 private Zeroes() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
Zeroes.java 22 * Utility for turning types into zeroes.
24 public final class Zeroes {
28 private Zeroes() {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
Tables8kGCMMultiplier.java 24 // M[0][0] is ZEROES;
25 // M[1][0] is ZEROES;
58 // M[i][0] is ZEROES;
  /external/iproute2/include/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /external/kernel-headers/original/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmapi.h 24 * Convention: NULL pointers are passed as a field of all zeroes.
  /external/iptables/extensions/
libxt_MARK.man 8 Zeroes out the bits given by \fImask\fP and XORs \fIvalue\fP into the packet
12 Zeroes out the bits given by \fImask\fP and ORs \fIvalue\fP into the packet
libxt_TOS.man 7 Zeroes out the bits given by \fImask\fP and XORs \fIvalue\fP into the
  /external/valgrind/main/memcheck/tests/
overlap.c 30 x[i] = i+1; // don't put any zeroes in there
34 // zeroes in the second half to stop them eventually
  /external/chromium_org/ppapi/api/dev/
ppb_buffer_dev.idl 18 * handle was invalid. The buffer will be initialized to contain zeroes.
  /external/chromium_org/third_party/icu/source/common/
ustrfmt.c 14 * uint32_t number padded with zeroes to minwidth. The result
  /external/dropbear/libtommath/
bn_mp_2expt.c 20 * Simple algorithm which zeroes the int, grows it then just sets one bit
  /external/icu4c/common/
ustrfmt.c 14 * uint32_t number padded with zeroes to minwidth. The result
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_pss.c 67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
160 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
270 /* Initial PS XORs with all zeroes which is a NOP so just update
  /external/openssl/crypto/rsa/
rsa_pss.c 67 static const unsigned char zeroes[] = {0,0,0,0,0,0,0,0}; variable
160 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
255 || !EVP_DigestUpdate(&ctx, zeroes, sizeof zeroes)
270 /* Initial PS XORs with all zeroes which is a NOP so just update
  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress.cc 390 unsigned int zeroes = 32; local
392 if (word_to_count) zeroes--;
393 if (word_to_count & 0x0000FFFF) zeroes -= 16;
394 if (word_to_count & 0x00FF00FF) zeroes -= 8;
395 if (word_to_count & 0x0F0F0F0F) zeroes -= 4;
396 if (word_to_count & 0x33333333) zeroes -= 2;
397 if (word_to_count & 0x55555555) zeroes -= 1;
399 return bits + (32 - zeroes);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 66 scanstring('{"Numbers cannot have leading zeroes": 013}', 2, None, True),
67 (u'Numbers cannot have leading zeroes', 37))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_scanstring.py 66 scanstring('{"Numbers cannot have leading zeroes": 013}', 2, None, True),
67 (u'Numbers cannot have leading zeroes', 37))
  /external/chromium_org/build/mac/
verify_no_objc.sh 22 # of that 4kB is just filled with zeroes.
  /external/chromium_org/ppapi/c/dev/
ppb_buffer_dev.h 34 * handle was invalid. The buffer will be initialized to contain zeroes.
  /external/llvm/test/Transforms/ScalarRepl/
2008-09-22-vector-gep.ll 1 ; This test checks to see if scalarrepl also works when a gep with all zeroes is
  /external/blktrace/
strverscmp.c 49 If the common prefix contains only leading zeroes, the longest part is less
63 @result{} <0 // @r{idem, but with leading zeroes only.}
73 fractional parts, S_Z: idem but with leading Zeroes only */

Completed in 932 milliseconds

1 2 3 4 5 6 7 8 91011>>