| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/ |
| H A D | TestBoot | 1 REM >testboot 2 REM $NetBSD: TestBoot,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $ 3 REM 4 REM Copyright (c) 1995 Mark Brinicombe 5 REM All rights reserved 6 REM 7 REM Redistribution and use in source and binary forms, with or without 8 REM modification, are permitted provided that the following conditions 9 REM are met: 10 REM 1. Redistributions of source code must retain the above copyright [all …]
|
| H A D | BtNetBSD | 1 REM > BtNetBSD 2 REM $NetBSD: BtNetBSD,v 1.6 2006/12/25 18:45:35 wiz Exp $ 3 REM 4 REM Copyright (c) 2000, 2001, 2002 Reinoud Zandijk 5 REM Copyright (c) 1998, 1999, 2000 Ben Harris 6 REM ELF file reading based on work by Ben Harris 7 REM All rights reserved. 8 REM 9 REM Redistribution and use in source and binary forms, with or without 10 REM modification, are permitted provided that the following conditions [all …]
|
| H A D | checkro403 | 1 REM >checkro403 2 REM $NetBSD: checkro403,v 1.1.1.1 2002/05/09 20:03:57 jdolecek Exp $ 3 REM 4 REM This program checks the build date of RISC OS to see if it is the one 5 REM with the bug in OS_Module 7 (RO 4.03 for the Castle Kinetic Card). If 6 REM so, it ensures that the memfix module has been loaded 10 IF (flags% AND 1)<>0 THEN END :REM SWI returned with the V flag set
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/ |
| H A D | MountUFS | 1 REM >Mountufs 2 REM $NetBSD: MountUFS,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $ 3 REM 4 REM Copyright (c) 1997 Mark Brinicombe 5 REM All rights reserved 6 REM 7 REM Redistribution and use in source and binary forms, with or without 8 REM modification, are permitted provided that the following conditions 9 REM are met: 10 REM 1. Redistributions of source code must retain the above copyright [all …]
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/misc/ |
| H A D | bb_netbsd | 1 REM > bb_NetBSD 2 REM $NetBSD: bb_netbsd,v 1.4 2006/08/31 20:59:24 bjh21 Exp $ 3 REM 4 REM Copyright (c) 1995 Mark Brinicombe 5 REM All rights reserved 6 REM 7 REM Redistribution and use in source and binary forms, with or without 8 REM modification, are permitted provided that the following conditions 9 REM are met: 10 REM 1. Redistributions of source code must retain the above copyright [all …]
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/src/Banner/ |
| H A D | resutil | 1 REM >resutil 2 REM $NetBSD: resutil,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $ 3 REM 4 REM Copyright (c) 1995 Mark Brinicombe 5 REM All rights reserved 6 REM 7 REM Redistribution and use in source and binary forms, with or without 8 REM modification, are permitted provided that the following conditions 9 REM are met: 10 REM 1. Redistributions of source code must retain the above copyright [all …]
|
| H A D | Banner | 1 REM> Banner 2 REM $NetBSD: Banner,v 1.1.1.1 2002/05/09 20:03:59 jdolecek Exp $ 3 REM 4 REM Copyright (c) 1995 Mark Brinicombe 5 REM All rights reserved 6 REM 7 REM Redistribution and use in source and binary forms, with or without 8 REM modification, are permitted provided that the following conditions 9 REM are met: 10 REM 1. Redistributions of source code must retain the above copyright [all …]
|
| /netbsd-src/external/mit/expat/dist/win32/ |
| H A D | build_expat_iss.bat | 1 REM Batch script to build Inno Setup installer for libexpat for Windows 2 REM Call from parent directory, e.g.: cmd /c win32\build_expat_iss.bat 3 REM __ __ _ 4 REM ___\ \/ /_ __ __ _| |_ 5 REM / _ \\ /| '_ \ / _` | __| 6 REM | __// \| |_) | (_| | |_ 7 REM \___/_/\_\ .__/ \__,_|\__| 8 REM |_| XML parser 9 REM 10 REM Copyright (c) 2019 Sebastian Pipping <sebastian@pipping.org> [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/release/ |
| H A D | build_llvm_package.bat | 4 REM Script for building the LLVM installer on Windows, 5 REM used for the the weekly snapshots at http://www.llvm.org/builds. 6 REM 7 REM Usage: build_llvm_package.bat <revision> 9 REM Prerequisites: 10 REM 11 REM Visual Studio 2019, CMake, Ninja, GNUWin32, SWIG, Python 3, 12 REM NSIS with the strlen_8192 patch, 13 REM Visual Studio 2019 SDK and Nuget (for the clang-format plugin), 14 REM Perl (for the OpenMP run-time), 7Zip. [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| H A D | install.bat | 6 REM In general this script should not be used except for development and testing 7 REM purposes. The proper way to install is via the VSIX, and the proper way to 8 REM uninstall is through the Visual Studio extension manager. 10 REM Change to the directory of this batch file. 13 REM Older versions of VS would look for these files in the Program Files\MSBuild directory 14 REM but with VS2017 it seems to look for these directly in the Visual Studio instance. 15 REM This means we'll need to do a little extra work to properly detect all the various 16 REM instances, but in reality we can probably sidestep all of this by just wrapping this 17 REM in a vsix and calling it a day, as that should handle everything for us.
|
| H A D | uninstall.bat | 5 REM In general this script should not be used except for development and testing 6 REM purposes. The proper way to install is via the VSIX, and the proper way to 7 REM uninstall is through the Visual Studio extension manager. 9 REM CD to the directory of this batch file.
|
| /netbsd-src/tests/lib/libc/stdlib/ |
| H A D | t_div.c | 37 #define REM 999236 macro 53 ATF_CHECK(d.rem == REM); in ATF_TC_BODY() 70 ATF_CHECK(ld.rem == REM); in ATF_TC_BODY() 87 ATF_CHECK(lld.rem == REM); in ATF_TC_BODY()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | msg.c | 157 #define REM (blen - mlen) macro 162 if (REM < len) 176 len = snprintf(mp, REM, "%s", KEY_NAME(sp, *p)); 181 len = snprintf(mp, REM, ", %d: ", wp->if_lno); 298 len = vsnprintf(mp, REM, fmt, ap); 347 len = snprintf(mp, REM, ": %s", strerror(errno)); 354 len = snprintf(mp, REM, ": %s", db_strerror(sp->db_error));
|
| /netbsd-src/external/gpl2/groff/dist/arch/djgpp/ |
| H A D | t-groff.bat | 33 REM roff\groff\groff -e -s -t -p -R -me -Tps ../doc/meintro.me >>prn 40 REM roff\groff\groff -e -s -t -p -R -me -Tlj4 ../doc/meintro.me >>prn 57 REM roff\groff\groff -e -s -t -p -R -me -Tlbp ../doc/meintro.me >>prn
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoM.td | 40 def REM : ALU_rr<0b0000001, 0b110, "rem">, 70 def : PatGprGpr<srem, REM>;
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/ |
| H A D | pexpr.c | 94 enum op_t {NOP, LIT, NEG, NOT, PLUS, MINUS, MULT, DIV, MOD, REM, INVMOD, POW, enumerator 587 makeexp (e, REM, *e, e2); in term() 595 makeexp (e, REM, *e, e2); in term() 719 {"rem", REM, 2}, 939 case REM: in mpz_eval_expr()
|
| /netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
| H A D | wintest.bat | 54 REM Remove temporary files
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | srem_mod.sa | 38 * point (IEEE) REM of the input values X and Y. 57 * signQ := signX EOR signY. Record whether MOD or REM 78 * Step 5. R = MOD(X,Y), but REM(X,Y) is requested. 79 * 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
|
| /netbsd-src/sys/external/isc/libsodium/dist/builds/msvc/build/ |
| H A D | buildbase.bat | 2 REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | QLParser.yy | 109 REM "%" 126 | exp REM exp { $$ = new Expression (Expression::OP_REM, $1, $3); }
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | QLParser.yy | 109 REM "%" 126 | exp REM exp { $$ = new Expression (Expression::OP_REM, $1, $3); }
|
| /netbsd-src/sys/net/ |
| H A D | if_llatbl.h | 165 LLE_REF_TRACE(REM, (lle), (lle)->lle_refcnt); \
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
| H A D | makefile.vc | 163 !if [echo REM = This file is generated from Makefile.vc > versions.vc]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32r/ |
| H A D | ChangeLog-2021 | 98 * rem.cgs: Test REM instruction.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1796 SDValue REM = DAG.getBuildVector(MVT::v2i32, DL, {Res.getValue(1), Zero}); in LowerUDIVREM64() local 1799 Results.push_back(DAG.getNode(ISD::BITCAST, DL, MVT::i64, REM)); in LowerUDIVREM64() 1945 SDValue REM = DAG.getBuildVector(MVT::v2i32, DL, {REM_Lo, Zero}); in LowerUDIVREM64() local 1946 REM = DAG.getNode(ISD::BITCAST, DL, MVT::i64, REM); in LowerUDIVREM64() 1962 REM = DAG.getNode(ISD::SHL, DL, VT, REM, DAG.getConstant(1, DL, VT)); in LowerUDIVREM64() 1964 REM = DAG.getNode(ISD::OR, DL, VT, REM, HBit); in LowerUDIVREM64() 1967 SDValue realBIT = DAG.getSelectCC(DL, REM, RHS, BIT, Zero, ISD::SETUGE); in LowerUDIVREM64() 1972 SDValue REM_sub = DAG.getNode(ISD::SUB, DL, VT, REM, RHS); in LowerUDIVREM64() 1973 REM = DAG.getSelectCC(DL, REM, RHS, REM_sub, REM, ISD::SETUGE); in LowerUDIVREM64() 1979 Results.push_back(REM); in LowerUDIVREM64()
|