| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fft4g.c | 729 int j, j1, k, k1, l, m, m2, ip[256]; in bitrv2() local 747 j1 = 2 * j + ip[k]; in bitrv2() 749 xr = a[j1]; in bitrv2() 750 xi = a[j1 + 1]; in bitrv2() 753 a[j1] = yr; in bitrv2() 754 a[j1 + 1] = yi; in bitrv2() 757 j1 += m2; in bitrv2() 759 xr = a[j1]; in bitrv2() 760 xi = a[j1 + 1]; in bitrv2() 763 a[j1] = yr; in bitrv2() [all …]
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/detail/ |
| H A D | determinant_impl.hpp | 46 for( int j1=0; j1!=N; ++j1 ) in determinant_impl_() local 53 if( j==j1 ) in determinant_impl_() 60 if( j1&1 ) in determinant_impl_() 62 det += mat_traits<M>::read_element_idx(0,j1,a) * d; in determinant_impl_()
|
| H A D | cofactor_impl.hpp | 42 int j1=0; in cofactor_impl() local 47 c[i1][j1] = mat_traits<A>::read_element_idx(ii,jj,a); in cofactor_impl() 48 ++j1; in cofactor_impl()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | torturetest.c | 443 int i = 0, j1, j2; in print_bufs() local 450 for (j1 = 0; j1 < 8 && i + j1 < len; j1++) { in print_bufs() 451 printk(" %02x", read[start + i + j1]); in print_bufs() 452 if (read[start + i + j1] != written[start + i + j1]) in print_bufs() 456 while (j1 < 8) { in print_bufs() 458 j1 += 1; in print_bufs()
|
| /OK3568_Linux_fs/kernel/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…
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | algos.c | 148 unsigned long perf, bestgenperf, bestxorperf, j0, j1; in raid6_choose_gen() local 167 while ((j1 = jiffies) == j0) in raid6_choose_gen() 170 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen() 191 while ((j1 = jiffies) == j0) in raid6_choose_gen() 194 j1 + (1<<RAID6_TIME_JIFFIES_LG2))) { in raid6_choose_gen()
|
| /OK3568_Linux_fs/kernel/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 | 88 u32 upper, lower, sign, j1, j2; in apply_relocate() local 241 j1 = (lower >> 13) & 1; in apply_relocate() 243 offset = (sign << 24) | ((~(j1 ^ sign) & 1) << 23) | in apply_relocate() 272 j1 = sign ^ (~(offset >> 23) & 1); in apply_relocate() 277 (j1 << 13) | (j2 << 11) | in apply_relocate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_firmware_log.c | 338 uint32_t imm11, imm10, i1, i2, j1, j2, sign; in toggle_logging_calls_in_loaded_image() local 364 j1 = !i1 ^ sign; in toggle_logging_calls_in_loaded_image() 372 bl_instruction |= j1 << 29; in toggle_logging_calls_in_loaded_image()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/libinput/ |
| H A D | run-ptest | 3 /usr/libexec/libinput/libinput-test-suite -j1
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | check-host-make.mk | 16 BR2_MAKE1 = $(HOST_DIR)/bin/host-make -j1
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_stall.h | 138 unsigned long j1; in record_gp_stall_check_time() local 141 j1 = rcu_jiffies_till_stall_check(); in record_gp_stall_check_time() 143 WRITE_ONCE(rcu_state.jiffies_stall, j + j1); in record_gp_stall_check_time() 144 rcu_state.jiffies_resched = j + j1 / 2; in record_gp_stall_check_time()
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | Makefile | 90 $(make) -j1
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/arptables/ |
| H A D | arptables_git.bb | 37 PARALLEL_MAKEINST = "-j1"
|
| /OK3568_Linux_fs/yocto/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);
|
| /OK3568_Linux_fs/ |
| H A D | Makefile | 101 make -j1 $(EXTRAMAKEARGS) HOSTCC="$(HOSTCC)" HOSTCXX="$(HOSTCXX)" syncconfig
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | Makefile | 101 make -j1 $(EXTRAMAKEARGS) HOSTCC="$(HOSTCC)" HOSTCXX="$(HOSTCXX)" syncconfig
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mathcalls.h | 221 __MATHCALL (j1,, (_Mdouble_));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mathcalls.h | 221 __MATHCALL (j1,, (_Mdouble_));
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | rules | 43 dh_auto_test -- -j1 VERBOSE=1
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 529 extern double j1 (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 529 extern double j1 (double);
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Makefile.in | 20 MAKE1 := $(HOSTMAKE) -j1
|