Searched refs:prev_val (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | gengtype.c | 1685 d->prev_val[2]); in walk_type() 1794 d->prev_val[2] = oldval; in walk_type() 2068 d.prev_val[0] = "*x"; in write_func_for_structure() 2070 d.prev_val[3] = "x"; in write_func_for_structure() 2124 d.prev_val[2] = "*x"; in write_func_for_structure() 2144 d.prev_val[2] = "*x"; in write_func_for_structure() 2285 d->prev_val[3]); in write_types_local_process_field() 2324 d.prev_val[0] = d.prev_val[2] = "*x"; in write_local_func_for_structure() 2326 d.prev_val[3] = "x"; in write_local_func_for_structure() 2759 d.prev_val[0] = d.prev_val[1] = d.prev_val[2] = d.val = v->name; in write_array() [all …]
|
H A D | tree-ssa-propagate.c | 821 prop_value_t *prev_val = NULL; in get_value_loaded_by() local 827 if (prev_val && prev_val->value != val->value) in get_value_loaded_by() 829 prev_val = val; in get_value_loaded_by()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxList.cpp | 333 uint64_t prev_val = m_tail->GetValueAsUnsigned(0); in CalculateNumChildren() local 334 if (next_val == 0 || prev_val == 0) in CalculateNumChildren() 338 if (next_val == prev_val) in CalculateNumChildren()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_dsb.c | 182 u32 prev_val = buf[dsb->ins_start_offset + 0]; in intel_dsb_reg_write() local 188 buf[dsb->ins_start_offset + 2] = prev_val; in intel_dsb_reg_write()
|
/openbsd/gnu/llvm/lldb/examples/synthetic/ |
H A D | gnu_libstdcpp.py | 209 prev_val = self.prev.GetValueAsUnsigned(0) 210 if prev_val == 0: 214 if next_val == prev_val:
|
H A D | libcxx.py | 278 prev_val = self.tail.GetValueAsUnsigned(0) 281 if next_val == 0 or prev_val == 0: 285 if next_val == prev_val:
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | identcpu.c | 378 uint32_t prev_val, const char *bits) in pcpuid() argument 382 else if (val != prev_val) { in pcpuid() 384 pbitdiff(val, prev_val, bits); in pcpuid()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gengtype.c | 1393 output_escaped_param (of, param, val, prev_val, oname, line) in output_escaped_param() argument 1397 const char *prev_val; 1415 oprintf (of, "(%s)", prev_val); 1480 write_gc_structure_fields (of, s, val, prev_val, opts, indent, line, bitmap, in write_gc_structure_fields() argument 1485 const char *prev_val; 1518 output_escaped_param (of, tagexpr, val, prev_val, "desc", line); 1706 output_escaped_param (of, length, val, prev_val, "length", line); 1781 output_escaped_param (of, length, val, prev_val,
|