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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/
python-helper.cc 21 : m_val (val)
28 return m_val;
31 int m_val; member in struct:CC
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/
python-helper.cc 21 : m_val (val)
28 return m_val;
31 int m_val; member in struct:CC
  /src/external/gpl3/gdb.old/dist/gdb/
gmp-utils.h 42 gdb_mpz () { mpz_init (m_val); }
46 mpz_init (m_val);
47 mpz_set (m_val, from_val);
52 mpz_init (m_val);
53 mpz_set (m_val, from.m_val);
63 mpz_init (m_val);
69 mpz_init (m_val);
70 mpz_swap (m_val, from.m_val);
397 mpz_t m_val; member in struct:gdb_mpz
568 mpq_t m_val; member in struct:gdb_mpq
610 mpf_t m_val; member in struct:gdb_mpf
    [all...]
gmp-utils.c 48 mpz_import (m_val, 1 /* count */, -1 /* order */, buf.size () /* size */,
59 mpz_ui_pow_ui (max.m_val, 2, buf.size () * HOST_CHAR_BIT - 1);
60 if (mpz_cmp (m_val, max.m_val) >= 0)
61 mpz_submul_ui (m_val, max.m_val, 2);
71 int sign = mpz_sgn (m_val);
97 mpz_ui_pow_ui (hi.m_val, 2, max_usable_bits);
98 mpz_sub_ui (hi.m_val, hi.m_val, 1)
    [all...]
f-valprint.c 126 m_val (val),
199 && dimension_contents_eq (m_val, elt_type,
272 struct value *e_val = value_from_component (m_val, elt_type, elt_off);
273 struct value *e_prev = value_from_component (m_val, elt_type,
305 = value_from_component (m_val, elt_type, elt_off_prev);
325 = value_from_component (m_val, elt_type, elt_off);
394 struct value *m_val; variable in typeref:struct:value
412 /* The type and offset from M_VAL of the element handled in the previous
ada-exp.h 933 : m_val (std::move (val))
945 operation_up m_val; member in class:expr::ada_name_association
  /src/external/gpl3/gdb/dist/gdb/
gmp-utils.h 42 gdb_mpz () { mpz_init (m_val); }
46 mpz_init (m_val);
47 mpz_set (m_val, from_val);
52 mpz_init (m_val);
53 mpz_set (m_val, from.m_val);
63 mpz_init (m_val);
69 mpz_init (m_val);
70 mpz_swap (m_val, from.m_val);
397 mpz_t m_val; member in struct:gdb_mpz
568 mpq_t m_val; member in struct:gdb_mpq
610 mpf_t m_val; member in struct:gdb_mpf
    [all...]
gmp-utils.c 48 mpz_import (m_val, 1 /* count */, -1 /* order */, buf.size () /* size */,
59 mpz_ui_pow_ui (max.m_val, 2, buf.size () * HOST_CHAR_BIT - 1);
60 if (mpz_cmp (m_val, max.m_val) >= 0)
61 mpz_submul_ui (m_val, max.m_val, 2);
71 int sign = mpz_sgn (m_val);
97 mpz_ui_pow_ui (hi.m_val, 2, max_usable_bits);
98 mpz_sub_ui (hi.m_val, hi.m_val, 1)
    [all...]
f-valprint.c 126 m_val (val),
199 && dimension_contents_eq (m_val, elt_type,
272 struct value *e_val = value_from_component (m_val, elt_type, elt_off);
273 struct value *e_prev = value_from_component (m_val, elt_type,
305 = value_from_component (m_val, elt_type, elt_off_prev);
325 = value_from_component (m_val, elt_type, elt_off);
394 struct value *m_val; variable in typeref:struct:value
412 /* The type and offset from M_VAL of the element handled in the previous
  /src/external/gpl3/gcc/dist/gcc/
profile-count.cc 97 fprintf (f, "%" PRId64 " (%s, freq %.4f)", m_val,
101 fprintf (f, "%" PRId64 " (%s)", m_val,
122 if ((uint64_t)m_val - (uint64_t)other.m_val < 100
123 || (uint64_t)other.m_val - (uint64_t)m_val < 100)
125 if (!other.m_val)
128 safe_scale_64bit (m_val, 100, other.m_val, &ratio);
138 ret.m_val = streamer_read_gcov_count (ib)
    [all...]
profile-count.h 155 uint32_t m_val : 29;
160 profile_probability (): m_val (uninitialized_probability),
165 m_val (val), m_quality (quality)
172 ret.m_val = 0;
180 ret.m_val = 0;
189 r.m_val--;
197 r.m_val--;
218 return initialized_p () && m_val != 0;
224 ret.m_val = max_probability;
232 ret.m_val = max_probability
    [all...]
value-relation.h 346 unsigned m_val; member in class:relation_trio
362 m_val = 0;
373 m_val = i1 | i2 | i3;
395 return (relation_kind) (m_val & TRIO_MASK);
401 return (relation_kind) ((m_val >> TRIO_SHIFT) & TRIO_MASK);
407 return (relation_kind) ((m_val >> (TRIO_SHIFT * 2)) & TRIO_MASK);
value-range-storage.h 95 HOST_WIDE_INT m_val[1]; member in class:irange_storage
98 // This is the length of each wide_int in m_val.
value-range-storage.cc 235 return (unsigned short *)&m_val[(m_num_ranges * 2 + 2)
296 HOST_WIDE_INT *val = &m_val[0];
344 const HOST_WIDE_INT *val = &m_val[0];
435 const HOST_WIDE_INT *val = &m_val[0];
wide-int.h 1723 HOST_WIDE_INT *m_val;
1774 HOST_WIDE_INT m_val[1];
1793 : m_precision (precision), m_len (len), m_val (val)
1812 return m_val;
1818 return m_val;
1826 m_val[len - 1] = sext_hwi (m_val[len - 1],
1858 &m_val[index * m_max_len]);
1865 return wi::storage_ref (&m_val[index * m_max_len],
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 43 ATest() : m_val(0)
45 m_val.exchange(std::atomic<T>(8));
46 m_val--;
47 m_val++;
48 m_val ^= 0x0f;
49 m_val &= 0x0f;
50 m_val |= 2;
53 m_val.compare_exchange_weak(tval, other,
58 volatile std::atomic<T> m_val; member in class:ATest
  /src/external/gpl3/gcc.old/dist/gcc/
profile-count.h 155 uint32_t m_val : 29;
160 profile_probability (): m_val (uninitialized_probability),
165 m_val (val), m_quality (quality)
172 ret.m_val = 0;
180 ret.m_val = 0;
189 r.m_val--;
197 r.m_val--;
219 ret.m_val = max_probability;
227 ret.m_val = max_probability;
237 c.m_val = uninitialized_probability
    [all...]
profile-count.cc 95 sprintf (buffer, "%" PRId64 " (%s)", m_val,
126 if ((uint64_t)m_val - (uint64_t)other.m_val < 100
127 || (uint64_t)other.m_val - (uint64_t)m_val < 100)
129 if (!other.m_val)
131 int64_t ratio = (int64_t)m_val * 100 / other.m_val;
141 ret.m_val = streamer_read_gcov_count (ib);
151 streamer_write_gcov_count (ob, m_val);
    [all...]
wide-int.h 1350 HOST_WIDE_INT *m_val; member in class:trailing_wide_int_storage
1397 HOST_WIDE_INT m_val[1]; variable
1413 : m_precision (precision), m_len (len), m_val (val)
1432 return m_val;
1438 return m_val;
1446 m_val[len - 1] = sext_hwi (m_val[len - 1],
1476 &m_val[index * m_max_len]);
1483 return wi::storage_ref (&m_val[index * m_max_len],
  /src/external/gpl3/gdb.old/dist/gdbsupport/
packed.h 75 m_val = val;
103 return m_val;
111 T m_val : (Bytes * HOST_CHAR_BIT) ATTRIBUTE_PACKED; member in struct:packed
  /src/external/gpl3/gdb/dist/gdbsupport/
packed.h 75 m_val = val;
103 return m_val;
111 T m_val : (Bytes * HOST_CHAR_BIT) ATTRIBUTE_PACKED; member in struct:packed
  /src/external/gpl3/gcc/dist/gcc/analyzer/
supergraph.h 361 callsite_expr () : m_val (-1) {}
375 return m_val > 0;
380 return m_val == 0;
384 callsite_expr (int val) : m_val (val) {}
386 int m_val; /* 1-based parm, 0 for return value, or -1 for "unknown". */ member in class:ana::callsite_expr
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
supergraph.h 351 callsite_expr () : m_val (-1) {}
365 return m_val > 0;
370 return m_val == 0;
374 callsite_expr (int val) : m_val (val) {}
376 int m_val; /* 1-based parm, 0 for return value, or -1 for "unknown". */ member in class:ana::callsite_expr
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-xmethods.py 197 m_val = int(method_name[9:-1])
198 return G_size_mul_worker(t_type, m_val)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-xmethods.py 197 m_val = int(method_name[9:-1])
198 return G_size_mul_worker(t_type, m_val)

Completed in 35 milliseconds

1 2