Searched refs:mangled (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/tests/ |
A D | demangle-java-test.c | 17 const char *mangled, *demangled; in test__demangle_java() member 32 buf = java_demangle_sym(test_cases[i].mangled, 0); in test__demangle_java() 34 pr_debug("FAILED: %s: %s != %s\n", test_cases[i].mangled, in test__demangle_java()
|
A D | demangle-ocaml-test.c | 17 const char *mangled, *demangled; in test__demangle_ocaml() member 30 buf = ocaml_demangle_sym(test_cases[i].mangled); in test__demangle_ocaml() 34 pr_debug("FAILED: %s: %s != %s\n", test_cases[i].mangled, in test__demangle_ocaml()
|
/linux/net/netfilter/ipvs/ |
A D | ip_vs_ftp.c | 366 bool mangled; in ip_vs_ftp_out() local 374 mangled = nf_nat_mangle_tcp_packet(skb, ct, ctinfo, in ip_vs_ftp_out() 379 if (mangled) { in ip_vs_ftp_out()
|
/linux/drivers/comedi/drivers/ |
A D | amplc_pci224.c | 392 unsigned short mangled; in pci224_ao_set_data() local 407 mangled = (unsigned short)data << (16 - board->ao_bits); in pci224_ao_set_data() 410 mangled ^= 0x8000; in pci224_ao_set_data() 413 outw(mangled, dev->iobase + PCI224_DACDATA); in pci224_ao_set_data()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-subdev-g-crop.rst | 64 applied to the device by the driver, but are mangled exactly as active
|
/linux/Documentation/networking/ |
A D | nf_flowtable.rst | 73 mangled according to the NAT policy that is specified from the classic IP
|
/linux/tools/memory-model/Documentation/ |
A D | access-marking.txt | 152 due to compiler-mangled reads, it can also tolerate the occasional 153 compiler-mangled write, at least assuming that the proper value is in
|
/linux/Documentation/process/ |
A D | applying-patches.rst | 196 file that you are using has been mangled by a mail client or mail transfer
|
/linux/Documentation/usb/ |
A D | usb-serial.rst | 174 - changing baud rates ought to flush tx/rx to avoid mangled half characters
|
/linux/Documentation/admin-guide/ |
A D | ras.rst | 787 system context might be so mangled that continuing will lead to further
|
Completed in 24 milliseconds