Searched refs:sb (Results 226 - 250 of 361) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dmips-gp64-fp64-pic.s92 # 0128 sb a0,0(at)
94 # 0130 sb a0,1(at)
H A Dmips16.s63 ldst sb, $2, $3
/haiku-buildtools/binutils/gas/testsuite/gas/or1k/
H A Dallinsn.s207 l.sb 0(r0),r0
208 l.sb -1(r31),r31
209 l.sb -32768(r16),r16
210 l.sb 32767(r15),r15
211 l.sb 1(r1),r1
212 l.sb 22200(r10),r0
213 l.sb 9995(r16),r27
214 l.sb -28260(r14),r31
H A Dallinsn.d217 260: d8 00 00 00 l\.sb 0\(r0\),r0
218 264: db ff ff ff l\.sb -1\(r31\),r31
219 268: da 10 80 00 l\.sb -32768\(r16\),r16
220 26c: d9 ef 7f ff l\.sb 32767\(r15\),r15
221 270: d8 01 08 01 l\.sb 1\(r1\),r1
222 274: d9 4a 06 b8 l\.sb 22200\(r10\),r0
223 278: d8 90 df 0b l\.sb 9995\(r16\),r27
224 27c: da 4e f9 9c l\.sb -28260\(r14\),r31
/haiku-buildtools/gcc/gcc/java/
H A Djvspec.c89 struct stat sb; local
95 if (! stat (spec, &sb))
/haiku-buildtools/binutils/bfd/
H A Dcache.c428 cache_bstat (struct bfd *abfd, struct stat *sb) argument
435 sts = fstat (fileno (f), sb);
H A Dopncls.c431 struct stat *sb));
476 int (*stat) (struct bfd *abfd, void *stream, struct stat *sb);
539 opncls_bstat (struct bfd *abfd, struct stat *sb) argument
543 memset (sb, 0, sizeof (*sb));
547 return (vec->stat) (abfd, vec->stream, sb);
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A Diq2000.sc54 # .sbss .gnu.linkonce.sb.foo
210 ${RELOCATING+*(.rel.gnu.linkonce.sb.*)}
216 ${RELOCATING+*(.rela.gnu.linkonce.sb.*)}
372 ${RELOCATING+*(.gnu.linkonce.sb.*)}
H A Delfm68hc11.sc234 ${RELOCATING+*(.rel.gnu.linkonce.sb.*)}
240 ${RELOCATING+*(.rel.gnu.linkonce.sb.*)}
H A Delfm68hc12.sc234 ${RELOCATING+*(.rel.gnu.linkonce.sb.*)}
240 ${RELOCATING+*(.rel.gnu.linkonce.sb.*)}
/haiku-buildtools/gcc/mpfr/tests/
H A Dtadd.c683 int sb, sc; local
693 sb = randlimb () % 3;
694 if (sb != 0)
696 tb = 1 + (randlimb () % (prec_b - (sb != 2)));
698 if (sb == 2)
733 printf ("sb = %d, sc = %d\n", sb, sc);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dvect-8.f9085 ,plan(300),d(300),sa(101),sb(101) local in subroutine:kernel
584 b5(k+kb5i)= sa(k)+stb5*sb(k)
588 b5(k+kb5i)= sa(k)+stb5*sb(k)
/haiku-buildtools/binutils/zlib/test/
H A Dminigzip.c404 struct stat sb; local
407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
408 buf_len = sb.st_size;
/haiku-buildtools/legacy/binutils/gas/
H A Dread.c38 #include "sb.h"
220 static int get_line_sb (sb *);
555 sb out;
1007 sb sbuf;
1973 sb s;
1975 sb out;
2272 /* Read a line into an sb. Returns the character that ended the line
2276 get_line_sb (sb *line)
2309 sb s;
2322 sb labe
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/iq2000/
H A Dallinsn.d420 00000224 <sb>:
421 224: a0 00 10 24 sb r0,0x1024\(r0\)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/iq2000/
H A Dallinsn.d420 00000224 <sb>:
421 224: a0 00 10 24 sb r0,0x1024\(r0\)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/openrisc/
H A Dallinsn.s88 l.sb 0(r0),r0
H A Dallinsn.d72 50: d8 00 00 00 l.sb 0\(r0\),r0
/haiku-buildtools/legacy/gcc/libio/
H A Dlibio.h203 streammarker(streambuf *sb);
/haiku-buildtools/binutils/opcodes/
H A Dmicroblaze-opcm.h41 bgtid, bgei, bgeid, lbu, lbur, lhu, lhur, lw, lwr, lwx, sb, sbr, sh, enumerator in enum:microblaze_instr
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips16.s63 ldst sb, $2, $3
H A Dmips16-insn-e.s82 sb.e $16, 0($16) # SB
H A Dmips16-insn-t.s82 sb.t $16, 0($16) # SB
/haiku-buildtools/binutils/gas/
H A Dread.c36 #include "sb.h"
248 static size_t get_non_macro_line_sb (sb *);
598 sb out;
1248 sb sbuf;
2356 sb s;
2358 sb out;
2642 /* Read a line into an sb. Returns the character that ended the line
2646 get_line_sb (sb *line, int in_macro)
2673 get_non_macro_line_sb (sb *line)
2679 get_macro_line_sb (sb *lin
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dchan.go327 print("tots=", tots, " totr=", totr, " sb=", t, "\n")

Completed in 424 milliseconds

1234567891011>>