Home
last modified time | relevance | path

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

/openbmc/linux/scripts/coccinelle/tests/
H A Dodd_ptr_err.cocci67 position j0, j1;
76 PTR_ERR@j1@p(
86 position r1_context.j0, r1_context.j1;
92 * PTR_ERR@j1@p(
102 j1 << r1_context.j1;
107 coccilib.org.print_link(j1[0], "")
113 j1 << r1_context.j1;
116 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)
/openbmc/linux/kernel/time/
H A Dclocksource-wdtest.c106 unsigned long j1, j2; in wdtest_func() local
120 j1 = clocksource_wdtest_jiffies.read(&clocksource_wdtest_jiffies); in wdtest_func()
123 WARN_ON_ONCE(j1 == j2); in wdtest_func()
135 j1 = clocksource_wdtest_ktime.read(&clocksource_wdtest_ktime); in wdtest_func()
138 pr_info("--- tsc-like times: %lu - %lu = %lu.\n", j2, j1, j2 - j1); in wdtest_func()
139 WARN_ON_ONCE(time_before(j2, j1 + NSEC_PER_USEC)); in wdtest_func()
/openbmc/linux/drivers/mtd/tests/
H A Dtorturetest.c418 int i = 0, j1, j2; in print_bufs() local
425 for (j1 = 0; j1 < 8 && i + j1 < len; j1++) { in print_bufs()
426 printk(" %02x", read[start + i + j1]); in print_bufs()
427 if (read[start + i + j1] != written[start + i + j1]) in print_bufs()
431 while (j1 < 8) { in print_bufs()
433 j1 += 1; in print_bufs()
/openbmc/linux/arch/arm/kernel/
H A Dinsn.c10 unsigned long s, j1, j2, i1, i2, imm10, imm11; in __arm_gen_branch_thumb2() local
26 j1 = (!i1) ^ s; in __arm_gen_branch_thumb2()
30 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2()
H A Dmodule.c129 u32 upper, lower, sign, j1, j2; in apply_relocate() local
340 j1 = (lower >> 13) & 1; in apply_relocate()
342 offset = (sign << 24) | ((~(j1 ^ sign) & 1) << 23) | in apply_relocate()
370 j1 = sign ^ (~(offset >> 23) & 1); in apply_relocate()
375 (j1 << 13) | (j2 << 11) | in apply_relocate()
/openbmc/linux/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci153 position j0, j1;
167 return @j1 ...;
176 position ruleone_context.j0, ruleone_context.j1;
181 *return @j1...;
304 j1 << ruleone_context. j1;
309 coccilib.org.print_link(j1[0], "")
336 j1 << ruleone_context.j1;
339 msg = "WARNING: Function \"%s\" should have of_node_put() before return around line %s." % (i, j1[0…
/openbmc/linux/lib/raid6/
H A Dalgos.c162 unsigned long perf, bestgenperf, j0, j1; in raid6_choose_gen() local
181 while ((j1 = jiffies) == j0) in raid6_choose_gen()
184 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen()
223 while ((j1 = jiffies) == j0) in raid6_choose_gen()
226 j1 + (1 << RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen()
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/libinput/
H A Drun-ptest3 /usr/libexec/libinput/libinput-test-suite -j1
/openbmc/qemu/tests/qemu-iotests/
H A D256.out53 "job-id": "j1",
66 {"data": {"device": "j1", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "even…
/openbmc/u-boot/test/
H A Dunicode_ut.c49 static const char j1[] = {0x6a, 0x31, 0xa1, 0x6c, 0x00}; variable
203 ut_asserteq(4, utf8_utf16_strlen(j1)); in unicode_test_utf8_utf16_strlen()
221 ut_asserteq(4, utf8_utf16_strnlen(j1, 16)); in unicode_test_utf8_utf16_strnlen()
275 utf8_utf16_strcpy(&pos, j1); in unicode_test_utf8_utf16_strcpy()
/openbmc/linux/tools/perf/
H A DMakefile90 $(make) -j1
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/
H A Darptables_git.bb37 PARALLEL_MAKEINST = "-j1"
/openbmc/linux/arch/m68k/fpsp040/
H A 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.
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h173 unsigned long j1; in record_gp_stall_check_time() local
176 j1 = rcu_jiffies_till_stall_check(); in record_gp_stall_check_time()
179 WRITE_ONCE(rcu_state.jiffies_stall, j + j1); in record_gp_stall_check_time()
180 rcu_state.jiffies_resched = j + j1 / 2; in record_gp_stall_check_time()
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch452 + vec4 j1 = permute( permute( permute( permute (
465 + vec4 p1 = grad4(j1.x, ip);
466 + vec4 p2 = grad4(j1.y, ip);
467 + vec4 p3 = grad4(j1.z, ip);
468 + vec4 p4 = grad4(j1.w, ip);
/openbmc/linux/scripts/mod/
H A Dmodpost.c1275 uint32_t inst, upper, lower, sign, j1, j2; in addend_arm_rel() local
1319 j1 = (lower >> 13) & 1; in addend_arm_rel()
1321 offset = sign_extend32((sign << 20) | (j2 << 19) | (j1 << 18) | in addend_arm_rel()
1343 j1 = (lower >> 13) & 1; in addend_arm_rel()
1346 ((~(j1 ^ sign) & 1) << 23) | in addend_arm_rel()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch659 for op, i1, i2, j1, j2 in self.os_diffs:
665 for i in range(j1, j2):
778 for op, i1, i2, j1, j2 in self.os_diffs:
789 for i in range(j1, j2):
865 for op, i1, i2, j1, j2 in diffs.get_opcodes():
871 for k in range(j1, j2):
/openbmc/openbmc/poky/meta/recipes-kernel/perf/
H A Dperf.bb127 # that it has to be done this way rather than by passing -j1, since
/openbmc/linux/arch/m68k/ifpsp060/src/
H A 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. #
/openbmc/u-boot/tools/buildman/
H A DREADME524 we have a 4-core CPU). Each thread will run with -j1, meaning that each