Home
last modified time | relevance | path

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

123

/dragonfly/contrib/file/magic/Magdir/
H A Dmips9 >20 beshort 0410 (swapped)
18 >20 beshort 0410 (swapped)
27 >20 beshort 04001 (swapped)
36 >20 beshort 04001 (swapped)
47 >20 beshort 0410 (swapped)
56 >20 beshort 0410 (swapped)
65 >20 beshort 04001 (swapped)
74 >20 beshort 04001 (swapped)
85 >20 beshort 0410 (swapped)
94 >20 beshort 0410 (swapped)
[all …]
H A Dconvex18 0 belong 0517 Convex old-style pre-paged, non-swapped executable
47 >88 belong &0x00000004 non-swapped
H A Dxenix56 >0x1c byte &0x80 byte-swapped
57 >0x1c byte &0x40 word-swapped
H A Dgnome42 # It's always "GVariant", it's byte swapped on incompatible archs
H A Ddump6 # We specify both byte orders in order to recognize byte-swapped dumps.
/dragonfly/contrib/gmp/mpn/generic/
H A Dgcdext_subdiv_step.c48 int swapped; in mpn_gcdext_subdiv_step() local
60 swapped = 0; in mpn_gcdext_subdiv_step()
71 *usizep = swapped ? un : -un; in mpn_gcdext_subdiv_step()
83 *usizep = swapped ? -un : un; in mpn_gcdext_subdiv_step()
94 swapped ^= 1; in mpn_gcdext_subdiv_step()
113 swapped ^= 1; in mpn_gcdext_subdiv_step()
121 *usizep = swapped ? -un : un; in mpn_gcdext_subdiv_step()
128 swapped ^= 1; in mpn_gcdext_subdiv_step()
144 swapped ^= 1; in mpn_gcdext_subdiv_step()
156 swapped ^= 1; in mpn_gcdext_subdiv_step()
/dragonfly/contrib/libpcap/
H A Dsf-pcapng.c295 if (p->swapped) { in read_block()
363 if (p->swapped) in read_block()
430 if (p->swapped) { in get_opthdr_from_block_data()
578 if (p->swapped) in process_idb_options()
779 int swapped = 0; in pcap_ng_check_header() local
857 swapped = 1; in pcap_ng_check_header()
886 p->swapped = swapped; in pcap_ng_check_header()
955 if (p->swapped) { in pcap_ng_check_header()
1027 if (p->swapped) { in pcap_ng_check_header()
1144 if (p->swapped) { in pcap_ng_next_packet()
[all …]
H A Dsf-pcap.c160 int swapped = 0; in pcap_check_header() local
182 swapped = 1; in pcap_check_header()
208 if (swapped) { in pcap_check_header()
249 p->swapped = swapped; in pcap_check_header()
474 if (p->swapped) { in pcap_next_packet()
709 if (p->swapped) in pcap_next_packet()
H A Dpcap-int.h233 int swapped; member
/dragonfly/games/backgammon/backgammon/
H A Dmove.c193 trymove(struct move *mm, int mvnum, int swapped) in trymove() argument
204 if (mm->d0 == swapped) in trymove()
212 if (mm->d0 == swapped) in trymove()
238 if ((!swapped) && mm->D0 != mm->D1) in trymove()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfp-bit.c452 FLO_union_type swapped;
455 swapped.words[0] = src->words[3];
456 swapped.words[1] = src->words[2];
457 swapped.words[2] = src->words[1];
458 swapped.words[3] = src->words[0];
460 swapped.words[0] = src->words[1];
461 swapped.words[1] = src->words[0];
463 src = &swapped;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-slp.c329 bool swapped = (*swap != 0); in vect_get_and_check_slp_defs() local
330 gcc_assert (!swapped || first_op_cond); in vect_get_and_check_slp_defs()
346 oprnd = gimple_op (stmt, first_op_idx + (swapped ? !i : i)); in vect_get_and_check_slp_defs()
381 && !swapped in vect_get_and_check_slp_defs()
384 swapped = true; in vect_get_and_check_slp_defs()
453 && !swapped in vect_get_and_check_slp_defs()
456 swapped = true; in vect_get_and_check_slp_defs()
513 if (swapped) in vect_get_and_check_slp_defs()
563 *swap = swapped; in vect_get_and_check_slp_defs()
H A Dreload.c2985 int swapped; in find_reloads() local
3002 for (swapped = 0; swapped < (commutative >= 0 ? 2 : 1); swapped++) in find_reloads()
3019 if (swapped) in find_reloads()
3249 if (swapped && i == commutative) in find_reloads()
3251 else if (swapped && i == commutative + 1) in find_reloads()
3255 if (swapped && m == commutative) in find_reloads()
3257 else if (swapped && m == commutative + 1) in find_reloads()
3727 if (swapped) in find_reloads()
3744 goal_alternative_swapped = swapped; in find_reloads()
3774 goal_alternative_swapped = swapped; in find_reloads()
[all …]
H A Doptabs.c4118 enum rtx_code swapped = swap_condition (comparison); in prepare_float_lib_cmp() local
4135 if (code_to_optab (swapped) in prepare_float_lib_cmp()
4136 && (libfunc = optab_libfunc (code_to_optab (swapped), mode))) in prepare_float_lib_cmp()
4139 comparison = swapped; in prepare_float_lib_cmp()
4315 bool swapped = false; in emit_conditional_move() local
4322 swapped = true; in emit_conditional_move()
4378 if (swapped) in emit_conditional_move()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md1537 int swapped;
1546 swapped = 0;
1548 swapped = 1;
1560 if (bit != ((elt & 1) ^ swapped))
1573 bool swapped;
1581 swapped = false;
1583 swapped = true;
1595 return elt == (swapped ? nunits : 0);
/dragonfly/lib/i18n_module/UTF1632/
H A Dcitrus_utf1632.c365 MATCH(swapped, ei->preffered_endian = _ENDIAN_SWAPPED); in parse_variable()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c184 tree v, tree lhs1, tree rhs1, bool swapped, bool seq_cst, in c_finish_omp_atomic() argument
282 if (swapped) in c_finish_omp_atomic()
288 else if (swapped) in c_finish_omp_atomic()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreload.c2595 int swapped; in find_reloads() local
2941 swapped = 0; in find_reloads()
3158 if ((swapped && (m != commutative || i != commutative + 1)) in find_reloads()
3199 if (swapped && i == commutative) in find_reloads()
3201 else if (swapped && i == commutative + 1) in find_reloads()
3205 if (swapped && m == commutative) in find_reloads()
3207 else if (swapped && m == commutative + 1) in find_reloads()
3709 goal_alternative_swapped = swapped; in find_reloads()
3739 goal_alternative_swapped = swapped; in find_reloads()
3758 swapped = !swapped; in find_reloads()
[all …]
/dragonfly/share/syscons/keymaps/
H A Djp.106x.kbd4 # (this one has capslock and control swapped)
H A Dus.dvorak.kbd4 # common layout. I personally use one with three more pairs swapped:
/dragonfly/contrib/smbfs/
H A DHISTORY40 - The user and server names was swapped in the "TreeConnect"
/dragonfly/contrib/binutils-2.34/bfd/
H A DpeXXigen.c3918 bfd_boolean swapped; in rsrc_sort_entries() local
3925 swapped = FALSE; in rsrc_sort_entries()
3941 swapped = TRUE; in rsrc_sort_entries()
3981 swapped = TRUE; in rsrc_sort_entries()
4072 while (swapped); in rsrc_sort_entries()
/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c3882 bfd_boolean swapped; in rsrc_sort_entries() local
3889 swapped = FALSE; in rsrc_sort_entries()
3905 swapped = TRUE; in rsrc_sort_entries()
3945 swapped = TRUE; in rsrc_sort_entries()
4036 while (swapped); in rsrc_sort_entries()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-d10v.texi37 is used, no warning will be generated when instructions are swapped.
/dragonfly/sys/dev/netif/mii_layer/
H A Dmiidevs85 /* some vendors have the bits swapped within bytes

123