/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar.py | 92 lines += [f" | {alt}" for alt in self.rhs.alts] 151 return " | ".join(str(alt) for alt in self.alts)
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 2025 unsigned int alt; member 2033 int alt = work->alt; in tcm_delayed_set_alt() local 2042 if (alt == USB_G_ALT_INT_BBB) in tcm_delayed_set_alt() 2044 else if (alt == USB_G_ALT_INT_UAS) in tcm_delayed_set_alt() 2059 static int tcm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in tcm_set_alt() argument 2063 if ((alt == USB_G_ALT_INT_BBB) || (alt == USB_G_ALT_INT_UAS)) { in tcm_set_alt() 2071 work->alt = alt; in tcm_set_alt() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_wolfssl.c | 860 int alt, num_alt_subject = 0; in wolfssl_tls_cert_event() local 933 for (alt = 0; alt < num_alt_subject; alt++) in wolfssl_tls_cert_event() 934 ev.peer_cert.altsubject[alt] = alt_subject[alt]; in wolfssl_tls_cert_event() 939 for (alt = 0; alt < num_alt_subject; alt++) in wolfssl_tls_cert_event() 940 os_free(alt_subject[alt]); in wolfssl_tls_cert_event() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 864 int alt, num_alt_subject = 0; in wolfssl_tls_cert_event() local 940 for (alt = 0; alt < num_alt_subject; alt++) in wolfssl_tls_cert_event() 941 ev.peer_cert.altsubject[alt] = alt_subject[alt]; in wolfssl_tls_cert_event() 946 for (alt = 0; alt < num_alt_subject; alt++) in wolfssl_tls_cert_event() 947 os_free(alt_subject[alt]); in wolfssl_tls_cert_event() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mpc5121.h | 56 u32 alt; /* Address Latch Timing Register */ member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mpc5121.h | 56 u32 alt; /* Address Latch Timing Register */ member
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | typec_mux.h | 44 struct typec_altmode *alt; member
|
H A D | composite.h | 220 unsigned interface, unsigned alt); 253 struct usb_ep *_ep, u8 alt);
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | typec_mux.h | 46 struct typec_altmode *alt; member
|
H A D | composite.h | 210 unsigned interface, unsigned alt); 245 struct usb_ep *_ep, u8 alt);
|
H A D | pd_vdo.h | 229 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ 231 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
|
/third_party/rust/crates/nom/examples/ |
H A D | json.rs | 4 branch::alt, 63 /// `alt` is another combinator that tries multiple parsers one by one, until in parse_str() 74 // `alt` combines the two parsers. It returns the result of the first in parse_str() 76 alt((parse_true, parse_false))(input) in parse_str() 89 /// combinators like `alt` that they should not try other parsers. We were in the 161 alt(( in json_value() 178 alt(( in json_value()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | power9-pmu.c | 143 static int power9_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power9_get_alternatives() argument 147 num_alt = isa207_get_alternatives(event, alt, in power9_get_alternatives()
|
H A D | power10-pmu.c | 98 static int power10_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power10_get_alternatives() argument 102 num_alt = isa207_get_alternatives(event, alt, in power10_get_alternatives()
|
H A D | power8-pmu.c | 112 static int power8_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power8_get_alternatives() argument 116 num_alt = isa207_get_alternatives(event, alt, in power8_get_alternatives()
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vma.c | 51 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image() 52 (struct alt_instr *)(image->data + image->alt + in init_vdso_image()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | alternative.h | 314 .macro altinstruction_entry orig alt feature orig_len alt_len 316 .long \alt - .
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | generic-compat-pmu.c | 92 static int generic_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in generic_get_alternatives() argument 96 num_alt = isa207_get_alternatives(event, alt, in generic_get_alternatives()
|
H A D | power9-pmu.c | 143 static int power9_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power9_get_alternatives() argument 147 num_alt = isa207_get_alternatives(event, alt, in power9_get_alternatives()
|
H A D | power8-pmu.c | 112 static int power8_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power8_get_alternatives() argument 116 num_alt = isa207_get_alternatives(event, alt, in power8_get_alternatives()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | debugfs.c | 42 * @alt: explanation what can be used as alternative 44 void batadv_debugfs_deprecated(struct file *file, const char *alt) in batadv_debugfs_deprecated() argument 50 current->comm, task_pid_nr(current), name, alt); in batadv_debugfs_deprecated()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/gl860/ |
H A D | gl860-ov9655.c | 284 gspca_dev->alt = 1 + 1; in ov9655_configure_alt() 288 gspca_dev->alt = 1 + 1; in ov9655_configure_alt()
|
/kernel/linux/linux-6.6/include/dt-bindings/usb/ |
H A D | pd.h | 208 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ 210 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vma.c | 52 apply_alternatives((struct alt_instr *)(image->data + image->alt), in init_vdso_image() 53 (struct alt_instr *)(image->data + image->alt + in init_vdso_image()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | alternative.h | 365 .macro altinstr_entry orig alt ft_flags orig_len alt_len 367 .long \alt - .
|