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

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Integers.java 3 public class Integers
  /external/clang/test/Frontend/
Wno-everything.c 6 return x < y; // expected-warning {{comparison of integers}}
Weverything.c 8 return x < y; // expected-warning {{comparison of integers}}
diagnostics-option-names.c 6 // CHECK: comparison of integers of different signs{{.*}} [-Werror,-Wsign-compare]
warning-mapping-5.c 8 return x < y; // expected-warning {{comparison of integers}}
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetTest.java 21 import static com.google.common.collect.DiscreteDomains.integers;
41 return integers().next(value);
45 return integers().previous(value);
49 return integers().distance(start, end);
53 return integers().minValue();
57 return integers().maxValue();
64 Ranges.closed(1, 3).asSet(integers()), method
65 Ranges.closedOpen(1, 4).asSet(integers()), method
66 Ranges.openClosed(0, 3).asSet(integers()), method
67 Ranges.open(0, 4).asSet(integers()), method
270 Ranges.open(3, 64).asSet(integers()))); method
276 assertEquals(ImmutableSet.of(1, 2, 3), set.intersection(Ranges.open(-1, 4).asSet(integers()))); method
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 10 import org.bouncycastle.util.Integers;
37 // blockLengths.put("GOST3411", Integers.valueOf(32));
39 // blockLengths.put("MD2", Integers.valueOf(16));
40 // blockLengths.put("MD4", Integers.valueOf(64));
42 blockLengths.put("MD5", Integers.valueOf(64));
45 // blockLengths.put("RIPEMD128", Integers.valueOf(64));
46 // blockLengths.put("RIPEMD160", Integers.valueOf(64));
49 blockLengths.put("SHA-1", Integers.valueOf(64));
51 // blockLengths.put("SHA-224", Integers.valueOf(64));
53 blockLengths.put("SHA-256", Integers.valueOf(64))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
APSIntType.cpp 21 // Signed integers can be converted to signed integers of the same width
22 // or (if positive) unsigned integers with one fewer bit.
23 // Unsigned integers can be converted to unsigned integers of the same width
24 // or signed integers with one more bit.
  /external/clang/test/Sema/
compare.c 16 (a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
20 ((long) a == b) + // expected-warning {{comparison of integers of different signs}}
21 ((int) a == b) + // expected-warning {{comparison of integers of different signs}}
22 ((short) a == b) + // expected-warning {{comparison of integers of different signs}}
23 ((signed char) a == b) + // expected-warning {{comparison of integers of different signs}}
24 ((long) a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
25 ((int) a == (unsigned int) b) + // expected-warning {{comparison of integers of different signs}}
28 (a < (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
32 ((long) a < b) + // expected-warning {{comparison of integers of different signs}}
33 ((int) a < b) + // expected-warning {{comparison of integers of different signs}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 20 * MAC address is mapped onto an array of two 32-bit integers.
21 * This pair of integers is compared with MAC addresses in the
22 * hash table, which are stored also in form of pairs of integers
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 20 * MAC address is mapped onto an array of two 32-bit integers.
21 * This pair of integers is compared with MAC addresses in the
22 * hash table, which are stored also in form of pairs of integers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_among.h 20 * MAC address is mapped onto an array of two 32-bit integers.
21 * This pair of integers is compared with MAC addresses in the
22 * hash table, which are stored also in form of pairs of integers
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
ObjectIdentifier.java 42 //OID as array of integers
61 * Creates ObjectIdentifier(OID) from array of integers.
63 * @param oid - array of integers
76 * Creates ObjectIdentifier(OID) from array of integers.
78 * @param oid - array of integers
128 * representation as array of integers, otherwise false
184 * @param oid - oid as array of integers
206 * Returns hash code for array of integers
208 * @param oid - array of integers
  /external/clang/test/SemaCXX/
compare.cpp 12 (a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
16 ((long) a == b) + // expected-warning {{comparison of integers of different signs}}
17 ((int) a == b) + // expected-warning {{comparison of integers of different signs}}
18 ((short) a == b) + // expected-warning {{comparison of integers of different signs}}
19 ((signed char) a == b) + // expected-warning {{comparison of integers of different signs}}
20 ((long) a == (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
21 ((int) a == (unsigned int) b) + // expected-warning {{comparison of integers of different signs}}
24 (a < (unsigned long) b) + // expected-warning {{comparison of integers of different signs}}
28 ((long) a < b) + // expected-warning {{comparison of integers of different signs}}
29 ((int) a < b) + // expected-warning {{comparison of integers of different signs}
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ArrayTest.java 69 checkStringArray(R.array.integers, new String[] {null, null, null});
70 checkTextArray(R.array.integers, new String[] {null, null, null});
76 checkIntArray(R.array.integers, new int[] {0, 1, 101});
  /external/llvm/docs/CommandGuide/
llvm-bcanalyzer.rst 205 **# of VBR 32-bit Integers**
207 The total number of 32-bit integers encoded using the Variable Bit Rate
210 **# of VBR 64-bit Integers**
212 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
217 The total number of bytes consumed by the 32-bit and 64-bit integers that use
223 integers had they not been compressed with the Variable Bit Rage encoding
277 **Number of VBR 32-bit Integers**
279 The total number of 32-bit integers found in this function (for any use).
281 **Number of VBR 64-bit Integers**
283 The total number of 64-bit integers found in this function (for any use)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DSA.java 24 * @return two big integers representing the r and s values respectively.
  /external/dropbear/libtommath/
bn_mp_exch.c 18 /* swap the elements of two integers, for cases where you can't simply swap the
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 1 //===-- llvm/ADT/IntEqClasses.h - Equiv. Classes of Integers ----*- C++ -*-===//
10 // Equivalence classes for small integers. This is a mapping of the integers
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
  /external/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 26 /// Generate code to calculate the remainder of two integers, replacing Rem
36 /// Generate code to divide two integers, replacing Div with the generated
46 /// Generate code to calculate the remainder of two integers, replacing Rem
53 /// Generate code to divide two integers, replacing Div with the generated
  /external/llvm/test/Transforms/GlobalOpt/
integer-bool.ll 2 ;; check that global opt turns integers that only hold 0 or 1 into bools.
  /external/llvm/test/Transforms/InstCombine/
apint-and-xor-merge.ll 2 ; precision integers.
select-2.ll 4 ; select of two integers unless it's selecting 0 / 1.
  /external/srtp/googlepatches/
google-7-srtp-security-fix.patch 1 diff --git a/google3/third_party/libsrtp/crypto/include/integers.h b/google3/third_party/libsrtp/crypto/include/integers.h
3 --- a/google3/third_party/libsrtp/crypto/include/integers.h
4 +++ b/google3/third_party/libsrtp/crypto/include/integers.h
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyPairGeneratorSpi.java 33 import org.bouncycastle.util.Integers;
61 ecParameters.put(Integers.valueOf(192), new ECGenParameterSpec("prime192v1")); // a.k.a P-192
62 ecParameters.put(Integers.valueOf(239), new ECGenParameterSpec("prime239v1"));
63 ecParameters.put(Integers.valueOf(256), new ECGenParameterSpec("prime256v1")); // a.k.a P-256
65 ecParameters.put(Integers.valueOf(224), new ECGenParameterSpec("P-224"));
66 ecParameters.put(Integers.valueOf(384), new ECGenParameterSpec("P-384"));
67 ecParameters.put(Integers.valueOf(521), new ECGenParameterSpec("P-521"));
98 ECGenParameterSpec ecParams = (ECGenParameterSpec)ecParameters.get(Integers.valueOf(strength));

Completed in 1682 milliseconds

1 2 3 4 5 6 7 8 91011>>