Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/mtd/tests/
Dmtd_torturetest.c475 int i = 0, j1, j2; in print_bufs() local
482 for (j1 = 0; j1 < 8 && i + j1 < len; j1++) { in print_bufs()
483 printk(" %02x", read[start + i + j1]); in print_bufs()
484 if (read[start + i + j1] != written[start + i + j1]) in print_bufs()
488 while (j1 < 8) { in print_bufs()
490 j1 += 1; in print_bufs()
/linux-3.4.99/arch/arm/kernel/
Dinsn.c8 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()
Dmodule.c64 u32 upper, lower, sign, j1, j2; in apply_relocate() local
168 j1 = (lower >> 13) & 1; in apply_relocate()
170 offset = (sign << 24) | ((~(j1 ^ sign) & 1) << 23) | in apply_relocate()
199 j1 = sign ^ (~(offset >> 23) & 1); in apply_relocate()
204 (j1 << 13) | (j2 << 11) | in apply_relocate()
/linux-3.4.99/lib/raid6/
Dalgos.c87 unsigned long j0, j1; in raid6_select_algo() local
113 while ( (j1 = jiffies) == j0 ) in raid6_select_algo()
116 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_select_algo()
/linux-3.4.99/arch/m68k/fpsp040/
Dssin.S64 | 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-3.4.99/arch/x86/crypto/
Dsalsa20-i586-asm_32.S47 # j1 = in1
129 # in1 = j1
752 # in1 += j1
/linux-3.4.99/arch/m68k/ifpsp060/src/
Dfplsp.S4958 # 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. #