Searched refs:or (Results 76 - 100 of 487) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/less/
H A Dmkutable92 } elsif (not $$out{in_run} or $type ne $$out{run_type} or $code != $prev_code+1) {
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S9 * Redistribution and use in source and binary forms, with or without
16 * documentation and/or other materials provided with the distribution.
18 * may be used to endorse or promote products derived from this software
111 or v1, v1, v0
665 or ta2, ta2, SIMPL_ONE # set implied one bit
672 or t0, t0, ta0 # compute result sign
681 or t2, t2, SIMPL_ONE # set implied one bit
686 or t2, t2, SIMPL_ONE # set implied one bit
688 or ta2, ta2, SIMPL_ONE # set implied one bit
731 or t
[all...]
H A Dlocore.S9 * Redistribution and use in source and binary forms, with or without
16 * documentation and/or other materials provided with the distribution.
18 * may be used to endorse or promote products derived from this software
39 * without express or implied warranty.
121 or t1, MIPS_SR_KX | MIPS_SR_SX | MIPS_SR_UX
131 or t2, t1
H A Dmpboot.S5 * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
44 or a0, a0, a2 ; \
/freebsd-11-stable/contrib/bmake/mk/
H A Dyacc.mk8 # Permission to copy, redistribute or otherwise
17 # this file contains rules to DTRT when SRCS contains foo.y or foo.c
/freebsd-11-stable/sys/netinet/
H A Dpim.h6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
15 * may be used to endorse or promote products derived from this software
52 # error BYTE_ORDER must be defined to either BIG_ENDIAN or LITTLE_ENDIAN
/freebsd-11-stable/sys/sparc64/include/
H A Dasm.h8 * Redistribution and use in source and binary forms, with or without
15 * documentation and/or other materials provided with the distribution.
17 * may be used to endorse or promote products derived from this software
48 or r1, %lo(_GLOBAL_OFFSET_TABLE_+4), r1 ; \
/freebsd-11-stable/tools/ifnet/
H A Dconvert_drvapi.sh6 # Redistribution and use in source and binary forms, with or without
14 # documentation and/or other materials provided with the distribution.
130 or=`echo $line|grep "$__ifp__->.*|= "`
131 if [ ! -z "$or" ]
148 or=`echo $line|grep "$__ifp__->.*&= "`
149 if [ ! -z "$or" ]
/freebsd-11-stable/share/dtrace/
H A Dhotopen6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dtcpconn6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dtcpdebug6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dtcpstate6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
H A Dudptrack6 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s10 # This software is provided "AS IS" and without any express or
/freebsd-11-stable/etc/rc.d/
H A Dcleanvar34 find /var/run \( -type f -or -type s ! -name log -and ! -name logpriv \) -delete
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s10 # This software is provided "AS IS" and without any express or
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c8 * 2 - error on an I/O operation or fatal error condition.
399 * Send a message to syslog and/or stderr.
910 fatal(1, "Illegal or too-long ABORT string ('%v')", s);
931 fatal(1, "Illegal or too-long CLR_ABORT string ('%v')", s);
960 fatal(1, "Illegal or too-long REPORT string ('%v')", s);
980 fatal(1, "Illegal or too-long REPORT string ('%v')", s);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S17 // Min and Max return A if B is NaN, or B if A is NaN
18 // Otherwise, they return the smaller or bigger value
52 A = or(ATMP,B)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h103 #error Unknown or unsupported OS.
140 // Inside memory allocation wrapper, or
146 /* Depending on build mode (debug or release), malloc_src_loc is declared with
147 1 or 3 parameters, but calls to malloc_src_loc() are always the same:
149 ... malloc_src_loc( size KMP_SRC_LOC_PARM ); // or KMP_SRC_LOC_CURR
178 // Linux* OS, OS X*, or non-debug Windows* OS.
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S6 This file is free software; you can redistribute it and/or modify it
8 Free Software Foundation; either version 2, or (at your option) any
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
72 1: @ Look for zeroes, equal values, INF, or NAN.
106 @ If exponent == difference, one or both args were denormalized.
220 @ Result is x + 0.0 = x or 0.0 + y = y.
251 @ if r0 or r1 is NAN: return NAN
253 @ otherwise return r0 (which is INF or -INF)
520 @ One or both arguments are denormalized.
546 @ Here, one or mor
[all...]
H A Dieee754-df.S6 This file is free software; you can redistribute it and/or modify it
8 Free Software Foundation; either version 2, or (at your option) any
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
93 @ Look for zeroes, equal values, INF, or NAN.
140 @ If exponent == difference, one or both args were denormalized.
255 @ shift value left 21 to 31 bits, or actually right 11 to 1 bits
293 @ shift result right of 21 to 31 bits, or left 11 to 1 bits after
302 @ Shift value right of 32 to 64 bits, or 0 to 32 bits after a switch
328 @ Result is x + 0.0 = x or 0.0 + y = y.
360 @ At least one of x or
[all...]
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.c8 This program is free software; you can redistribute it and/or modify
10 the Free Software Foundation; either version 2, or (at your option)
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 part or all of the Bison parser skeleton and distribute that work
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
39 /* All symbols defined below should begin with yy or YY, to avoid
100 * Redistribution and use in source and binary forms, with or without
109 * documentation and/or other materials provided with the distribution.
112 * may be used to endorse or promot
[all...]
/freebsd-11-stable/stand/lua/
H A Dcore.lua8 -- Redistribution and use in source and binary forms, with or without
15 -- documentation and/or other materials provided with the distribution.
51 -- this, we can't (or don't really want to) detect/disable ACPI on !i386
55 local boot_single = loader.getenv("boot_single") or "no"
56 local boot_verbose = loader.getenv("boot_verbose") or "no"
69 -- try_include will return the loaded module on success, or false and the error
83 -- base filename, or they know what they're doing as they've
149 return c == nil or tonumber(c) ~= 1
197 -- changed or if we've switched boot environments then we could have
209 local autodetect = loader.getenv("kernels_autodetect") or ""
[all...]
H A Ddrawer.lua8 -- Redistribution and use in source and binary forms, with or without
15 -- documentation and/or other materials provided with the distribution.
160 local framestyle = loader.getenv("loader_menu_frame") or defaultframe()
201 local menu_header = loader.getenv("loader_menu_title") or
224 local x = tonumber(loader.getenv("loader_brand_x")) or
226 local y = tonumber(loader.getenv("loader_brand_y")) or
243 local x = tonumber(loader.getenv("loader_logo_x")) or
245 local y = tonumber(loader.getenv("loader_logo_y")) or
253 if logodef == nil or logodef.graphic == nil or
[all...]
H A Dmenu.lua8 -- Redistribution and use in source and binary forms, with or without
15 -- documentation and/or other materials provided with the distribution.
67 -- continue or not. The return value may be omitted if this entry should
68 -- have no bearing on whether we continue or not, indicating that we
389 local key = keypress or io.getchar()
393 if (key == core.KEY_BACKSPACE or key == core.KEY_DELETE) and
418 -- need to exit this menu. An omitted or true
437 delay = tonumber(delay) or 10
466 local x = loader.getenv("loader_menu_timeout_x") or 4
467 local y = loader.getenv("loader_menu_timeout_y") or 2
[all...]

Completed in 228 milliseconds

1234567891011>>