HomeSort by: relevance | last modified time | path
    Searched refs:put (Results 1 - 25 of 848) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/games/tetris/
screen.h 46 #define putpad(s) tputs(s, 1, put)
48 int put(int); /* just calls putchar; for tputs */
  /src/bin/stty/
print.c 86 #define put(n, f, d) \ macro
93 put("-icanon", ICANON, 1);
94 put("-isig", ISIG, 1);
95 put("-iexten", IEXTEN, 1);
96 put("-echo", ECHO, 1);
97 put("-echoe", ECHOE, 0);
98 put("-echok", ECHOK, 0);
99 put("-echoke", ECHOKE, 0);
100 put("-echonl", ECHONL, 0);
101 put("-echoctl", ECHOCTL, 0)
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
check-defines.el 35 (put (intern "HAVE_USEFUL_SBRK") :check-ok t)
36 (put (intern "HAVE_SOCKETS") :check-ok t)
37 (put (intern "HAVE_F_GETFD") :check-ok t)
38 (put (intern "HAVE_DOS_BASED_FILE_SYSTEM") :check-ok t)
46 (put (intern name) :check-ok t)))))
  /src/external/gpl3/gdb.old/dist/gdbsupport/
check-defines.el 35 (put (intern "HAVE_USEFUL_SBRK") :check-ok t)
36 (put (intern "HAVE_SOCKETS") :check-ok t)
37 (put (intern "HAVE_F_GETFD") :check-ok t)
38 (put (intern "HAVE_DOS_BASED_FILE_SYSTEM") :check-ok t)
46 (put (intern name) :check-ok t)))))
  /src/usr.bin/sort/
append.c 75 append(RECHEADER **keylist, int nelem, FILE *fp, put_func_t put)
85 put(crec, fp);
91 put(crec, fp);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
clb069.h 10 __u32 put; member in struct:nvif_clb069_v0
  /src/external/gpl3/binutils/dist/gprofng/src/
FilterExp.h 45 put (DataView *dview, long eventId) function in class:FilterExp
47 ctx->put (dview, eventId);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
FilterExp.h 45 put (DataView *dview, long eventId) function in class:FilterExp
47 ctx->put (dview, eventId);
  /src/sys/dev/microcode/tools/
bin2blob.c 59 put(uint32_t val) function
102 put(SIG);
103 put(slen);
104 put(dlen);
108 put(*dp++);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
hmac.d 81 digest.put(secret);
100 hmac.put("Hello, world".representation);
126 digest.put(ipad[]);
138 hmac.put(data1.representation);
140 hmac.put(data2.representation); // start over
156 ref HMAC!(H, blockSize) put(in ubyte[] data...) return
158 digest.put(data);
169 hmac.put(data1.representation)
170 .put(data2.representation);
191 digest.put(opad[])
    [all...]
  /src/sys/lib/libsa/
subr_prf.c 81 #define KPRINTN(base) kprintn(put, ul, base, lflag, width)
86 put('0'); \
93 put(' '); \
100 put(' '); \
104 #define KPRINTN(base) kprintn(put, ul, base)
163 kdoprnt(void (*put)(int), const char *fmt, va_list ap)
178 put(ch);
249 put(ch & 0xFF);
261 put(ch);
275 put('-')
    [all...]
  /src/common/dist/zlib/examples/
gznorm.c 118 unsigned char *put; // next input buffer location to process local
132 strm.next_in = put = dat;
170 // just consumed. It is therefore assured that put < strm.next_in.
183 put = strm.next_in;
194 // put..strm.next_in-1 is the compressed data that has been
198 // available, i.e., put < strm.next_in. If prev is -1, then
201 // buffer, possibly combined with the bits in *put, contain
238 buf += (unsigned long)*put++ << num;
252 if (put == strm.next_in)
256 buf += (unsigned long)*put++ << num
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
gznorm.c 118 unsigned char *put; // next input buffer location to process local
132 strm.next_in = put = dat;
170 // just consumed. It is therefore assured that put < strm.next_in.
183 put = strm.next_in;
194 // put..strm.next_in-1 is the compressed data that has been
198 // available, i.e., put < strm.next_in. If prev is -1, then
201 // buffer, possibly combined with the bits in *put, contain
238 buf += (unsigned long)*put++ << num;
252 if (put == strm.next_in)
256 buf += (unsigned long)*put++ << num
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gznorm.c 118 unsigned char *put; // next input buffer location to process local
132 strm.next_in = put = dat;
170 // just consumed. It is therefore assured that put < strm.next_in.
183 put = strm.next_in;
194 // put..strm.next_in-1 is the compressed data that has been
198 // available, i.e., put < strm.next_in. If prev is -1, then
201 // buffer, possibly combined with the bits in *put, contain
238 buf += (unsigned long)*put++ << num;
252 if (put == strm.next_in)
256 buf += (unsigned long)*put++ << num
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gznorm.c 118 unsigned char *put; // next input buffer location to process local
132 strm.next_in = put = dat;
170 // just consumed. It is therefore assured that put < strm.next_in.
183 put = strm.next_in;
194 // put..strm.next_in-1 is the compressed data that has been
198 // available, i.e., put < strm.next_in. If prev is -1, then
201 // buffer, possibly combined with the bits in *put, contain
238 buf += (unsigned long)*put++ << num;
252 if (put == strm.next_in)
256 buf += (unsigned long)*put++ << num
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gznorm.c 118 unsigned char *put; // next input buffer location to process local
132 strm.next_in = put = dat;
170 // just consumed. It is therefore assured that put < strm.next_in.
183 put = strm.next_in;
194 // put..strm.next_in-1 is the compressed data that has been
198 // available, i.e., put < strm.next_in. If prev is -1, then
201 // buffer, possibly combined with the bits in *put, contain
238 buf += (unsigned long)*put++ << num;
252 if (put == strm.next_in)
256 buf += (unsigned long)*put++ << num
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
scopebuffer.d 42 // Put characters and strings into textbuf, verify they got there
43 textbuf.put('a');
44 textbuf.put('x');
45 textbuf.put("abc");
56 textbuf.put('z');
72 textbuf.put(s1);
73 textbuf.put(s2);
74 textbuf.put("even more");
158 void put(T c)
175 * If `const(T)` can be converted to `T`, then put will accep
    [all...]
  /src/usr.bin/make/unit-tests/
directive-if.exp 10 make: directive-if.mk:76: Don't do this, always put a space after a directive.
11 make: directive-if.mk:81: Don't do this, always put a space after a directive.
12 make: directive-if.mk:88: Don't do this, always put a space around comparison operators.
13 make: directive-if.mk:95: Don't do this, always put a space after a directive.
14 make: directive-if.mk:100: Don't do this, always put a space after a directive.
  /src/external/gpl3/gcc.old/dist/gcc/
ordered-hash-map-tests.cc 74 ASSERT_EQ (false, m.put (ostrich, 2));
75 ASSERT_EQ (false, m.put (elephant, 4));
76 ASSERT_EQ (false, m.put (ant, 6));
77 ASSERT_EQ (false, m.put (spider, 8));
78 ASSERT_EQ (false, m.put (millipede, 750));
79 ASSERT_EQ (false, m.put (eric, 3));
131 ASSERT_EQ (false, m.put (2, ostrich));
132 ASSERT_EQ (false, m.put (4, elephant));
133 ASSERT_EQ (false, m.put (6, ant));
134 ASSERT_EQ (false, m.put (8, spider))
    [all...]
  /src/sys/arch/atari/dev/
ms.c 139 int get, put; local
193 put = ms->ms_events.ev_put;
194 fe = &ms->ms_events.ev_q[put];
202 if ((mbut = (rel_ms->id ^ ms->ms_buttons)) == 0 && (put != get)) {
220 if ((++put) % EV_QSIZE == get) {
221 put--;
227 if (put >= EV_QSIZE) {
228 put = 0;
235 if ((++put) % EV_QSIZE == get) {
236 put--
    [all...]
  /src/sys/dev/wscons/
wsevent.c 178 ev->get = ev->put = 0;
241 while (ev->get == ev->put) {
257 if (ev->put < ev->get)
260 cnt = ev->put - ev->get; /* events in [get..put) */
269 * stop. Otherwise move from front of queue to put index, if there
273 n == 0 || error || (cnt = ev->put) == 0)
289 if (ev->get != ev->put)
315 if (ev->get == ev->put)
318 if (ev->get < ev->put)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ordered-hash-map-tests.cc 75 ASSERT_EQ (false, m.put (ostrich, 2));
76 ASSERT_EQ (false, m.put (elephant, 4));
77 ASSERT_EQ (false, m.put (ant, 6));
82 ASSERT_EQ (false, m.put (millipede, 750));
83 ASSERT_EQ (false, m.put (eric, 3));
139 ASSERT_EQ (false, m.put (2, ostrich));
140 ASSERT_EQ (false, m.put (4, elephant));
141 ASSERT_EQ (false, m.put (6, ant));
145 ASSERT_EQ (false, m.put (750, millipede));
146 ASSERT_EQ (false, m.put (3, eric))
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
demangle.d 253 put(", ");
256 char[] put(char c) return scope
259 return put(val[]);
262 char[] put( scope const(char)[] val ) return scope
287 put('0');
289 put(s);
298 put( val );
500 put( "real.infinity" );
509 put( "-real.infinity" );
515 put( "real.nan" )
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/
spec.d 258 put(writer, trailing[0 .. i]);
273 put(writer, trailing);
584 put(w, '%');
588 put(w, '$');
590 if (flDash) put(w, '-');
591 if (flZero) put(w, '0');
592 if (flSpace) put(w, ' ');
593 if (flPlus) put(w, '+');
594 if (flEqual) put(w, '=');
595 if (flHash) put(w, '#')
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
parser.d 210 void put(Bytecode code)
233 put(Bytecode(IR.Char, set.byCodepoint.front));
239 put(Bytecode(IR.OrChar, ch, chars));
250 put(Bytecode(IR.Trie, cast(uint) n));
252 put(Bytecode(IR.CodepointSet, cast(uint) n));
258 put(Bytecode(IR.Trie, cast(uint) matchers.length));
264 put(Bytecode(IR.CodepointSet, cast(uint) charsets.length));
276 put(Bytecode(IR.Nop, 0));
285 put(Bytecode(IR.GroupStart, nglob));
300 put(Bytecode(IR.GroupStart, nglob))
    [all...]

Completed in 59 milliseconds

1 2 3 4 5 6 7 8 91011>>