HomeSort by: relevance | last modified time | path
    Searched defs:OUTPUT (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/nintendods/
Makefile 12 # TARGET is the name of the output
53 export OUTPUT := $(CURDIR)/lib/libz.a
113 $(OUTPUT) : $(OFILES)
  /src/sys/dev/i2c/
i2c_bitbang.c 57 #define OUTPUT ops->ibo_bits[I2C_BIT_OUTPUT] /* SDA is output */
89 DIR(OUTPUT);
111 DIR(OUTPUT);
185 /* set SCL H->L before set SDA direction OUTPUT */
190 DIR(OUTPUT);
223 DIR(OUTPUT);
254 /* set SCL H->L before set SDA direction OUTPUT */
256 DIR(OUTPUT);
  /src/usr.bin/make/unit-tests/
opt-jobs.mk 20 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)"
21 . if ${OUTPUT:[2..-1]} != ${EXPECT.${arg}}
22 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}}
44 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)"
45 . if ${OUTPUT:C,^[0-9]+$,numeric,W} == numeric
46 OUTPUT= <integer>
48 . if ${OUTPUT:[2..-1]} != ${EXPECT.${arg}}
49 . warning ${arg}:${.newline} have: ${OUTPUT:[2..-1]}${.newline} want: ${EXPECT.${arg}}
  /src/bin/ps/
ps.h 72 #define LJUST 0x04 /* left adjust on output (trailing blanks) */
79 /* output routine */
83 * to the generic output routine: pvar (that which prints simple
100 #define OUTPUT(vent, kl, pi, ki, mode) do { \
  /src/sys/net/
bsd-comp.c 71 * code is output by the compressor. This is because a packet
125 uint16_t codem1; /* output of hash table -1 */
172 #define CLEAR 256 /* table clear output code */
224 static int /* 1=output CLEAR */
450 * code size expands, we do not output a bunch of padding.
492 #define OUTPUT(ent) { \
590 OUTPUT(ent); /* output the prefix */
614 OUTPUT(ent); /* output the last code *
    [all...]

Completed in 13 milliseconds