HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_3 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
random.c 146 #define TYPE_3 3
175 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
178 { TYPE_3,
216 static int rand_type = TYPE_3;
293 rand_type = TYPE_3;
344 case TYPE_3:
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 158 #define TYPE_3 3 /* x**31 + x**3 + 1 */
188 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
193 TYPE_3,
249 static int rand_type = TYPE_3;
370 rand_type = TYPE_3;
431 case TYPE_3:
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 100 public static final int TYPE_3 = 3;
206 case TYPE_3:

Completed in 320 milliseconds