Home
last modified time | relevance | path

Searched refs:tmp_pos (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c546 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
552 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word()
562 tmp_pos += 2; in get_word()
566 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word()
569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
571 tmp_pos -= 2; in get_word()
575 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word()
578 tmp_pos += 2; in get_word()
580 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
/openbmc/linux/fs/ocfs2/
H A Daops.c1129 u32 tmp_pos; in ocfs2_write_cluster() local
1135 tmp_pos = cpos; in ocfs2_write_cluster()
1137 &tmp_pos, 1, !clear_unwritten, in ocfs2_write_cluster()
/openbmc/qemu/target/tricore/
H A Dtranslate.c7787 TCGv tmp_width, tmp_pos; in decode_rrrr_extract_insert() local
7795 tmp_pos = tcg_temp_new(); in decode_rrrr_extract_insert()
7800 tcg_gen_andi_tl(tmp_pos, cpu_gpr_d[r3], 0x1f); in decode_rrrr_extract_insert()
7802 tcg_gen_rotl_tl(cpu_gpr_d[r4], cpu_gpr_d[r1], tmp_pos); in decode_rrrr_extract_insert()
7806 tcg_gen_shl_tl(tmp_width, cpu_gpr_d[r1], tmp_pos); in decode_rrrr_extract_insert()
7807 tcg_gen_subfi_tl(msw, 32, tmp_pos); in decode_rrrr_extract_insert()
7814 tcg_gen_movcond_tl(TCG_COND_EQ, msw, tmp_pos, zero, zero, msw); in decode_rrrr_extract_insert()
7822 tcg_gen_andi_tl(tmp_pos, cpu_gpr_d[r3], 0x1f); in decode_rrrr_extract_insert()
7823 tcg_gen_add_tl(tmp_pos, tmp_pos, tmp_width); in decode_rrrr_extract_insert()
7824 tcg_gen_subfi_tl(tmp_pos, 32, tmp_pos); in decode_rrrr_extract_insert()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c3268 struct nx_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local
3274 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) { in netxen_restore_indev_addr()