Searched refs:j1 (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 66 position j0, j1; 75 PTR_ERR@j1@p( 85 position r1_context.j0, r1_context.j1; 91 * PTR_ERR@j1@p( 101 j1 << r1_context.j1; 106 coccilib.org.print_link(j1[0], "") 112 j1 << r1_context.j1; 115 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)
|
/Linux-v4.19/drivers/mtd/tests/ |
D | torturetest.c | 432 int i = 0, j1, j2; in print_bufs() local 439 for (j1 = 0; j1 < 8 && i + j1 < len; j1++) { in print_bufs() 440 printk(" %02x", read[start + i + j1]); in print_bufs() 441 if (read[start + i + j1] != written[start + i + j1]) in print_bufs() 445 while (j1 < 8) { in print_bufs() 447 j1 += 1; in print_bufs()
|
/Linux-v4.19/arch/arm/kernel/ |
D | insn.c | 9 unsigned long s, j1, j2, i1, i2, imm10, imm11; in __arm_gen_branch_thumb2() local 25 j1 = (!i1) ^ s; in __arm_gen_branch_thumb2() 29 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2()
|
D | module.c | 78 u32 upper, lower, sign, j1, j2; in apply_relocate() local 231 j1 = (lower >> 13) & 1; in apply_relocate() 233 offset = (sign << 24) | ((~(j1 ^ sign) & 1) << 23) | in apply_relocate() 262 j1 = sign ^ (~(offset >> 23) & 1); in apply_relocate() 267 (j1 << 13) | (j2 << 11) | in apply_relocate()
|
/Linux-v4.19/lib/raid6/ |
D | algos.c | 156 unsigned long perf, bestgenperf, bestxorperf, j0, j1; in raid6_choose_gen() local 170 while ((j1 = jiffies) == j0) in raid6_choose_gen() 173 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen() 193 while ((j1 = jiffies) == j0) in raid6_choose_gen() 196 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen()
|
/Linux-v4.19/tools/perf/ |
D | Makefile | 90 $(make) -j1
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | ssin.S | 64 | 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e. 65 | j1 exclusive or with the l.s.b. of k. 66 | sgn1 := (-1)**j1, sgn2 := (-1)**j2. 71 | 5. (k is even) Set j1 := k/2, sgn1 := (-1)**j1.
|
/Linux-v4.19/kernel/rcu/ |
D | tree.c | 1278 unsigned long j1; in record_gp_stall_check_time() local 1281 j1 = rcu_jiffies_till_stall_check(); in record_gp_stall_check_time() 1283 smp_store_release(&rsp->jiffies_stall, j + j1); /* ^^^ */ in record_gp_stall_check_time() 1284 rsp->jiffies_resched = j + j1 / 2; in record_gp_stall_check_time()
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 4958 # 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), ie. # 4959 # j1 exclusive or with the l.s.b. of k. # 4960 # sgn1 := (-1)**j1, sgn2 := (-1)**j2. # 4965 # 5. (k is even) Set j1 := k/2, sgn1 := (-1)**j1. #
|