Searched refs:j1 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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-4.4.14/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-4.4.14/arch/arm/kernel/ |
D | insn.c | 8 unsigned long s, j1, j2, i1, i2, imm10, imm11; in __arm_gen_branch_thumb2() local 24 j1 = (!i1) ^ s; in __arm_gen_branch_thumb2() 28 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2()
|
D | module.c | 71 u32 upper, lower, sign, j1, j2; in apply_relocate() local 215 j1 = (lower >> 13) & 1; in apply_relocate() 217 offset = (sign << 24) | ((~(j1 ^ sign) & 1) << 23) | in apply_relocate() 246 j1 = sign ^ (~(offset >> 23) & 1); in apply_relocate() 251 (j1 << 13) | (j2 << 11) | in apply_relocate()
|
/linux-4.4.14/lib/raid6/ |
D | algos.c | 134 unsigned long perf, bestgenperf, bestxorperf, j0, j1; in raid6_choose_gen() local 148 while ((j1 = jiffies) == j0) in raid6_choose_gen() 151 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen() 171 while ((j1 = jiffies) == j0) in raid6_choose_gen() 174 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen()
|
/linux-4.4.14/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-4.4.14/arch/x86/crypto/ |
D | salsa20-i586-asm_32.S | 48 # j1 = in1 130 # in1 = j1 753 # in1 += j1
|
/linux-4.4.14/kernel/rcu/ |
D | tree.c | 1179 unsigned long j1; in record_gp_stall_check_time() local 1183 j1 = rcu_jiffies_till_stall_check(); in record_gp_stall_check_time() 1184 WRITE_ONCE(rsp->jiffies_stall, j + j1); in record_gp_stall_check_time() 1185 rsp->jiffies_resched = j + j1 / 2; in record_gp_stall_check_time()
|
/linux-4.4.14/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. #
|