| /src/usr.sbin/npf/npftest/libnpftest/ |
| npf_state_test.c | 27 #define OUT 0x1 37 /* Out of order ACK. */ 38 { S, 0, 9999, 0, 4096, OUT }, 40 { A, 0, 10000, 10, 4096, OUT }, 43 { A, 1000, 10000, 10, 4096, OUT }, 44 { A, 1000, 11000, 10, 4096, OUT }, 47 { A, 1000, 12000, 10, 4096, OUT }, 50 { A, 1000, 14000, 10, 4096, OUT }, 54 /* Retransmission after out of order ACK and missing ACK. */ 55 { S, 0, 9999, 0, 1000, OUT }, [all...] |
| /src/external/gpl2/gettext/dist/os2/ |
| Makefile | 41 OUT = out/$(OUT.SUFFIX)/ 69 LINKINTL = $(OUT)intl.a 75 OUT.SUFFIX = release 80 OUT.SUFFIX = debug 82 LINKINTL = $(OUT)intl_s.a 89 LINGUAS = $(filter-out $(BAD.LINGUAS),$(shell sed -e "/^\#/d" $(ROOT)po/LINGUAS)) 101 INTL.OBJECTS = $(addprefix $(OUT),$(subst $(ROOT),,$(INTL.SOURCES:.c=.o))) 106 PROGRAMS.EXE = $(addprefix $(OUT),$(PROGRAMS) [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| st-pincfg.h | 37 #define OUT (OE)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-ldmstm.ml | 34 type optype = IN | OUT | INOUT 70 OUT -> "=&"
|
| /src/sys/lib/libkern/ |
| entpool.c | 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 113 * and out byte by byte, but get the same answers out of test 237 * as zeroing what we just read out.) 254 * Copy out and zero (RATE-1)-sized chunks at a time, stirring 267 * If there's anything left, copy out a partial rate's worth 611 enum { IN, OUT, STOP } t; 696 {OUT, {0}}, 697 {OUT, {0}}, 701 {OUT, {0}} [all...] |
| /src/usr.bin/sed/ |
| process.c | 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 98 #define OUT() do { \ 184 OUT(); 199 OUT(); 210 OUT(); 218 OUT(); 281 OUT(); 373 * Clear out the hold space. 478 OUT();
|
| /src/external/bsd/nvi/dist/regex/ |
| regex2.h | 35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 108 * and a mask to pick out the relevant bit of each byte. A hash code 172 #define OUT REOF /* a non-character value */
|
| /src/lib/libc/regex/ |
| regex2.h | 34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 202 #define OUT (CHAR_MIN - 1) /* a non-character value */
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regex2.h | 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 103 * and a mask to pick out the relevant bit of each byte. A hash code 162 #define OUT (CHAR_MAX+1) /* a non-character value */
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efidef.h | 54 // OUT - argument (pointer) is returned from the function 60 #define OUT
|
| /src/sys/dev/usb/ |
| ugen.c | 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 178 #define OUT 0 268 goto out; 273 goto out; 278 out: mutex_exit(&ugenif.lock); 426 for (dir = OUT; dir <= IN; dir++) { 471 /* Clear out the old info, but leave the selinfo and cv initialised. */ 473 for (int dir = OUT; dir <= IN; dir++) { 524 goto out; 531 goto out; [all...] |
| /src/sys/dev/ic/ |
| interwavereg.h | 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 354 #define OUT 1
|
| /src/tests/dev/audio/ |
| audiotest.c | 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1132 "b\3ERR\0" "b\2OUT\0" "b\1PRI\0" "b\0IN\0", 2909 #define OUT POLLOUT 2924 } else if (events == OUT) { 2925 events_str = "OUT"; 2926 } else if (events == (IN | OUT)) { 2973 DEF(poll_mode_RDONLY_OUT) { test_poll_mode(O_RDONLY, OUT, 0); } 2974 DEF(poll_mode_RDONLY_INOUT) { test_poll_mode(O_RDONLY, IN|OUT, IN); } 2976 DEF(poll_mode_WRONLY_OUT) { test_poll_mode(O_WRONLY, OUT, OUT); } [all...] |
| /src/usr.sbin/syslogd/ |
| syslogd.c | 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 99 * Queue of about-to-be-dead processes we should watch out for. 119 * Intervals at which we flush out "message repeated" messages, 446 logerror("UID out of range"); 471 logerror("GID out of range"); 1618 if (is_printf) /* kernel printf's come out on console */ 2057 #define OUT(x) ((x)?(x):"-") 2151 hostname, OUT(buffer->prog), 2159 hostname, OUT(buffer->prog), OUT(buffer->pid) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 489 #define OUT(p, txt, ...) (p)->fprintf_func ((p)->stream, txt, __VA_ARGS__) 1249 OUT (outf, "CC %s= %s", op_names[op], bitname); 1251 OUT (outf, "%s %s= CC", bitname, op_names[op]); 1753 to combine them, so it prints out the right values. 2644 to combine them, so it prints out the right values. 2723 /* And we print out the 32-bit value if it is a pointer. */
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 489 #define OUT(p, txt, ...) (p)->fprintf_func ((p)->stream, txt, ## __VA_ARGS__) 1249 OUT (outf, "CC %s= %s", op_names[op], bitname); 1251 OUT (outf, "%s %s= CC", bitname, op_names[op]); 1753 to combine them, so it prints out the right values. 2644 to combine them, so it prints out the right values. 2723 /* And we print out the 32-bit value if it is a pointer. */
|