Searched refs:swapped (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/contrib/libpcap/
H A Dpcap-util.h50 extern void pcap_post_process(int linktype, int swapped,
H A Dsf-pcapng.c296 if (p->swapped) {
364 if (p->swapped)
431 if (p->swapped) {
579 if (p->swapped)
780 int swapped = 0; local
858 swapped = 1;
887 p->swapped = swapped;
956 if (p->swapped) {
1028 if (p->swapped) {
[all...]
H A Dsf-pcap.c165 int swapped = 0; local
175 * number for a pcap savefile, or for a byte-swapped pcap
187 swapped = 1;
211 * If it's a byte-swapped capture file, byte-swap the header.
213 if (swapped) {
254 p->swapped = swapped;
479 if (p->swapped) {
527 * so presumably they weren't swapped.
714 pcap_post_process(p->linktype, p->swapped, hd
[all...]
H A Dpcap-util.c432 pcap_post_process(int linktype, int swapped, struct pcap_pkthdr *hdr, argument
435 if (swapped)
H A Dpcap-int.h251 int swapped; member in struct:pcap
H A Dpcap.c3442 return (p->swapped);
H A Dgencode.c2156 if (cstate->bpf_pcap->rfile != NULL && cstate->bpf_pcap->swapped)
/freebsd-current/share/i18n/esdb/UTF/
H A DMakefile15 UTF-16-SWAPPED-var= utf16,swapped,force
25 UTF-32-SWAPPED-var= utf32,swapped,force
/freebsd-current/sbin/ipf/libipf/
H A Dipft_pc.c56 static int pfd = -1, swapped = 0; variable
99 swapped = 1;
148 if (swapped) {
/freebsd-current/usr.bin/systat/
H A Dproc.c48 uint32_t swapped; /* in pages */ member in struct:swapvm
151 swobj[nswobj].swapped = kvo[i].kvo_swapped;
200 pages += vm->swapped;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc67 // Extract the exponent and significand from the (possibly swapped) a and b.
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-include-guard.exp56 Parse_PushInput: file variable-swapped.tmp, line 1
57 Parse_PushInput: file variable-swapped.tmp, line 1
H A Ddirective-include-guard.mk336 CASES+= variable-swapped
337 LINES.variable-swapped= \
342 # expect: Parse_PushInput: file variable-swapped.tmp, line 1
343 # expect: Parse_PushInput: file variable-swapped.tmp, line 1
/freebsd-current/lib/libsysdecode/
H A Dflags.c1062 bool swapped; local
1065 for (t = caprights, swapped = false; t->str != NULL; t++) {
1073 swapped = true;
1077 } while (swapped);
/freebsd-current/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c368 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED);
/freebsd-current/lib/libc/amd64/string/
H A Dstrcmp.S149 jb .Lswapped # if not, proceed with swapped operands
258 * If (a&0xf) < (b&0xf), we do the same thing but with swapped
H A Dstrncmp.S186 jb .Lswapped # if not, proceed with swapped operands
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc410 * All data in the instance are properly byte swapped. The input
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc410 * All data in the instance are properly byte swapped. The input
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h4096 uint64x2_t const swapped = vextq_u64(data64, data64, 1); local
4097 xacc[i] = vaddq_u64 (xacc[i], swapped);

Completed in 258 milliseconds