Home
last modified time | relevance | path

Searched refs:start_p (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/op/
H A Dinc.t209 my ($start_p, $start_n);
213 $start_p = $uv_max - 1;
220 $start_p = int($power_of_2 - 2);
221 $start_n = -$start_p;
223 die "Something wrong with our rounding assumptions: $check vs $start_p"
224 unless $start_p == $check;
227 foreach ([$start_p, '++$i', 'pre-inc', 'inc'],
228 [$start_p, '$i++', 'post-inc', 'inc'],
261 [$start_p + 4, '$i--', 'positive large value', 'dec']) {
/openbsd/gnu/llvm/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py436 start = self.start_p.GetValueAsUnsigned(0)
446 element_type = self.start_p.GetType().GetPointeeType()
451 element = self.start_p.CreateChildAtOffset(
466 self.start_p = self.m_start.GetChildMemberWithName('_M_p')
469 if self.offset.IsValid() and self.start_p.IsValid() and self.finish_p.IsValid():
/openbsd/gnu/gcc/gcc/
H A Dmodulo-sched.c1360 sbitmap sched_nodes, int ii, int *start_p, int *step_p, int *end_p) in get_sched_window() argument
1469 *start_p = start; in get_sched_window()