Home
last modified time | relevance | path

Searched defs:j (Results 1 – 25 of 1651) sorted by relevance

12345678910>>...67

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-prefetch-4.c35 int j; in assign_arg_idx() local
43 int j; in assign_glob_idx() local
126 int j = i + 1; in preinc_arg_idx() local
135 int j = arrindex + 1; in preinc_glob_idx() local
143 int j = i + 1; in postinc_arg_idx() local
151 int j = arrindex + 1; in postinc_glob_idx() local
159 int j = i - 1; in predec_arg_idx() local
167 int j = arrindex - 1; in predec_glob_idx() local
175 int j = i - 1; in postdec_arg_idx() local
183 int j = arrindex - 1; in postdec_glob_idx() local
/openbsd/bin/ksh/
H A Djobs.c248 Job *j; in j_exit() local
390 Job *j; in exchild() local
583 Job *j; in waitlast() local
610 Job *j; in waitfor() local
660 Job *j; in j_kill() local
696 Job *j; in j_resume() local
796 Job *j; in j_stopped_running() local
820 Job *j; in j_njobs() local
838 Job *j, *tmp; in j_jobs() local
884 Job *j, *tmp; in j_notify() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Df90-intrinsic-bit.f410 subroutine c_l(i,j,label) argument
420 subroutine c_i(i,j,label) argument
430 subroutine c_i2(i,j,label) argument
440 subroutine c_i1(i,j,label) argument
450 subroutine c_i8(i,j,label) argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Dbprob-1.c17 unreferenced (int i, int j) in unreferenced()
23 uncalled (int i, int j) in uncalled()
29 called (int i, int j) in called()
62 int i, j, k; in test_for2() local
127 test_ifelse1 (int i, int j) in test_ifelse1()
166 test_ifelse3 (int i, int j) in test_ifelse3()
214 test_switch (int i, int j) in test_switch()
H A Dgcov-4.c17 unreferenced (int i, int j) in unreferenced()
23 uncalled (int i, int j) in uncalled()
29 called (int i, int j) in called()
62 int i, j, k; in test_for2() local
127 test_ifelse1 (int i, int j) in test_ifelse1()
166 test_ifelse3 (int i, int j) in test_ifelse3()
214 test_switch (int i, int j) in test_switch()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/gcov/
H A Dgcov-1.C19 unreferenced (int i, int j) in unreferenced()
25 uncalled (int i, int j) in uncalled()
31 called (int i, int j) in called()
65 int i, j, k; in test_for2() local
137 test_ifelse1 (int i, int j) in test_ifelse1()
196 test_ifelse3 (int i, int j) in test_ifelse3()
252 test_switch (int i, int j) in test_switch()
/openbsd/sbin/iked/
H A Dsmult_curve25519_ref.c13 unsigned int j; in add() local
22 unsigned int j; in sub() local
36 unsigned int j; in squeeze() local
53 unsigned int j; in freeze() local
65 unsigned int j; in mult() local
79 unsigned int j; in mult121665() local
93 unsigned int j; in square() local
112 unsigned int j; in select() local
141 unsigned int j; in mainloop() local
/openbsd/usr.bin/ssh/
H A Dsmult_curve25519_ref.c13 unsigned int j; in add() local
22 unsigned int j; in sub() local
36 unsigned int j; in squeeze() local
53 unsigned int j; in freeze() local
65 unsigned int j; in mult() local
79 unsigned int j; in mult121665() local
93 unsigned int j; in square() local
112 unsigned int j; in select() local
141 unsigned int j; in mainloop() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/
H A Ddebug3.C22 int j = b ("012345"[y] + x); in test1() local
28 int j = b ("012345678"[y + 2] + x); in test2() local
34 int j = b ("012345678"[y - 6] + x); in test3() local
40 int j = b ("012345678"[2 * y - 10] + x); in test4() local
46 int j = b ("012345678"[4 * y] + x); in test5() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bob/
H A Dprotected1.C5 A(int j) : i(j){} in A()
10 B(int j) : A(j){} in B()
18 C(int j) : B(j){} in C()
30 void j() { A k(*this); } in j() function
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Domp_parse2.f9010 logical :: i, j local
22 subroutine test_critical_1 (i, j) argument
23 integer :: i, j local
33 integer :: i, j, n local
53 logical :: j local
H A Dpr27416-1.f904 integer :: j variable
12 subroutine foo (j) argument
13 integer :: i, j local
H A Dreference1.f904 integer :: i, j, k variable
17 subroutine test (i, j, k, d) argument
18 integer :: i, j, k local
/openbsd/usr.bin/yacc/
H A Doutput.c173 int j; in output_rule_data() local
218 int i, j; in output_yydefred() local
276 int i, j; in token_actions() local
348 int i, j, k; in goto_actions() local
455 int j; in sort_actions() local
548 int i, j, k, t, w, match, prev; in matching_vector() local
581 int i, j, k, l; in pack_vector() local
653 int i, j; in output_base() local
716 int i, j; in output_table() local
745 int i, j; in output_check() local
[all …]
/openbsd/usr.sbin/cron/
H A Djob.c45 job *j; in job_add() local
72 job *j, *prev = NULL; in job_remove() local
90 job *j, *prev = NULL; in job_exit() local
110 job *j; in job_runqueue() local
/openbsd/games/cribbage/
H A Dsupport.c51 int i, j, l; in cchose() local
121 int i, j; in plyrhand() local
160 int j; in comphand() local
236 int i, j, k; in cdiscard() local
287 int i, j; in anymove() local
321 int i, j; in numofval() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D961004-1.c2 f1 (o1, o2, o3, i, j, k) in f1() argument
11 f2 (o1, o2, o3, i, j, k) in f2() argument
20 f3 (o1, o2, o3, i, j, k) in f3() argument
30 f4 (o1, o2, o3, i, j, k) in f4() argument
/openbsd/gnu/gcc/gcc/
H A Dattribs.c73 int j; in init_attributes() local
105 int j, k; in init_attributes() local
114 size_t j, k, l; in init_attributes() local
159 int j; in decl_attributes() local
/openbsd/sys/dev/pci/drm/include/linux/
H A Dtimer.h33 mod_timer(struct timeout *to, unsigned long j) in mod_timer()
41 round_jiffies_up(unsigned long j) in round_jiffies_up()
47 round_jiffies_up_relative(unsigned long j) in round_jiffies_up_relative()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dunion4.C8 int j; member
17 int j; member
28 int j; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dattribs.c72 int j; in init_attributes() local
104 int j, k; in init_attributes() local
114 size_t j, k, l; in init_attributes() local
169 int j; local
/openbsd/regress/lib/libcrypto/bio/
H A Dbio_chain.c89 size_t i, j; in bio_chain_pop_test() local
212 size_t i, size_t j, const char *fn, const char *description, in walk_report()
232 size_t i, size_t j, const char *fn, const char *description) in walk_forward()
245 size_t i, size_t j, const char *fn, const char *description) in walk_backward()
257 check_chain(BIO *start, BIO *end, size_t expected_len, size_t i, size_t j, in check_chain()
312 link_chains_at(size_t i, size_t j, int use_bio_push) in link_chains_at()
435 size_t i, j; in link_chains() local
/openbsd/usr.sbin/lpd/
H A Dengine_lpr.c177 struct lpr_recvjob *j; in lpr_shutdown() local
490 struct lpr_recvjob *j; in lpr_recvjob() local
540 struct lpr_recvjob *j; in lpr_recvjob_cf() local
596 struct lpr_recvjob *j; in lpr_recvjob_df() local
650 struct lpr_recvjob *j; in lpr_recvjob_clear() local
683 struct lpr_recvjob *j; in lpr_recvjob_commit() local
720 struct lpr_recvjob *j; in lpr_recvjob_rollback() local
735 lpr_recvjob_free(struct lpr_recvjob *j) in lpr_recvjob_free()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/bprob/
H A Dg++-bprob-1.C29 int i, j, k; in test_for2() local
94 test_ifelse1 (int i, int j) in test_ifelse1()
133 test_ifelse3 (int i, int j) in test_ifelse3()
181 test_switch (int i, int j) in test_switch()
/openbsd/games/backgammon/common_source/
H A Dodds.c37 int i, j; in odds() local
61 int i, j, total; in count() local
73 int j, k, b; in canhit() local

12345678910>>...67