Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c294 if (p->swapped) { in read_block()
362 if (p->swapped) in read_block()
429 if (p->swapped) { in get_opthdr_from_block_data()
577 if (p->swapped) in process_idb_options()
778 int swapped = 0; in pcap_ng_check_header() local
856 swapped = 1; in pcap_ng_check_header()
885 p->swapped = swapped; in pcap_ng_check_header()
954 if (p->swapped) { in pcap_ng_check_header()
1026 if (p->swapped) { in pcap_ng_check_header()
1143 if (p->swapped) { in pcap_ng_next_packet()
[all …]
H A Dsf-pcap.c226 int swapped = 0; in pcap_check_header() local
248 swapped = 1; in pcap_check_header()
274 if (swapped) { in pcap_check_header()
326 p->swapped = swapped; in pcap_check_header()
551 if (p->swapped) { in pcap_next_packet()
786 pcapint_post_process(p->linktype, p->swapped, hdr, *data); in pcap_next_packet()
H A Dpcap-util.h50 extern void pcapint_post_process(int linktype, int swapped,
H A Dpcap-util.c504 pcapint_post_process(int linktype, int swapped, struct pcap_pkthdr *hdr, in pcapint_post_process() argument
507 if (swapped) in pcapint_post_process()
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dchipone_icn8318.txt21 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
40 touchscreen-swapped-x-y;
H A Dexc3000.txt13 - touchscreen-swapped-x-y: See touchscreen.txt
25 touchscreen-swapped-x-y;
H A Dsilead_gsl1680.txt22 - touchscreen-swapped-x-y : See touchscreen.txt
41 touchscreen-swapped-x-y;
H A Dad7879.txt13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
H A Draspberrypi,firmware-ts.txt13 - touchscreen-swapped-x-y: See touchscreen.txt
H A Dektf2127.txt23 touchscreen-swapped-x-y;
H A Dzet6223.txt17 - touchscreen-swapped-x-y : See touchscreen.txt
H A Deeti.txt18 - touchscreen-swapped-x-y
H A Dmms114.txt19 - touchscreen-swapped-x-y: See [1]
/freebsd/share/i18n/esdb/UTF/
H A DUTF.alias14 16-SWAPPED ucs-2-swapped
31 32-SWAPPED ucs-4-swapped
H A DMakefile15 UTF-16-SWAPPED-var= utf16,swapped,force
25 UTF-32-SWAPPED-var= utf32,swapped,force
/freebsd/sbin/ipf/libipf/
H A Dipft_pc.c56 static int pfd = -1, swapped = 0; variable
99 swapped = 1; in ipcap_open()
148 if (swapped) { in ipcap_read_rec()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-zii-ultra-rmb3.dts128 touchscreen-swapped-x-y;
137 touchscreen-swapped-x-y;
150 touchscreen-swapped-x-y;
/freebsd/usr.bin/systat/
H A Dproc.c48 uint32_t swapped; /* in pages */ member
151 swobj[nswobj].swapped = kvo[i].kvo_swapped; in get_swap_vmobjects()
200 pages += vm->swapped; in per_proc_swap_usage()
/freebsd/contrib/file/magic/Magdir/
H A Dconvex18 0 belong 0517 Convex old-style pre-paged, non-swapped executable
47 >88 belong &0x00000004 non-swapped
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-i9305.dts19 /* SCL and SDA pins are swapped */
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-include-guard.mk336 CASES+= variable-swapped
337 LINES.variable-swapped= \
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dmt7530.txt61 Only works on platform where external phy TX<->RX lines are swapped.
68 2. swapped: RGMII TX, RX are swapped; external phy interface with the switch as
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt58 swapped and condition inverted. The compiler may use either one as
78 operation with the operands swapped. bmnzi.v will (currently) be emitted
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-skov-cpu-revc.dtsi12 touchscreen-swapped-x-y;
/freebsd/lib/libsysdecode/
H A Dflags.c1062 bool swapped; in sysdecode_cap_rights_init() local
1065 for (t = caprights, swapped = false; t->str != NULL; t++) { in sysdecode_cap_rights_init()
1073 swapped = true; in sysdecode_cap_rights_init()
1077 } while (swapped); in sysdecode_cap_rights_init()

12345