Searched refs:is_signed (Results 1 – 5 of 5) sorted by relevance
262 static void determine_crypto_options(int *is_encrypted, int *is_signed, in determine_crypto_options() argument268 *is_signed = 1; in determine_crypto_options()274 *is_signed = 0; in determine_crypto_options()301 int is_signed; /* Segment is signed */ in warmboot_prepare_code() local305 determine_crypto_options(&is_encrypted, &is_signed, &use_zero_key); in warmboot_prepare_code()362 if (is_signed) in warmboot_prepare_code()
9 *type = is_signed ? ARGTYPE_LONG : ARGTYPE_ULONG;37 *type = is_signed ? ARGTYPE_LONG : ARGTYPE_ULONG;
503 bool is_signed = a->op; in trans_VCVT() local545 if (is_signed) { in trans_VCVT()558 if (is_signed) { in trans_VCVT()564 if (is_signed) { in trans_VCVT()
1328 std::numeric_limits<Rep>::is_signed4055 std::numeric_limits<Rep>::is_signed,4068 !std::numeric_limits<Rep>::is_signed,
1483 + if (!std::is_signed<T>::value && negative) {