/openbsd/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
H A D | pass-stratcliff.c | 77 for (inner = MAX (outer, size - 64); inner < size; ++inner) in main() 84 outer, inner); in main() 97 for (inner = middle; inner < size; ++inner) in main() 133 for (inner = middle; inner < size; ++inner) in main() 182 for (inner = MAX (outer, size - 64); inner < size; ++inner) in main() 219 for (inner = MAX (outer, size - 64); inner < size; ++inner) in main() 257 for (inner = MAX (outer, size - 64); inner < size; ++inner) in main() 279 for (inner = 0; inner < size - outer; ++ inner) in main() 297 for (inner = 0; inner < size - outer; ++inner) in main() 308 for (inner = 0; inner < size - outer; ++inner) in main() [all …]
|
/openbsd/regress/usr.bin/mandoc/mdoc/Bl/ |
H A D | nested.out_markdown | 14 inner 22 inner 29 - inner list 35 - inner list 43 > inner tag 45 > > inner text 53 > inner tag 55 > > inner text 63 > inner tag 65 > > inner text [all …]
|
H A D | nested.out_ascii | 11 inner list 14 inner list 19 -- inner list 22 -- inner list 28 inner tag 29 inner text 35 inner tag 36 inner text 42 inner tag 43 inner text [all …]
|
/openbsd/sys/netinet/ |
H A D | ip_ecn.c | 87 ip_ecn_ingress(int mode, u_int8_t *outer, u_int8_t *inner) in ip_ecn_ingress() argument 89 if (!outer || !inner) in ip_ecn_ingress() 92 *outer = *inner; in ip_ecn_ingress() 100 if ((*inner & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ip_ecn_ingress() 120 ip_ecn_egress(int mode, u_int8_t *outer, u_int8_t *inner) in ip_ecn_egress() argument 122 if (!outer || !inner) in ip_ecn_egress() 135 if ((*inner & IPTOS_ECN_MASK) == IPTOS_ECN_NOTECT) { in ip_ecn_egress() 141 *inner |= IPTOS_ECN_CE; in ip_ecn_egress()
|
/openbsd/usr.bin/tmux/ |
H A D | hyperlinks.c | 52 u_int inner; member 90 return (left->inner - right->inner); in hyperlinks_by_uri_cmp() 107 return (left->inner - right->inner); in hyperlinks_by_inner_cmp() 159 return (hlu->inner); in hyperlinks_put() 165 hlu->inner = hl->next_inner++; in hyperlinks_put() 177 return (hlu->inner); in hyperlinks_put() 182 hyperlinks_get(struct hyperlinks *hl, u_int inner, const char **uri_out, in hyperlinks_get() argument 187 find.inner = inner; in hyperlinks_get()
|
/openbsd/regress/usr.bin/mandoc/roff/de/ |
H A D | startde.out_ascii | 9 call outer macro: outer macro called; define inner macro: inner scope 10 ended; inner macro now defined. 12 call inner macro: inner macro called; end outer scope. returned from 13 call of outer macro; end inner scope. returned from call of inner macro.
|
/openbsd/regress/usr.bin/mandoc/mdoc/Bd/ |
H A D | nested.out_html | 6 Bd-indent" id="inner"><a class="permalink" href="#inner">inner</a> text 14 Bd-indent" id="inner~2"><a class="permalink" href="#inner~2">inner</a> text 26 <div class="Bd Pp Bd-indent">inner text (2n)</div>
|
H A D | nested.out_markdown | 17 > > inner text 28 > > inner text (2n) 44 > > inner text (2n)
|
H A D | nested.out_ascii | 13 inner text (default indent) 19 inner text (2n) 28 inner text (2n)
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | nest3.C | 5 struct inner { struct 11 struct inner { struct 16 inner::f(); //call of outer::inner::f() in f() 17 ::inner::f(); //(try to) call inner::f() => parse error in f()
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
H A D | recursiveExpansionLimit.txt | 1 # These are defined in the wrong order for non-recursive expansion: %{inner} is 4 # DEFINE: %{outer}=%{inner} 5 # DEFINE: %{inner}=expanded 9 # CHECK-NON-RECUR:%{inner}
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | mips_pro.c | 5 inner (int z) in inner() function 8 inner (z) in inner() 25 return inner (5); 27 return inner (6);
|
H A D | nodebug.c | 11 inner (int x) in inner() function 14 inner (x) in inner() 30 return 2 * inner (x);
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | nest13.C | 11 struct inner; 12 inner *trump() in trump() 16 struct inner struct
|
/openbsd/regress/usr.bin/mandoc/man/RS/ |
H A D | nested.out_ascii | 9 inner text (default indent) 15 inner text (default indent) 19 inner text (2n) 35 inner text
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-loop-linear.c | 139 struct loop *inner_loop = first_loop->inner; in gather_interchange_stats() 191 for (loop_j = first_loop->inner; in try_interchange_loops() 193 loop_j = loop_j->inner) in try_interchange_loops() 196 loop_i = loop_i->inner) in try_interchange_loops() 273 if (!loop_nest || !loop_nest->inner || !loop_nest->single_exit) in linear_transform_loops() 278 for (temp = loop_nest->inner; temp; temp = temp->inner) in linear_transform_loops()
|
H A D | cfgloop.c | 343 for (ploop = loop->inner; ploop; ploop = ploop->next) in establish_preds() 354 loop->next = father->inner; in flow_loop_tree_node_add() 355 father->inner = loop; in flow_loop_tree_node_add() 372 if (father->inner == loop) in flow_loop_tree_node_remove() 373 father->inner = loop->next; in flow_loop_tree_node_remove() 391 struct loop *inner; in flow_loop_level_compute() local 402 for (inner = loop->inner; inner; inner = inner->next) in flow_loop_level_compute() 674 loops->parray[0]->inner = NULL; in flow_loops_find() 1021 gcc_assert (!loop->inner); in cancel_loop() 1042 while (loop->inner) in cancel_loop_tree() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/ |
H A D | 862-intercept_tb_todo.t | 20 local $main::TODO = "main-inner-todo"; 25 local $Foo::TODO = "foo-inner-todo"; 46 details => 'main-inner-todo', 55 details => 'foo-inner-todo',
|
/openbsd/regress/usr.bin/mandoc/mdoc/Nd/ |
H A D | broken.out_ascii | 9 inner tag 10 inner text - inner description
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | hash.t | 247 my %inner; 249 sub FETCH { $inner{$_[1]} } 250 sub STORE { $inner{$_[1]} = $_[2]; } 251 sub CLEAR { %inner = () } 257 %inner = qw(a x b y); 259 ::is(join( ':', %inner), "x:y", "magic keys");
|
/openbsd/gnu/usr.bin/perl/t/run/ |
H A D | dtrace.t | 49 -> Your::inner at - line 4! 50 <- Your::inner at - line 4! 52 -> Your::inner at - line 4! 53 <- Your::inner at - line 4!/,
|
/openbsd/gnu/usr.bin/perl/lib/DBM_Filter/t/ |
H A D | 02core.t | 199 is $@, '', "untie without inner references" ; 222 is $@, '', "untie without inner references" ; 252 is $@, '', "untie without inner references" ; 282 is $@, '', "untie without inner references" ; 315 is $@, '', "untie without inner references" ; 354 is $@, '', "untie without inner references" ; 387 is $@, '', "untie without inner references" ; 420 is $@, '', "untie without inner references" ; 456 is $@, '', "untie without inner references" ; 492 is $@, '', "untie without inner references" ; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/behavior/ |
H A D | Mocking.t | 13 my $inner = shift; 15 $inner->(); 29 tests inner => sub {
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | memclass12.C | 4 template <class T> struct inner; 6 template <class T> struct outer::inner {}; struct
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | local1.C | 10 { struct Inner : virtual public Outer {} inner; } in main() local 11 { struct Inner : virtual public Outer {} inner; } in main() local
|