/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | main.c | 43 #define MINECHOCHAR SPACE 557 if (spk_say_word_ctl && ch == SPACE) { in get_word() 562 (ch == SPACE || ch == 0 || (ch < 0x100 && IS_WDLM(ch))) && in get_word() 563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word() 569 if ((ch == SPACE || ch == 0 || in get_word() 571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word() 583 if (ch == SPACE || ch == 0 || in get_word() 585 ch > SPACE)) in get_word() 601 buf[cnt++] = SPACE; in say_word() 640 if (ch == SPACE || c in say_prev_word() [all...] |
H A D | varhandlers.c | 292 if (*cp < SPACE) in spk_set_mask_bits() 307 if (*cp > SPACE) in spk_set_mask_bits() 311 if (*cp > SPACE) in spk_set_mask_bits()
|
H A D | keyhelp.c | 116 char start = SPACE; in help_init() 142 if (ch == SPACE) { in spk_handle_help()
|
H A D | spk_priv.h | 20 #define SPACE 0x20 macro
|
H A D | speakup_decext.c | 194 } else if (ch <= SPACE) { in do_catch_up()
|
H A D | speakup_apollo.c | 171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | main.c | 43 #define MINECHOCHAR SPACE 555 if (spk_say_word_ctl && ch == SPACE) { in get_word() 560 (ch == SPACE || ch == 0 || (ch < 0x100 && IS_WDLM(ch))) && in get_word() 561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word() 567 if ((ch == SPACE || ch == 0 || in get_word() 569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word() 581 if (ch == SPACE || ch == 0 || in get_word() 583 ch > SPACE)) in get_word() 599 buf[cnt++] = SPACE; in say_word() 639 if (ch == SPACE || c in say_prev_word() [all...] |
H A D | keyhelp.c | 116 char start = SPACE; in help_init() 142 if (ch == SPACE) { in spk_handle_help()
|
H A D | spk_priv.h | 20 #define SPACE 0x20 macro
|
H A D | varhandlers.c | 298 if (*cp < SPACE) in spk_set_mask_bits() 313 if (*cp > SPACE) in spk_set_mask_bits() 317 if (*cp > SPACE) in spk_set_mask_bits()
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | stdio.c | 38 #define SPACE 8 /* space if plus */ macro 65 } else if (type & SPACE) { in number() 141 case ' ': flags |= SPACE; goto repeat; in vsprintf()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | stdio.c | 74 #define SPACE 8 /* space if plus */ macro 101 } else if (type & SPACE) { in number() 177 case ' ': flags |= SPACE; goto repeat; in vsprintf()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | printf.c | 30 #define SPACE 8 /* space if plus */ macro 68 } else if (type & SPACE) { in number() 146 flags |= SPACE; in vsprintf()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | stdio.c | 74 #define SPACE 8 /* space if plus */ macro 101 } else if (type & SPACE) { in number() 177 case ' ': flags |= SPACE; goto repeat; in vsprintf()
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | stdio.c | 38 #define SPACE 8 /* space if plus */ macro 65 } else if (type & SPACE) { in number() 141 case ' ': flags |= SPACE; goto repeat; in vsprintf()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | printf.c | 30 #define SPACE 8 /* space if plus */ macro 68 } else if (type & SPACE) { in number() 146 flags |= SPACE; in vsprintf()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | guest_sprintf.c | 29 #define SPACE 8 /* space if plus */ macro 72 } else if (type & SPACE) { in number() 157 flags |= SPACE; in guest_vsnprintf()
|
/kernel/linux/common_modules/newip/tools/ |
H A D | wireshark_cfg_for_newip.lua | 44 local _daddr = ProtoField.bytes (nip_proto_name .. ".daddr", "daddr (1~8 Byte)", base.SPACE)
45 local _saddr = ProtoField.bytes (nip_proto_name .. ".saddr", "saddr (1~8 Byte)", base.SPACE)
47 local _trans_data = ProtoField.bytes (nip_proto_name .. ".trans_data", "trans_data", base.SPACE)
136 local _rs_daddr = ProtoField.bytes (nd_icmp_name .. ".rs_daddr", "rs_daddr(1~8 Byte)", base.SPACE)
138 local _mac = ProtoField.bytes (nd_icmp_name .. ".mac", "mac ( 6 Byte)", base.SPACE)
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | 146 #define SPACE 8 /* space if plus */ macro 166 flags |= SPACE; in get_flags() 237 if (flags & SPACE) in get_sign()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | 146 #define SPACE 8 /* space if plus */ macro 166 flags |= SPACE; in get_flags() 237 if (flags & SPACE) in get_sign()
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | cistpl.c | 444 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro 458 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple() 487 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link() 493 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link() 498 if (SPACE(tuple->Flags)) { in follow_link() 501 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link() 507 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link() 511 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link() 517 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link() 535 attr = SPACE(tupl in pccard_get_next_tuple() [all...] |
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | cistpl.c | 444 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro 458 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple() 487 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link() 493 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link() 498 if (SPACE(tuple->Flags)) { in follow_link() 501 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link() 507 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link() 511 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link() 517 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link() 535 attr = SPACE(tupl in pccard_get_next_tuple() [all...] |
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | debug.c | 58 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | debug.c | 57 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | target.h | 30 scsi_opcode_name(SPACE), \
|