HomeSort by: relevance | last modified time | path
    Searched defs:int_value (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_049.c 18 int int_value; member in union:__anon8055::__anon8056
init_c99.c 442 int int_value; member in union:value
449 .int_value = 3,
453 .int_value = 3,
  /src/tests/lib/libc/locale/
t_sprintf.c 49 const int int_value; member in struct:test
120 sprintf(buf, "%'d", t->int_value);
135 ATF_REQUIRE_EQ((int)strtol(t->int_input, NULL, 10), t->int_value);
187 ATF_REQUIRE_EQ(int_reported, t->int_value);
  /src/crypto/external/bsd/openssl.old/dist/crypto/kdf/
scrypt.c 170 uint64_t int_value; local
172 if (!atou64(value, &int_value)) {
176 return pkey_scrypt_ctrl(ctx, type, 0, &int_value);
  /src/external/gpl2/groff/dist/src/roff/troff/
mtsm.cpp 35 int_value::int_value() function in class:int_value
40 int_value::~int_value()
44 void int_value::diff(FILE *fp, const char *s, int_value compare)
59 void int_value::set(int v)
65 void int_value::unset()
70 void int_value::set_if_unknown(int v)
76 int int_value::differs(int_value compare
    [all...]
mtsm.h 31 struct int_value { struct
34 int_value();
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];
  /src/external/bsd/elftosb/dist/elftosb2/
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 label
  /src/external/gpl3/gcc/dist/gcc/
optabs.h 68 poly_int64 int_value; member in class:expand_operand
78 bool unsigned_p, poly_int64 int_value = 0)
86 op->int_value = int_value;
simplify-rtx.cc 2071 int int_value;
2103 int_value = wi::clz (op0);
2104 else if (! CLZ_DEFINED_VALUE_AT_ZERO (imode, int_value))
2106 result = wi::shwi (int_value, result_mode);
2115 int_value = wi::ctz (op0);
2116 else if (! CTZ_DEFINED_VALUE_AT_ZERO (imode, int_value))
2118 result = wi::shwi (int_value, result_mode);
2063 int int_value; local
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.h 67 poly_int64 int_value; member in class:expand_operand
77 bool unsigned_p, poly_int64 int_value = 0)
85 op->int_value = int_value;
simplify-rtx.cc 1994 int int_value;
2026 int_value = wi::clz (op0);
2027 else if (! CLZ_DEFINED_VALUE_AT_ZERO (imode, int_value))
2029 result = wi::shwi (int_value, result_mode);
2038 int_value = wi::ctz (op0);
2039 else if (! CTZ_DEFINED_VALUE_AT_ZERO (imode, int_value))
2041 result = wi::shwi (int_value, result_mode);
1986 int int_value; local
  /src/external/mpl/dhcp/dist/keama/
data.h 208 int64_t int_value; /* integer */ member in union:value
  /src/external/gpl3/binutils/dist/opcodes/
nds32-dis.c 103 int int_value, new_value; local
108 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos,
111 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
113 if (int_value < 10)
114 func (stream, "#%d", int_value);
116 func (stream, "#0x%x", int_value);
119 int_value =
121 new_value = int_value;
127 new_value = int_value & 0x03;
128 new_value |= ((int_value & 0x10) >> 2)
217 int int_value, ifthe1st = 1; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-dis.c 103 int int_value, new_value; local
108 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos,
111 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
113 if (int_value < 10)
114 func (stream, "#%d", int_value);
116 func (stream, "#0x%x", int_value);
119 int_value =
121 new_value = int_value;
127 new_value = int_value & 0x03;
128 new_value |= ((int_value & 0x10) >> 2)
217 int int_value, ifthe1st = 1; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
nds32-dis.c 103 int int_value, new_value; local
108 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos,
111 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
113 if (int_value < 10)
114 func (stream, "#%d", int_value);
116 func (stream, "#0x%x", int_value);
119 int_value =
121 new_value = int_value;
127 new_value = int_value & 0x03;
128 new_value |= ((int_value & 0x10) >> 2)
217 int int_value, ifthe1st = 1; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
nds32-dis.c 103 int int_value, new_value; local
108 int_value = (unsigned) N32_IMMS (insn >> pfd->bitpos,
111 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
113 if (int_value < 10)
114 func (stream, "#%d", int_value);
116 func (stream, "#0x%x", int_value);
119 int_value =
121 new_value = int_value;
127 new_value = int_value & 0x03;
128 new_value |= ((int_value & 0x10) >> 2)
217 int int_value, ifthe1st = 1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 697 tree int_value = build_int_cst (integer_type_node, value); local
698 *p_tree_list = build_tree_list (NULL, int_value);

Completed in 42 milliseconds