| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | gcd_subdiv_step.c | 82 int swapped; in mpn_gcd_subdiv_step() local 91 swapped = 0; in mpn_gcd_subdiv_step() 110 swapped ^= 1; in mpn_gcd_subdiv_step() 118 swapped ^= 1; in mpn_gcd_subdiv_step() 124 hook (ctx, bp, bn, NULL, 0, swapped ^ 1); in mpn_gcd_subdiv_step() 150 hook (ctx, NULL, 0, &one, 1, swapped); in mpn_gcd_subdiv_step() 153 hook (ctx, bp, bn, NULL, 0, swapped); in mpn_gcd_subdiv_step() 157 hook (ctx, NULL, 0, &one, 1, swapped); in mpn_gcd_subdiv_step() 162 swapped ^= 1; in mpn_gcd_subdiv_step() 167 hook (ctx, NULL, 0, &one, 1, swapped); in mpn_gcd_subdiv_step() [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | mips | 9 >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 D | convex | 18 0 belong 0517 Convex old-style pre-paged, non-swapped executable 47 >88 belong &0x00000004 non-swapped
|
| H A D | xenix | 59 >0x1c byte &0x80 byte-swapped 60 >0x1c byte &0x40 word-swapped
|
| /netbsd-src/common/lib/libc/arch/mips/gen/ |
| H A D | byte_swap_8.S | 78 # words swapped 84 # halfwords swapped 90 # bytes swapped
|
| /netbsd-src/sys/dev/dkwedge/ |
| H A D | dkwedge_bsdlabel.c | 278 int error, swapped; in validate_label() local 306 swapped = 1; in validate_label() 308 swapped = 0; in validate_label() 310 npartitions = (swapped) ? bswap16(lp->d_npartitions) in validate_label() 335 if (swapped) in validate_label()
|
| /netbsd-src/sys/arch/powerpc/stand/mkbootimage/ |
| H A D | mkbootimage.c | 459 uint32_t swapped[128]; in rs6000_build_image() local 578 memcpy(swapped, &bootrec, sizeof(rs6000_boot_record_t)); in rs6000_build_image() 580 swapped[i] = sa_htobe32(swapped[i]); in rs6000_build_image() 581 write(rs6000_fd, swapped, sizeof(rs6000_boot_record_t)); in rs6000_build_image() 582 memcpy(swapped, &confrec, sizeof(rs6000_config_record_t)); in rs6000_build_image() 584 swapped[i] = sa_htobe32(swapped[i]); in rs6000_build_image() 585 write(rs6000_fd, swapped, sizeof(rs6000_config_record_t)); in rs6000_build_image() 687 uint32_t swapped[12 in bebox_build_image() local [all...] |
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | kbdmap.c.ascii | 39 0, DEL, /* really BS, DEL & BS swapped */ 79 0, '\b', /* really DEL, BS & DEL swapped */ 152 0, DEL, /* really BS, DEL & BS swapped */ 192 0, '\b', /* really DEL, BS & DEL swapped */
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | ipft_pc.c | 60 static int pfd = -1, swapped = 0; variable 103 swapped = 1; 154 if (swapped) {
|
| /netbsd-src/sys/arch/arm/fdt/ |
| H A D | arm_simplefb.c | 196 bool swapped = false; in arm_simplefb_preattach() local 221 swapped = true; in arm_simplefb_preattach() 252 sc->sc_swapped = swapped; in arm_simplefb_preattach()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-zii-ultra-rmb3.dts | 128 touchscreen-swapped-x-y; 137 touchscreen-swapped-x-y; 150 touchscreen-swapped-x-y;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | md5.c | 221 uint32_t swapped[16]; in MD5_Update() local 224 swapped[2*i+0] = swap_uint32_t(us[i].a); in MD5_Update() 225 swapped[2*i+1] = swap_uint32_t(us[i].b); in MD5_Update() 227 calc(m, swapped); in MD5_Update()
|
| /netbsd-src/games/backgammon/backgammon/ |
| H A D | move.c | 201 trymove(struct move *mm, int mvnum, int swapped) in trymove() argument 212 if (mm->d0 == swapped) in trymove() 220 if (mm->d0 == swapped) in trymove() 246 if ((!swapped) && mm->D0 != mm->D1) in trymove()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | fp-bit.c | 433 FLO_union_type swapped; 436 swapped.words[0] = src->words[3]; 437 swapped.words[1] = src->words[2]; 438 swapped.words[2] = src->words[1]; 439 swapped.words[3] = src->words[0]; 441 swapped.words[0] = src->words[1]; 442 swapped.words[1] = src->words[0]; 444 src = &swapped;
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | fp-bit.c | 433 FLO_union_type swapped; 436 swapped.words[0] = src->words[3]; 437 swapped.words[1] = src->words[2]; 438 swapped.words[2] = src->words[1]; 439 swapped.words[3] = src->words[0]; 441 swapped.words[0] = src->words[1]; 442 swapped.words[1] = src->words[0]; 444 src = &swapped;
|
| /netbsd-src/sys/arch/powerpc/booke/ |
| H A D | booke_machdep.c | 630 bool swapped = false; in sort_data() local 631 while (gap > 1 || swapped) { in sort_data() 649 swapped = false; in sort_data() 654 swapped = true; in sort_data()
|
| /netbsd-src/sys/kern/ |
| H A D | subr_disk_mbr.c | 590 int swapped = 0; in validate_label() local 639 swapped = 1; in validate_label() 658 if (swapped) in validate_label() 674 if (swapped) in validate_label()
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | directive-include-guard.mk | 336 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
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | exynos4412-i9305.dts | 18 /* SCL and SDA pins are swapped */
|
| H A D | imx6qdl-skov-cpu-revc.dtsi | 31 touchscreen-swapped-x-y;
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_driver.c | 302 bool swapped = false; in rf_Configure() local 452 swapped = compswapped; in rf_Configure() 453 else if (swapped != compswapped) in rf_Configure() 463 if (swapped) in rf_Configure() 464 printf("raid%d: Using swapped-endian component labels.\n", in rf_Configure()
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | bus_space.c | 78 hp->swapped = 0; in bus_mem_add_mapping() 305 h->swapped = 1; in mac68k_bus_space_handle_swapped() 411 if (h->swapped) { in mac68k_bsr2_gen() 453 if (h->swapped) { in mac68k_bsr4_gen() 770 if (h->swapped) { in mac68k_bsw2_gen() 810 if (h->swapped) { in mac68k_bsw4_gen()
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_freebsd.man | 84 Number of pages paged or swapped in to physical memory. 87 Number of pages paged or swapped out from physical memory.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 58 swapped and condition inverted. The compiler may use either one as 78 operation with the operands swapped. bmnzi.v will (currently) be emitted
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | mk.mv2120 | 12 # It also requires the entry point to be byte-swapped (or maybe just in
|