Searched refs:sb (Results 1 - 25 of 1471) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mep/
H A Ddj2.s3 sb $7,($fp)
4 sb $5,($9)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dsb.s1 # Source file used to test the sb macro.
13 sb $4,0
14 sb $4,1
15 sb $4,0x8000
16 sb $4,-0x8000
17 sb $4,0x10000
18 sb $4,0x1a5a5
19 sb $4,0($5)
20 sb $4,1($5)
21 sb
[all...]
H A D24k-triple-stores-10.s3 sb $2,0($8)
4 sb $3,8($8)
8 sb $4,16($8)
H A D24k-triple-stores-9.s3 sb $2,0($8)
7 sb $3,8($8)
11 sb $4,16($8)
H A D24k-triple-stores-8.s4 sb $s3,0($t0)
5 sb $s3,1($t0)
6 sb $s3,24($t0)
8 sb $s3,0($t0)
9 sb $s3,1($t0)
10 sb $s3,25($t0)
12 sb $s3,1($t0)
13 sb $s3,25($t0)
14 sb $s3,26($t0)
17 sb
[all...]
H A D24k-triple-stores-4.s4 sb $s3,10($t0)
6 sb $s3,32($t0)
8 sb $s3,10($t0)
9 sb $s3,1($t0)
12 sb $s3,33($t0)
14 sb $s3,64($t0)
16 sb $s3,33($t0)
17 sb $s3,55($t0)
21 sb $s3,12($t0)
23 sb
[all...]
H A D24k-triple-stores-7.s3 sb $s3,4($t0)
5 sb $s3,15($t0)
8 sb $s3,3($t0)
10 sb $s3,15($t0)
16 sb $s3,31($t0)
20 sb $s3,5($t0)
22 sb $s3,16($t0)
25 sb $s3,4($t0)
27 sb $s3,16($t0)
31 sb
[all...]
H A D24k-triple-stores-5.s6 sb $3,0($8)
12 sb $3,15($8)
18 sb $3,9($8)
24 sb $3,16($8)
30 sb $3,15($8)
36 sb $3,16($8)
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dsb.h0 /* sb.h - header file for string buffer manipulation routines
42 complicated, hence the sb.
44 An sb is allocated by the caller. */
46 typedef struct sb struct
52 sb; typedef in typeref:struct:sb
54 extern void sb_new (sb *);
55 extern void sb_build (sb *, size_t);
56 extern void sb_kill (sb *);
57 extern void sb_add_sb (sb *, sb *);
[all...]
H A Dmacro.h47 sb name; /* Name of the formal. */
48 sb def; /* The default value. */
49 sb actual; /* The actual argument (changed on each expansion). */
63 sb sub; /* Substitution text. */
84 extern int buffer_and_nest (const char *, const char *, sb *,
85 size_t (*) (sb *));
87 size_t (*) (const char *, size_t, sb *, offsetT *));
90 extern const char *define_macro (size_t, sb *, sb *, size_t (*) (sb *),
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dsb.h0 /* sb.h - header file for string buffer manipulation routines
42 complicated, hence the sb.
44 An sb is allocated by the caller. */
46 typedef struct sb struct
52 sb; typedef in typeref:struct:sb
54 extern void sb_new (sb *);
55 extern void sb_build (sb *, size_t);
56 extern void sb_kill (sb *);
57 extern void sb_add_sb (sb *, sb *);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dsb.h0 /* sb.h - header file for string buffer manipulation routines
42 complicated, hence the sb.
44 An sb is allocated by the caller. */
46 typedef struct sb struct
52 sb; typedef in typeref:struct:sb
54 extern void sb_new (sb *);
55 extern void sb_build (sb *, size_t);
56 extern void sb_kill (sb *);
57 extern void sb_add_sb (sb *, sb *);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsb.s1 // Test file for AArch64 sb.
5 sb
H A Dsb2.d1 #source: sb.s
2 #as: -march=armv8-a+sb
10 .*: d50330ff sb
11 .*: d50330ff sb
H A Dsb1.d1 #source: sb.s
10 .*: d50330ff sb
11 .*: d50330ff sb
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsched4.c12 struct sched_param sb; local
13 sb.sched_priority = 0;
14 if (sched_setparam (getpid (), &sb) != 0
15 || sb.sched_priority != 0)
17 sb.sched_priority = 5;
18 if (sched_setparam (getpid (), &sb) == 0
20 || sb.sched_priority != 5)
H A Dsched3.c12 struct sched_param sb; local
13 sb.sched_priority = 0;
14 if (sched_setscheduler (getpid (), SCHED_OTHER, &sb) != 0
15 || sb.sched_priority != 0)
17 sb.sched_priority = 5;
18 if (sched_setscheduler (getpid (), SCHED_OTHER, &sb) != -1
20 || sb.sched_priority != 5)
H A Dsched2.c12 struct sched_param sb; local
13 memset (&sb, -1, sizeof sb);
14 if (sched_getparam (getpid (), &sb) != 0
15 || sb.sched_priority != 0)
H A Dsched8.c12 struct sched_param sb; local
13 memset (&sb, -1, sizeof sb);
14 if (sched_getparam (99, &sb) != -1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dsb-bad.d1 # Check sb without +sb
2 #name: invalid sb instruction without +sb
3 #source: sb.s
5 #error_output: sb-bad.l
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsched3.c13 struct sched_param sb; local
14 sb.sched_priority = 0;
15 if (sched_setscheduler (getpid (), SCHED_OTHER, &sb) != 0
16 || sb.sched_priority != 0)
18 sb.sched_priority = 5;
19 if (sched_setscheduler (getpid (), SCHED_OTHER, &sb) != -1
21 || sb.sched_priority != 5)
H A Dsched4.c13 struct sched_param sb; local
14 sb.sched_priority = 0;
15 if (sched_setparam (getpid (), &sb) != 0
16 || sb.sched_priority != 0)
18 sb.sched_priority = 5;
19 if (sched_setparam (getpid (), &sb) == 0
21 || sb.sched_priority != 5)
H A Dsched2.c13 struct sched_param sb; local
14 memset (&sb, -1, sizeof sb);
15 if (sched_getparam (getpid (), &sb) != 0
16 || sb.sched_priority != 0)
H A Dsched8.c12 struct sched_param sb; local
13 memset (&sb, -1, sizeof sb);
14 if (sched_getparam (99, &sb) != -1
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_statvfs.c68 struct statvfs sb; local
69 int error = __statvfs190(path, &sb, 0);
71 statvfs_to_statvfs90(&sb, buf);
78 struct statvfs sb; local
79 int error = __statvfs190(path, &sb, flags);
81 statvfs_to_statvfs90(&sb, buf);
88 struct statvfs sb; local
89 int error = __fstatvfs190(fd, &sb, 0);
91 statvfs_to_statvfs90(&sb, buf);
98 struct statvfs sb; local
109 struct statvfs *sb = calloc(count, sizeof(*sb)); local
[all...]

Completed in 179 milliseconds

1234567891011>>