HomeSort by: relevance | last modified time | path
    Searched refs:intval1 (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
slh-dsa.c 321 int intval1, intval2; local
354 intval1 = selector & 0x4;
356 &intval1);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 4249 uint64_t intval1, intval2; local
4251 VERIFY(nvpair_value_uint64(p1, &intval1) == 0);
4253 return (intval1 == intval2);
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 9934 HOST_WIDE_INT intval0, intval1;
9938 intval1 = INTVAL (XVECEXP (operands[1], 0, 1));
9942 intval1 = INTVAL (XVECEXP (operands[1], 0, 3)) << 16;
9943 intval1 |= INTVAL (XVECEXP (operands[1], 0, 2)) & 0xFFFF;
9950 xop[1] = GEN_INT (trunc_int_for_mode (intval1, SImode));
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 10160 HOST_WIDE_INT intval0, intval1;
10164 intval1 = INTVAL (XVECEXP (operands[1], 0, 1));
10168 intval1 = INTVAL (XVECEXP (operands[1], 0, 3)) << 16;
10169 intval1 |= INTVAL (XVECEXP (operands[1], 0, 2)) & 0xFFFF;
10176 xop[1] = GEN_INT (trunc_int_for_mode (intval1, SImode));
10159 HOST_WIDE_INT intval0, intval1; local

Completed in 43 milliseconds