| /src/external/gpl3/gcc.old/dist/libphobos/m4/ |
| gdc.m4 | 8 # Check if compiler can compile D code 12 AC_MSG_CHECKING([[If $GDC can compile D sources]])
|
| /src/lib/libc/arch/hppa/string/ |
| ffs.S | 38 * are numbered as "32, 31, ... 1", 0 is returned if no bits are set. 42 comb,= %arg0,%r0,ffsdone ; If arg0 is 0 45 extru,= %arg0,31,16,%r0 ; If low 16 bits are non-zero 48 extru,= %arg0,31,8,%r0 ; If low 8 bits are non-zero 51 extru,= %arg0,31,4,%r0 ; If low 4 bits are non-zero 54 extru,= %arg0,31,2,%r0 ; If low 2 bits are non-zero 57 extru,= %arg0,31,1,%r0 ; If low bit is non-zero
|
| /src/usr.sbin/sysinst/arch/alpha/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 44 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/amiga/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/emips/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 43 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/ews4800mips/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 43 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/hpcsh/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from an external device, you may now remove it.
|
| /src/usr.sbin/sysinst/arch/mipsco/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 43 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/newsmips/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 44 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/vax/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 44 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/bebox/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/evbppc/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/hpcarm/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from an external device, you may now remove it.
|
| /src/usr.sbin/sysinst/arch/hpcmips/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from an external device, you may now remove it.
|
| /src/usr.sbin/sysinst/arch/landisk/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/macppc/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 44 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/news68k/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 44 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/pmax/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 43 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/sandpoint/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 42 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/sgimips/ |
| msg.md.en | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 43 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/sparc/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 44 {If you booted from a floppy, you may now remove the disk.
|
| /src/usr.sbin/sysinst/arch/sparc64/ |
| msg.md.en | 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 44 {If you booted from a floppy, you may now remove the disk.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| system.d | 21 runtime. If you're doing something which should compile differently 68 runtime. If you're doing something which should compile differently
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/ |
| SourceExtraction.cpp | 20 /// Returns true if the token at the given location is a semicolon. 28 /// Returns true if there should be a semicolon after the given statement. 30 if (isa<CompoundStmt>(S)) 32 if (const auto *If = dyn_cast<IfStmt>(S)) 33 return isSemicolonRequiredAfter(If->getElse() ? If->getElse() 34 : If->getThen()); 35 if (const auto *While = dyn_cast<WhileStmt>(S)) 37 if (const auto *For = dyn_cast<ForStmt>(S) [all...] |
| /src/sys/external/bsd/acpica/dist/tests/misc/ |
| grammar.asl | 26 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 71 grammar.asl 1379: if (LNotEqual (Local0, 0x1234567887654321)) 489 If (LLess (REV, 2)) 574 If(LEqual(And(LANS,0x30),0x30)){ 581 If(LNot(_STA())){ 586 If(_STA()){ 616 If (Lequal (Arg0, 0)) 680 If(LNot(SMWE(0x09,0x15,1,1))){ 813 If( Arg0 ){ 817 If( Arg1 ) [all...] |