Searched refs:next2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | ether1.c | 446 int i, status, addr, next, next2; in ether1_init_for_open() local 480 next2 = next + RFD_SIZE + RBD_SIZE + ETH_FRAME_LEN + 10; in ether1_init_for_open() 482 if (next2 >= RX_AREA_END) { in ether1_init_for_open() 499 } while (next2 < RX_AREA_END); in ether1_init_for_open()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap3/ |
H A D | lowlevel_init.S | 49 next2: label 53 blo next2
|
/openbmc/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 123 snd_config_iterator_t i1, i2, next1, next2; in missing_devices() local 136 snd_config_for_each(i2, next2, node1) { in missing_devices()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 30 #define nfp_for_each_insn_walk3(nfp_prog, pos, next, next2) \ argument 33 next2 = list_next_entry(next, l); \ 36 &(nfp_prog)->insns != &next2->l; \ 39 next2 = nfp_meta_next(next)) 4002 struct bpf_insn insn, next1, next2; in nfp_bpf_opt_ld_shift() local 4006 next2 = meta3->insn; in nfp_bpf_opt_ld_shift() 4017 next2.code == (BPF_RSH | BPF_K | BPF_ALU64)) && in nfp_bpf_opt_ld_shift() 4019 next2.code == (BPF_LSH | BPF_K | BPF_ALU64))) in nfp_bpf_opt_ld_shift() 4023 next2.src_reg || next2.dst_reg) in nfp_bpf_opt_ld_shift() 4026 if (next1.imm != 0x20 || next2.imm != 0x20) in nfp_bpf_opt_ld_shift()
|
/openbmc/linux/fs/ext4/ |
H A D | extents.c | 5691 ext4_lblk_t next1, next2; in ext4_swap_extents() local 5695 next2 = ext4_ext_next_allocated_block(path2); in ext4_swap_extents() 5700 next2 = e2_blk; in ext4_swap_extents() 5702 if (next1 == EXT_MAX_BLOCKS || next2 == EXT_MAX_BLOCKS) in ext4_swap_extents() 5706 if (len < next2 - lblk2) in ext4_swap_extents() 5707 len = next2 - lblk2; in ext4_swap_extents()
|
/openbmc/linux/fs/btrfs/ |
H A D | qgroup.c | 498 goto next2; in btrfs_read_qgroup_config() 503 goto next2; in btrfs_read_qgroup_config() 516 next2: in btrfs_read_qgroup_config()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14467 +// const uint8_t * restrict next2 = parity ? prev : next; 14499 +// c0 = prev2[0] + next2[0]; // c0 = v20, v21 14501 +// temporal_diff0 = FFABS(prev2[0] - next2[0]); // td0 = v11 14518 +// m4 = prev2[mrefs4] + next2[mrefs4]; // m4 = v22,v23 14522 +// p4 = prev2[prefs4] + next2[prefs4]; // p4 = v24,v25, (p4 >> 1) = v12 14555 +// m2 = prev2[mrefs2] + next2[mrefs2]; // m2 = v22,v23, (m2 >> 1) = v13 14563 +// p6 = prev2[prefs6] + next2[prefs6]; // p6 = v24,v25 14578 +// p2 = prev2[prefs2] + next2[prefs2]; // p2 = v26, v27 14579 +// temporal_diff2 = FFABS(prev2[prefs2] - next2[prefs2]); // td2 = v14 14760 +// const uint8_t * restrict next2 = parity ? prev : next; [all …]
|