/openbmc/linux/scripts/coccinelle/tests/ |
H A D | odd_ptr_err.cocci | 67 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 D | clocksource-wdtest.c | 106 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 D | torturetest.c | 418 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/scripts/coccinelle/iterators/ |
H A D | for_each_child.cocci | 153 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/arch/arm/kernel/ |
H A D | insn.c | 10 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 D | module.c | 129 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/lib/raid6/ |
H A D | algos.c | 162 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/qemu/tests/tcg/s390x/ |
H A D | per.S | 37 larl %r0, j1 40 j1: j d1 label
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 256.out | 53 "job-id": "j1", 66 {"data": {"device": "j1", "len": 67108864, "offset": 67108864, "speed": 0, "type": "backup"}, "even…
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/libinput/ |
H A D | run-ptest | 3 /usr/libexec/libinput/libinput-test-suite -j1
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/ |
H A D | 0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch | 19 (after-clean-j1.log is the make output with -n and -j1 instead of 31 …core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable $ grep -A 1 lib/libutil++/Makefile after-clean-j1.log 38 …k/core2-64-oe-linux/xmlrpc-c/1.60.03/git/stable $ grep -A 1 lib/libutil/Makefile after-clean-j1.log
|
/openbmc/u-boot/test/ |
H A D | unicode_ut.c | 49 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 D | Makefile | 90 $(make) -j1
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/ |
H A D | arptables_git.bb | 37 PARALLEL_MAKEINST = "-j1"
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A 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.
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_stall.h | 173 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 D | 0001-mesa-demos-Add-missing-data-files.patch | 452 + 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 D | modpost.c | 1248 uint32_t inst, upper, lower, sign, j1, j2; in addend_arm_rel() local 1292 j1 = (lower >> 13) & 1; in addend_arm_rel() 1294 offset = sign_extend32((sign << 20) | (j2 << 19) | (j1 << 18) | in addend_arm_rel() 1316 j1 = (lower >> 13) & 1; in addend_arm_rel() 1319 ((~(j1 ^ sign) & 1) << 23) | in addend_arm_rel()
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-lenovo-hr855xg2.dts | 547 pin-gpio-j1-hog {
|
/openbmc/openbmc/poky/meta/recipes-kernel/perf/ |
H A D | perf.bb | 123 # that it has to be done this way rather than by passing -j1, since
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 53 zaksIlW%^$Gpx=azjS4bF*j1|2dH9Zq!nN1s&5<|oUXo(Pie+ons?~S=rJOKfLYmTP
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A 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. #
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14495 +// int j1, j2; 14527 +// j1 = -coef_hf[1] * (c0 + p4); // j1 = v6-v9 (-c0:v20,v21) 14567 +// j1 += coef_hf[2] * (m2 + p6); // (-p6:v24,v25) 14586 +// j1 += coef_hf[0] * p2; // - 14597 +// j1 -= coef_lf[1] * 4 * (m1 + p5); // - 14632 +// j1 += coef_lf[0] * 4 * (p1 + p3); // p1 = v22, p3 = v21 14643 +// j1 >>= 15; // j1 = v3, -v6*, -v7*, -v8*, -v9* 14684 + // j1 = v3, j2 = v16, p1 = v22, d2 = v15, p3 = v21, td2 = v14, diff2 = v19 14773 +// int j1, j2;
|
/openbmc/u-boot/tools/buildman/ |
H A D | README | 524 we have a 4-core CPU). Each thread will run with -j1, meaning that each
|