Searched refs:lb (Results 1 - 25 of 191) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dlb-pic.s1 # Source file used to test the lb macro with PIC code.
13 lb $4,0
14 lb $4,1
15 lb $4,0x8000
16 lb $4,-0x8000
17 lb $4,0x10000
18 lb $4,0x1a5a5
19 lb $4,0($5)
20 lb $4,1($5)
21 lb
[all...]
H A Dlb.s1 # Source file used to test the lb macro.
13 lb $4,0
14 lb $4,1
15 lb $4,0x8000
16 lb $4,-0x8000
17 lb $4,0x10000
18 lb $4,0x1a5a5
19 lb $4,0($5)
20 lb $4,1($5)
21 lb
[all...]
H A Delf-rel6.d8 0+00 <.*> lb v0,0\(v1\)
10 0+04 <.*> lb v0,1\(v1\)
12 0+08 <.*> lb v0,4660\(v1\)
H A Dlb-svr4pic-ilocks.d2 #name: MIPS lb-svr4pic-ilocks
4 #source: lb-pic.s
6 # Test the lb macro with -KPIC.
11 0+0000 <[^>]*> lb a0,0\(zero\)
12 0+0004 <[^>]*> lb a0,1\(zero\)
14 0+000c <[^>]*> lb a0,-32768\(a0\)
15 0+0010 <[^>]*> lb a0,-32768\(zero\)
17 0+0018 <[^>]*> lb a0,0\(a0\)
19 0+0020 <[^>]*> lb a0,-23131\(a0\)
20 0+0024 <[^>]*> lb a
[all...]
H A Dlb-svr4pic.d2 #name: MIPS lb-svr4pic
4 #source: lb-pic.s
6 # Test the lb macro with -KPIC.
11 0+0000 <[^>]*> lb a0,0\(zero\)
12 0+0004 <[^>]*> lb a0,1\(zero\)
14 0+000c <[^>]*> lb a0,-32768\(a0\)
15 0+0010 <[^>]*> lb a0,-32768\(zero\)
17 0+0018 <[^>]*> lb a0,0\(a0\)
19 0+0020 <[^>]*> lb a0,-23131\(a0\)
20 0+0024 <[^>]*> lb a
[all...]
H A Delf-rel6.s14 lb $2,%gprel(bar)($3)
15 lb $2,%gprel(bar+1)($3)
16 lb $2,%gprel(bar+0x1234)($3)
H A Delf-rel6-n32.d9 0+00 <.*> lb v0,0\(v1\)
11 0+04 <.*> lb v0,0\(v1\)
13 0+08 <.*> lb v0,0\(v1\)
H A Delf-rel6-n64.d9 0+00 <.*> lb v0,0\(v1\)
13 0+04 <.*> lb v0,0\(v1\)
17 0+08 <.*> lb v0,0\(v1\)
H A Dlb-xgot-ilocks.d2 #name: MIPS lb-xgot-ilocks
4 #source: lb-pic.s
6 # Test the lb macro with -KPIC -xgot.
11 0+0000 <.*> lb a0,0\(zero\)
12 0+0004 <.*> lb a0,1\(zero\)
14 0+000c <.*> lb a0,-32768\(a0\)
15 0+0010 <.*> lb a0,-32768\(zero\)
17 0+0018 <.*> lb a0,0\(a0\)
19 0+0020 <.*> lb a0,-23131\(a0\)
20 0+0024 <.*> lb a
[all...]
H A Dlb-xgot.d2 #name: MIPS lb-xgot
4 #source: lb-pic.s
6 # Test the lb macro with -KPIC -xgot.
11 0+0000 <[^>]*> lb a0,0\(zero\)
12 0+0004 <[^>]*> lb a0,1\(zero\)
14 0+000c <[^>]*> lb a0,-32768\(a0\)
15 0+0010 <[^>]*> lb a0,-32768\(zero\)
17 0+0018 <[^>]*> lb a0,0\(a0\)
19 0+0020 <[^>]*> lb a0,-23131\(a0\)
20 0+0024 <[^>]*> lb a
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dlog-buffer.c63 /* Force the existance of lb->log.
66 * lb The log buffer.
69 * lb->log The new FILE *.
70 * lb->back_fn The name of the new log, for later disposal.
73 * lb->log is NULL or, at least, does not require freeing.
74 * lb->back_fn is NULL or, at least, does not require freeing..
81 * the error is fatal or not is dependent on lb->fatal_errors.
84 log_buffer_force_file (struct log_buffer *lb) argument
86 lb->log = cvs_temp_file (&lb
133 struct log_buffer *lb = xmalloc (sizeof *lb); local
213 struct log_buffer *lb = closure; local
266 struct log_buffer *lb = closure; local
319 struct log_buffer *lb = closure; local
339 struct log_buffer *lb = closure; local
355 struct log_buffer *lb = buf->closure; local
413 struct log_buffer *lb = buf->closure; local
455 struct log_buffer *lb = closure; local
465 struct log_buffer *lb = buf->closure; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dbitncmp.c48 u_int lb, rb; local
56 lb = ((const u_char *)l)[b];
59 if ((lb & 0x80) != (rb & 0x80)) {
60 if (lb & 0x80)
64 lb <<= 1;
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dns_samedomain.c58 size_t la, lb; local
63 lb = strlen(b);
82 if (lb != 0 && b[lb - 1] == '.') {
84 /* note this loop doesn't get executed if lb==1 */
85 for (i = lb - 2; i >= 0; i--)
94 lb--;
97 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
98 if (lb == 0)
102 if (lb > l
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/nameser/
H A Dns_samedomain.c54 size_t la, lb; local
59 lb = strlen(b);
78 if (lb != 0U && b[lb - 1] == '.') {
80 /* note this loop doesn't get executed if lb==1 */
81 for (i = lb - 2; i >= 0; i--)
90 lb--;
93 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
94 if (lb == 0U)
98 if (lb > l
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/nameser/
H A Dns_samedomain.c60 size_t la, lb; local
65 lb = strlen(b);
84 if (lb != 0U && b[lb - 1] == '.') {
86 /* note this loop doesn't get executed if lb==1 */
87 for (i = lb - 2; i >= 0; i--)
96 lb--;
99 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
100 if (lb == 0U)
104 if (lb > l
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt6.C21 void test(bar lb) { b = lb; } argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.21.1.c12 a21 (int lb, int ub, int stride) argument
16 for (i = lb; i < ub; i += stride)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt6.C21 void test(bar lb) { b = lb; } argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Ddarwin-longdouble.c14 ldbits lb; member in union:ldu
95 memcpy (a.lb, single_tests[i].a, sizeof (ldbits));
96 memcpy (b.lb, single_tests[i].b, sizeof (ldbits));
97 memcpy (expected.lb, single_tests[i].result, sizeof (ldbits));
99 if (memcmp (result.lb, expected.lb,
104 a.lb[0], a.lb[1], b.lb[0], b.lb[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/powerpc/
H A Ddarwin-longdouble.c14 ldbits lb; member in union:ldu
95 memcpy (a.lb, single_tests[i].a, sizeof (ldbits));
96 memcpy (b.lb, single_tests[i].b, sizeof (ldbits));
97 memcpy (expected.lb, single_tests[i].result, sizeof (ldbits));
99 if (memcmp (result.lb, expected.lb,
104 a.lb[0], a.lb[1], b.lb[0], b.lb[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dmember.C24 template<class BS> void process(const int d,BS &en,BS &lb){ argument
25 a.f(en);b.f(lb);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dmember.C24 template<class BS> void process(const int d,BS &en,BS &lb){ argument
25 a.f(en);b.f(lb);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dreloc-3-n32.d13 0*20000000 <[^>]*> f010 8352 lb v0,-32750\(v1\)
14 0*20000004 <[^>]*> f010 8353 lb v0,-32749\(v1\)
15 0*20000008 <[^>]*> f252 8346 lb v0,-28090\(v1\)
H A Dreloc-3.d11 0*20000000 <[^>]*> f010 8352 lb v0,-32750\(v1\)
12 0*20000004 <[^>]*> f010 8353 lb v0,-32749\(v1\)
13 0*20000008 <[^>]*> f252 8346 lb v0,-28090\(v1\)
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dlockstat.c141 lsbuf_t *lb; local
155 lb = lockstat_baseb;
168 for (i = per; i != 0; i--, lb++) {
169 lb->lb_cpu = (uint16_t)cpuno;
170 SLIST_INSERT_HEAD(&lc->lc_free, lb, lb_chain.slist);
173 lb->lb_cpu = (uint16_t)cpuno;
174 SLIST_INSERT_HEAD(&lc->lc_free, lb, lb_chain.slist);
175 lb++;
289 lsbuf_t *lb; local
295 sz = sizeof(*lb) * l
333 lsbuf_t *lb; local
[all...]

Completed in 300 milliseconds

12345678