| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | nds32-dis.c | 103 int int_value, new_value; in nds32_parse_audio_ext() local 108 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos, in nds32_parse_audio_ext() 111 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift; in nds32_parse_audio_ext() 113 if (int_value < 10) in nds32_parse_audio_ext() 114 func (stream, "#%d", int_value); in nds32_parse_audio_ext() 116 func (stream, "#0x%x", int_value); in nds32_parse_audio_ext() 119 int_value = in nds32_parse_audio_ext() 121 new_value = int_value; in nds32_parse_audio_ext() 127 new_value = int_value & 0x03; in nds32_parse_audio_ext() 128 new_value |= ((int_value & 0x10) >> 2); in nds32_parse_audio_ext() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | nds32-dis.c | 103 int int_value, new_value; in nds32_parse_audio_ext() local 108 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos, in nds32_parse_audio_ext() 111 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift; in nds32_parse_audio_ext() 113 if (int_value < 10) in nds32_parse_audio_ext() 114 func (stream, "#%d", int_value); in nds32_parse_audio_ext() 116 func (stream, "#0x%x", int_value); in nds32_parse_audio_ext() 119 int_value = in nds32_parse_audio_ext() 121 new_value = int_value; in nds32_parse_audio_ext() 127 new_value = int_value & 0x03; in nds32_parse_audio_ext() 128 new_value |= ((int_value & 0x10) >> 2); in nds32_parse_audio_ext() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | mtsm.h | 31 struct int_value { struct 34 int_value(); argument 35 ~int_value(); 36 void diff(FILE *, const char *, int_value); 37 int differs(int_value); 43 struct bool_value : public int_value { 49 struct units_value : public int_value { 95 int_value int_values[LAST_INT];
|
| H A D | mtsm.cpp | 35 int_value::int_value() in int_value() function in int_value 40 int_value::~int_value() in ~int_value() 44 void int_value::diff(FILE *fp, const char *s, int_value compare) in diff() 59 void int_value::set(int v) in set() 65 void int_value::unset() in unset() 70 void int_value::set_if_unknown(int v) in set_if_unknown() 76 int int_value::differs(int_value compare) in differs()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | arm.cc | 2153 int arch = attr->int_value(); in using_thumb2() 2164 if (attr->int_value() == elfcpp::TAG_CPU_ARCH_V6_M in using_thumb_only() 2165 || attr->int_value() == elfcpp::TAG_CPU_ARCH_V6S_M) in using_thumb_only() 2167 if (attr->int_value() != elfcpp::TAG_CPU_ARCH_V7 in using_thumb_only() 2168 && attr->int_value() != elfcpp::TAG_CPU_ARCH_V7E_M) in using_thumb_only() 2171 return attr->int_value() == 'M'; in using_thumb_only() 2180 int arch = attr->int_value(); in may_use_arm_nop() 2193 int arch = attr->int_value(); in may_use_thumb2_nop() 2205 int arch = attr->int_value(); in may_use_v4t_interworking() 2216 int arch = attr->int_value(); in may_use_v5t_interworking() [all …]
|
| H A D | attributes.cc | 407 if (in_attr->int_value() > 0 in merge() 415 if (in_attr->int_value() != out_attr->int_value() in merge() 420 name, in_attr->int_value(), in merge() 422 out_attr->int_value(), in merge()
|
| H A D | attributes.h | 111 int_value() const in int_value() function
|
| H A D | powerpc.cc | 10232 int in_fp = in_attr[tag].int_value() & 0xf; in merge_object_attributes() 10233 int out_fp = out_attr[tag].int_value() & 0xf; in merge_object_attributes() 10333 int in_vec = in_attr[tag].int_value() & 3; in merge_object_attributes() 10334 int out_vec = out_attr[tag].int_value() & 3; in merge_object_attributes() 10382 int in_struct = in_attr[tag].int_value() & 3; in merge_object_attributes() 10383 int out_struct = out_attr[tag].int_value() & 3; in merge_object_attributes()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | arm.cc | 2153 int arch = attr->int_value(); in using_thumb2() 2164 if (attr->int_value() == elfcpp::TAG_CPU_ARCH_V6_M in using_thumb_only() 2165 || attr->int_value() == elfcpp::TAG_CPU_ARCH_V6S_M) in using_thumb_only() 2167 if (attr->int_value() != elfcpp::TAG_CPU_ARCH_V7 in using_thumb_only() 2168 && attr->int_value() != elfcpp::TAG_CPU_ARCH_V7E_M) in using_thumb_only() 2171 return attr->int_value() == 'M'; in using_thumb_only() 2180 int arch = attr->int_value(); in may_use_arm_nop() 2193 int arch = attr->int_value(); in may_use_thumb2_nop() 2205 int arch = attr->int_value(); in may_use_v4t_interworking() 2216 int arch = attr->int_value(); in may_use_v5t_interworking() [all …]
|
| H A D | attributes.cc | 407 if (in_attr->int_value() > 0 in merge() 415 if (in_attr->int_value() != out_attr->int_value() in merge() 420 name, in_attr->int_value(), in merge() 422 out_attr->int_value(), in merge()
|
| H A D | attributes.h | 111 int_value() const in int_value() function
|
| /netbsd-src/sys/arch/hppa/spmath/ |
| H A D | cnv_float.h | 78 #define Int_isinexact_to_sgl(int_value) ((int_value << (33 - SGL_EXP_LENGTH)) != 0) argument 80 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument 81 if (int_value & 1<<(SGL_EXP_LENGTH - 2)) /* round bit */ \ 82 if (((int_value << (34 - SGL_EXP_LENGTH)) != 0) || Slow(sgl_value)) \ 239 #define Int_negate(int_value) int_value = -int_value argument
|
| /netbsd-src/tests/lib/libc/locale/ |
| H A D | t_sprintf.c | 49 const int int_value; member 120 sprintf(buf, "%'d", t->int_value); in h_sprintf() 135 ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->int_value); in h_strto() 187 ATF_REQUIRE_EQ(int_reported, t->int_value); in h_sscanf()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/kdf/ |
| H A D | scrypt.c | 170 uint64_t int_value; in pkey_scrypt_ctrl_uint64() local 172 if (!atou64(value, &int_value)) { in pkey_scrypt_ctrl_uint64() 176 return pkey_scrypt_ctrl(ctx, type, 0, &int_value); in pkey_scrypt_ctrl_uint64()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | optabs.h | 67 poly_int64 int_value; variable 77 bool unsigned_p, poly_int64 int_value = 0) 85 op->int_value = int_value;
|
| H A D | hsa-common.h | 178 hsa_op_immed (HOST_WIDE_INT int_value, BrigType16_t type);
|
| H A D | simplify-rtx.c | 1835 int int_value; in simplify_const_unary_operation() local 1867 int_value = wi::clz (op0); in simplify_const_unary_operation() 1868 else if (! CLZ_DEFINED_VALUE_AT_ZERO (imode, int_value)) in simplify_const_unary_operation() 1870 result = wi::shwi (int_value, result_mode); in simplify_const_unary_operation() 1879 int_value = wi::ctz (op0); in simplify_const_unary_operation() 1880 else if (! CTZ_DEFINED_VALUE_AT_ZERO (imode, int_value)) in simplify_const_unary_operation() 1882 result = wi::shwi (int_value, result_mode); in simplify_const_unary_operation()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | optabs.h | 67 poly_int64 int_value; variable 77 bool unsigned_p, poly_int64 int_value = 0) 85 op->int_value = int_value;
|
| H A D | simplify-rtx.cc | 1986 int int_value; in simplify_const_unary_operation() local 2018 int_value = wi::clz (op0); in simplify_const_unary_operation() 2019 else if (! CLZ_DEFINED_VALUE_AT_ZERO (imode, int_value)) in simplify_const_unary_operation() 2021 result = wi::shwi (int_value, result_mode); in simplify_const_unary_operation() 2030 int_value = wi::ctz (op0); in simplify_const_unary_operation() 2031 else if (! CTZ_DEFINED_VALUE_AT_ZERO (imode, int_value)) in simplify_const_unary_operation() 2033 result = wi::shwi (int_value, result_mode); in simplify_const_unary_operation()
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | init_c99.c | 442 int int_value; member 449 .int_value = 3, 453 .int_value = 3,
|
| H A D | msg_049.c | 18 int int_value; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | fractional-cost.h | 30 constexpr fractional_cost (uint32_t int_value = 0) 31 : m_value (uint64_t (int_value) * SCALE) {} in m_value()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | data.c | 392 return e->value.int_value; in intValue() 456 elem->value.int_value = i; in createInt() 548 e->value.int_value = i; in resetInt() 625 e->value.int_value = o->value.int_value; in resetBy() 940 fprintf(fp, "%lld", (long long)e->value.int_value); in print()
|
| H A D | data.h | 208 int64_t int_value; /* integer */ member
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | elftosb_parser.y | 149 %type <m_ast> const_def const_expr expr int_const_expr unary_expr int_value constants_block 816 expr : int_value 955 int_value : TOK_INT_LITERAL
|