HomeSort by: relevance | last modified time | path
    Searched refs:uns (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_usernotice.c 67 OSSL_USER_NOTICE_SYNTAX *uns,
76 for (i = 0; i < sk_USERNOTICE_num(uns); i++) {
77 unotice = sk_USERNOTICE_value(uns, i);
  /src/external/gpl3/gcc/dist/gcc/
optabs-query.h 93 resultin MASK_MODE, unsigned if UNS is true. */
96 get_vec_cmp_icode (machine_mode vmode, machine_mode mask_mode, bool uns)
98 optab tab = uns ? vec_cmpu_optab : vec_cmp_optab;
112 mode CMODE, unsigned if UNS is true, resulting in a value of mode VMODE. */
115 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns)
118 if (uns)
double-int.cc 343 UNS nonzero says do unsigned division. */
346 div_and_round_double (unsigned code, int uns,
373 if (!uns)
576 if (!uns && *hrem < 0)
578 if (!uns && hden < 0)
691 double_int::max_value (unsigned int prec, bool uns)
693 return double_int::mask (prec - (uns ? 0 : 1));
700 double_int::min_value (unsigned int prec, bool uns)
702 if (uns)
707 /* Clears the bits of CST over the precision PREC. If UNS is false, the bit
    [all...]
double-int.h 32 versions of the function -- double_int_op, that takes an extra UNS argument
71 static double_int max_value (unsigned int prec, bool uns);
72 static double_int min_value (unsigned int prec, bool uns);
96 bool fits_hwi (bool uns) const;
160 double_int ext (unsigned prec, bool uns) const;
171 int cmp (double_int b, bool uns) const;
182 double_int max (double_int b, bool uns);
186 double_int min (double_int b, bool uns);
tree-pretty-print.h 58 extern void pp_double_int (pretty_printer *pp, double_int d, bool uns);
internal-fn.cc 968 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
969 lres = convert_modes (tgtmode, mode, res, uns);
971 do_compare_rtx_and_jump (res, convert_modes (mode, tgtmode, lres, uns),
982 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
984 if (uns)
1017 int uns = TYPE_UNSIGNED (TREE_TYPE (lhs)); local
1022 if (uns)
1594 /* Return true if UNS WIDEN_MULT_EXPR with result mode WMODE and operand
1599 rtx op0, rtx op1, bool uns)
1611 op0 = convert_modes (wmode, mode, op0, uns);
1649 bool uns = unsr_p; local
    [all...]
tree-ssa-loop-manip.cc 1410 bool uns; local
1419 uns = POINTER_TYPE_P (type) | TYPE_UNSIGNED (type);
1422 unsigned_p = uns;
1424 unsigned_p |= uns;
tree-affine.cc 1014 int uns, rev, vol; local
1017 &uns, &rev, &vol);
tree-scalar-evolution.cc 1814 tree uns = unsigned_type_for (type);
1817 chrec1 = chrec_convert (uns, chrec1, at_stmt);
1821 tree one = build_int_cst (uns, 1);
1822 chrec2 = fold_build2 (LSHIFT_EXPR, uns, one, chrec2);
1823 res = chrec_fold_multiply (uns, chrec1, chrec2);
1810 tree uns = unsigned_type_for (type); local
  /src/external/gpl3/gcc.old/dist/gcc/
optabs-query.h 93 resultin MASK_MODE, unsigned if UNS is true. */
96 get_vec_cmp_icode (machine_mode vmode, machine_mode mask_mode, bool uns)
98 optab tab = uns ? vec_cmpu_optab : vec_cmp_optab;
112 mode CMODE, unsigned if UNS is true, resulting in a value of mode VMODE. */
115 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns)
118 if (uns)
double-int.cc 343 UNS nonzero says do unsigned division. */
346 div_and_round_double (unsigned code, int uns,
373 if (!uns)
576 if (!uns && *hrem < 0)
578 if (!uns && hden < 0)
691 double_int::max_value (unsigned int prec, bool uns)
693 return double_int::mask (prec - (uns ? 0 : 1));
700 double_int::min_value (unsigned int prec, bool uns)
702 if (uns)
707 /* Clears the bits of CST over the precision PREC. If UNS is false, the bit
    [all...]
double-int.h 32 versions of the function -- double_int_op, that takes an extra UNS argument
71 static double_int max_value (unsigned int prec, bool uns);
72 static double_int min_value (unsigned int prec, bool uns);
96 bool fits_hwi (bool uns) const;
160 double_int ext (unsigned prec, bool uns) const;
171 int cmp (double_int b, bool uns) const;
182 double_int max (double_int b, bool uns);
186 double_int min (double_int b, bool uns);
tree-pretty-print.h 57 extern void pp_double_int (pretty_printer *pp, double_int d, bool uns);
internal-fn.cc 760 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
761 lres = convert_modes (tgtmode, mode, res, uns);
763 do_compare_rtx_and_jump (res, convert_modes (mode, tgtmode, lres, uns),
774 int uns = TYPE_UNSIGNED (TREE_TYPE (TREE_TYPE (lhs))); local
776 if (uns)
1356 /* Return true if UNS WIDEN_MULT_EXPR with result mode WMODE and operand
1361 rtx op0, rtx op1, bool uns)
1373 op0 = convert_modes (wmode, mode, op0, uns);
1377 op1 = convert_modes (wmode, mode, op1, uns);
1380 rtx ret = expand_mult (wmode, op0, op1, NULL_RTX, uns, true)
1411 bool uns = unsr_p; local
    [all...]
tree-ssa-loop-manip.cc 1620 bool uns; local
1629 uns = POINTER_TYPE_P (type) | TYPE_UNSIGNED (type);
1632 unsigned_p = uns;
1634 unsigned_p |= uns;
tree-affine.cc 1012 int uns, rev, vol; local
1015 &uns, &rev, &vol);
tree-scalar-evolution.cc 1813 tree uns = unsigned_type_for (type);
1816 chrec1 = chrec_convert (uns, chrec1, at_stmt);
1820 tree one = build_int_cst (uns, 1);
1821 chrec2 = fold_build2 (LSHIFT_EXPR, uns, one, chrec2);
1822 res = chrec_fold_multiply (uns, chrec1, chrec2);
1809 tree uns = unsigned_type_for (type); local
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
enum-flags-selftests.c 256 typedef unsigned int uns; typedef
258 CHECK_VALID (true, uns, true ? EF () : UEF ())
259 CHECK_VALID (true, uns, true ? UEF () : EF ())
260 CHECK_VALID (true, uns, true ? EF () : URE ())
261 CHECK_VALID (true, uns, true ? URE () : EF ())
  /src/external/gpl3/gcc/dist/libgcc/config/microblaze/
udivsi3.S 62 # Check if (uns)r6 is greater than (uns)r5. In that case, just return 0
umodsi3.S 62 # Check if (uns)r6 is greater than (uns)r5. In that case, just return r5
  /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
udivsi3.S 62 # Check if (uns)r6 is greater than (uns)r5. In that case, just return 0
umodsi3.S 62 # Check if (uns)r6 is greater than (uns)r5. In that case, just return r5
  /src/external/gpl3/gdb/dist/gdbsupport/
enum-flags.h 495 using uns = typename std::make_unsigned<underlying_type>::type;
496 flags &= (enum_type) ~(uns) entry.flag;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
enum-flags.h 462 using uns = typename std::make_unsigned<underlying_type>::type;
463 flags &= (enum_type) ~(uns) entry.flag;
  /src/external/bsd/tcpdump/dist/
print-snmp.c 355 uint32_t uns; member in union:be::__anon8115
587 elem->data.uns = data;
806 ND_PRINT("%u", elem->data.uns);
987 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32
988 && elem->data.uns <= smiRange->maxValue.value.unsigned32);

Completed in 48 milliseconds

1 2