Searched refs:put (Results 1 - 25 of 818) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dput-op.d7 0: f604007b put rJ,\$123
8 4: f613002d put rG,\$45
9 8: f61f00f5 put rZZ,\$245
10 c: f604006f put rJ,\$111
11 10: f713002d put rG,45
12 14: f71f00f5 put rZZ,245
13 18: f7040000 put rJ,0
14 1c: f7130000 put rG,0
15 20: f71f0000 put rZZ,0
H A Dput-op-r.d3 # source: put-op.s
9 0: f604007b put rJ,\$123
10 4: f613002d put rG,\$45
11 8: f61f00f5 put rZZ,\$245
12 c: f604006f put rJ,\$111
13 10: f713002d put rG,45
14 14: f71f00f5 put rZZ,245
15 18: f7040000 put rJ,0
16 1c: f7130000 put rG,0
17 20: f71f0000 put rZ
[all...]
H A Dput-op.l1 GAS for MMIX .*/put-op\.s page 1
19 GAS for MMIX .*/put-op\.s page 2
23 .*/put-op\.s:3 \.text:0000000000000000 Main
H A Dbuiltin1.d21 8: f6140007 put rL,\$7
22 c: f6140008 put rL,\$8
/netbsd-current/games/tetris/
H A Dscreen.h46 #define putpad(s) tputs(s, 1, put)
48 int put(int); /* just calls putchar; for tputs */
/netbsd-current/bin/stty/
H A Dprint.c86 #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("
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcheck-defines.el35 (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_IS_TRIVIALLY_COPYABLE") :check-ok t)
39 (put (intern "HAVE_IS_TRIVIALLY_CONSTRUCTIBLE") :check-ok t)
40 (put (intern "HAVE_DOS_BASED_FILE_SYSTEM") :check-ok t)
48 (put (intern name) :check-ok t)))))
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcheck-defines.el35 (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_IS_TRIVIALLY_COPYABLE") :check-ok t)
39 (put (intern "HAVE_IS_TRIVIALLY_CONSTRUCTIBLE") :check-ok t)
40 (put (intern "HAVE_DOS_BASED_FILE_SYSTEM") :check-ok t)
48 (put (intern name) :check-ok t)))))
/netbsd-current/usr.bin/sort/
H A Dappend.c75 append(RECHEADER **keylist, int nelem, FILE *fp, put_func_t put) argument
85 put(crec, fp);
91 put(crec, fp);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dclb069.h10 __u32 put; member in struct:nvif_clb069_v0
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFilterExp.h45 put (DataView *dview, long eventId) function in class:FilterExp
47 ctx->put (dview, eventId);
/netbsd-current/sys/dev/microcode/tools/
H A Dbin2blob.c59 put(uint32_t val) function
102 put(SIG);
103 put(slen);
104 put(dlen);
108 put(*dp++);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dhmac.d81 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(opa
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dhmac.d79 digest.put(secret);
98 hmac.put("Hello, world".representation);
124 digest.put(ipad[]);
136 hmac.put(data1.representation);
138 hmac.put(data2.representation); // start over
154 ref HMAC!(H, blockSize) put(in ubyte[] data...) return
156 digest.put(data);
167 hmac.put(data1.representation)
168 .put(data2.representation);
189 digest.put(opa
[all...]
/netbsd-current/sys/lib/libsa/
H A Dsubr_prf.c81 #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) argument
178 put(ch);
246 put(ch & 0xFF);
258 put(ch);
272 put('
305 kprintn(void (*put)(int), UINTMAX_T ul, int base, int lflag, int width) argument
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dgznorm.c118 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
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgznorm.c118 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-tests.c60 ASSERT_EQ (false, m.put (ostrich, 2));
61 ASSERT_EQ (false, m.put (elephant, 4));
62 ASSERT_EQ (false, m.put (ant, 6));
63 ASSERT_EQ (false, m.put (spider, 8));
64 ASSERT_EQ (false, m.put (millipede, 750));
65 ASSERT_EQ (false, m.put (eric, 3));
94 ASSERT_EQ (false, m.put (another_ant, 7));
100 ASSERT_EQ (false, string_map.put (ant, 1));
102 ASSERT_EQ (true, string_map.put (another_ant, 5));
131 ASSERT_EQ (false, m.put (
[all...]
H A Dordered-hash-map-tests.cc74 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 (
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dreadelf.s10 # MIPS targets put .rela.text here.
14 # ARM targets put .ARM.attributes here
15 # MIPS targets put .reginfo, .mdebug, .MIPS.abiflags and .gnu.attributes here.
16 # v850 targets put .call_table_data and .call_table_text here.
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgznorm.c118 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dscopebuffer.d42 textbuf.put('a');
43 textbuf.put('x');
44 textbuf.put("abc");
55 textbuf.put('z');
71 textbuf.put(s1);
72 textbuf.put(s2);
73 textbuf.put("even more");
157 void put(T c)
174 * If $(D const(T)) can be converted to $(D T), then put will accept
179 void put(C
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dscopebuffer.d43 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 accept
180 void put(C
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-if.exp10 make: "directive-if.mk" line 76: Don't do this, always put a space after a directive.
11 make: "directive-if.mk" line 81: Don't do this, always put a space after a directive.
12 make: "directive-if.mk" line 88: Don't do this, always put a space around comparison operators.
13 make: "directive-if.mk" line 95: Don't do this, always put a space after a directive.
14 make: "directive-if.mk" line 100: Don't do this, always put a space after a directive.
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dordered-hash-map-tests.cc74 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 (
[all...]

Completed in 480 milliseconds

1234567891011>>