Searched refs:st (Results 26 - 50 of 1269) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libm/arch/i387/
H A De_acos.S16 fld %st(0)
17 fmul %st(0) /* x^2 */
21 fxch %st(1)
H A Ds_tan.S19 fstp %st(0)
23 fadd %st(0)
24 fxch %st(1)
29 fstp %st(1)
31 fstp %st(0)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dmemset.c23 register char *st = str; local
26 *st++ = c;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dst.c1 /* $NetBSD: st.c,v 1.218.2.1 2012/03/02 16:33:40 riz Exp $ */
53 __KERNEL_RCSID(0, "$NetBSD: st.c,v 1.218.2.1 2012/03/02 16:33:40 riz Exp $");
361 struct st_softc *st = device_private(self); local
366 st->sc_dev = self;
369 st->sc_periph = periph;
370 periph->periph_dev = st->sc_dev;
374 st->flags = ST_INIT_FLAGS;
377 bufq_alloc(&st->buf_queue, "fcfs", 0);
378 callout_init(&st->sc_callout, 0);
384 st_identify_drive(st,
414 struct st_softc *st = device_private(self); local
454 st_identify_drive(struct st_softc *st, struct scsipi_inquiry_pattern *inqbuf) argument
479 st_loadquirks(struct st_softc *st) argument
512 struct st_softc *st; local
677 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev)); local
771 struct st_softc *st; local
867 st_unmount(struct st_softc *st, boolean eject) argument
915 st_decide_mode(struct st_softc *st, boolean first_read) argument
1025 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(bp->b_dev)); local
1103 struct st_softc *st = device_private(periph->periph_dev); local
1255 struct st_softc *st = device_private(xs->xs_periph->periph_dev); local
1297 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev)); local
1306 struct st_softc *st = device_lookup_private(&st_cd, STUNIT(dev)); local
1323 struct st_softc *st; local
1552 st_read(struct st_softc *st, char *bf, int size, int flags) argument
1574 st_erase(struct st_softc *st, int full, int flags) argument
1606 st_space(struct st_softc *st, int number, u_int what, int flags) argument
1711 st_write_filemarks(struct st_softc *st, int number, int flags) argument
1765 st_check_eod(struct st_softc *st, boolean position, int *nmarks, int flags) argument
1788 st_load(struct st_softc *st, u_int type, int flags) argument
1831 st_rewind(struct st_softc *st, u_int immediate, int flags) argument
1871 st_rdpos(struct st_softc *st, int hard, uint32_t *blkptr) argument
1925 st_setpos(struct st_softc *st, int hard, uint32_t *blkptr) argument
1967 struct st_softc *st = device_private(periph->periph_dev); local
2242 st_touch_tape(struct st_softc *st) argument
2310 st_mode_select(struct st_softc *st, int flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dinit11.C5 String(const char* st);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dunion-m128-1_x.c6 SS_struct_mi128 st; variable
19 st.x = x.x;
21 bar(st);
23 foo(st);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dinit11.C5 String(const char* st);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dloongson-muldiv-1.c3 typedef int st; typedef
6 NOMIPS16 st smul (st x, st y) { return x * y; }
7 NOMIPS16 st sdiv (st x, st y) { return x / y + x % y; }
H A Dloongson-muldiv-2.c3 typedef long long st; typedef
6 NOMIPS16 st smul (st x, st y) { return x * y; }
7 NOMIPS16 st sdiv (st x, st y) { return x / y + x % y; }
/netbsd-6-1-5-RELEASE/lib/libc/sys/
H A Dstatvfs.c46 statvfs(const char *file, struct statvfs *st)
48 return statvfs1(file, st, ST_WAIT);
52 fstatvfs(int f, struct statvfs *st) argument
54 return fstatvfs1(f, st, ST_WAIT);
59 int __fhstatvfs40(const void *fh, size_t fh_size, struct statvfs *st);
62 __fhstatvfs40(const void *fh, size_t fh_size, struct statvfs *st) argument
64 return __fhstatvfs140(fh, fh_size, st, ST_WAIT);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i860/
H A Dldst06.d3 #name: i860 ldst06 (st.b)
10 0: 00 00 00 0c st.b %r0,0\(%r0\)
11 4: 01 f8 20 0c st.b %r31,1\(%r1\)
12 8: 02 f0 40 0c st.b %r30,2\(%sp\)
13 c: 01 ea 60 0c st.b %r29,513\(%fp\)
14 10: 04 e4 80 0c st.b %r28,1028\(%r4\)
15 14: fa df a1 0c st.b %r27,4090\(%r5\)
16 18: fe d7 c3 0c st.b %r26,8190\(%r6\)
17 1c: 01 c8 e8 0c st.b %r25,16385\(%r7\)
18 20: 07 cd ef 0c st
[all...]
H A Dldst04.d3 #name: i860 ldst04 (st.l)
10 0: 01 00 00 1c st.l %r0,0\(%r0\)
11 4: 7d f8 20 1c st.l %r31,124\(%r1\)
12 8: 01 f1 40 1c st.l %r30,256\(%sp\)
13 c: 01 ea 60 1c st.l %r29,512\(%fp\)
14 10: 01 e4 80 1c st.l %r28,1024\(%r4\)
15 14: 01 d8 a2 1c st.l %r27,4096\(%r5\)
16 18: 01 d0 c4 1c st.l %r26,8192\(%r6\)
17 1c: 01 c8 e8 1c st.l %r25,16384\(%r7\)
18 20: 01 c0 18 1d st
[all...]
H A Dldst05.d3 #name: i860 ldst05 (st.s)
10 0: 00 00 00 1c st.s %r0,0\(%r0\)
11 4: 7a f8 20 1c st.s %r31,122\(%r1\)
12 8: 02 f1 40 1c st.s %r30,258\(%sp\)
13 c: 00 ea 60 1c st.s %r29,512\(%fp\)
14 10: 04 e4 80 1c st.s %r28,1028\(%r4\)
15 14: fa df a1 1c st.s %r27,4090\(%r5\)
16 18: fe d7 c3 1c st.s %r26,8190\(%r6\)
17 1c: 00 c8 e8 1c st.s %r25,16384\(%r7\)
18 20: 00 c0 18 1d st
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dexception.c71 exception_handler(unsigned vector, struct cpu_state *st) argument
78 printf("\nCALL TO NULL POINTER FROM %08x\n", st->lr - 4);
92 st->srr0, st->srr1, st->dar, st->dsisr,
93 st->cr, st->xer, st->lr, st
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_stat.c83 bsd_to_linux32_stat(struct stat *st, struct linux32_stat *st32) argument
86 st32->lst_dev = linux_fakedev(st->st_dev, 0);
87 st32->lst_ino = st->st_ino;
88 st32->lst_mode = st->st_mode;
89 if (st->st_nlink >= (1 << 15))
92 st32->lst_nlink = st->st_nlink;
93 st32->lst_uid = st->st_uid;
94 st32->lst_gid = st->st_gid;
95 st32->lst_rdev = linux_fakedev(st->st_rdev, 0);
96 st32->lst_size = st
110 bsd_to_linux32_stat64(struct stat *st, struct linux32_stat64 *st32) argument
147 struct stat st; local
166 struct stat st; local
185 struct stat st; local
204 struct stat st; local
223 struct stat st; local
242 struct stat st; local
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/gen/
H A Dsaveregs.S55 st %i0, [%fp + 0x44] ! fr->fr_argd[0]
56 st %i1, [%fp + 0x48] ! fr->fr_argd[1]
57 st %i2, [%fp + 0x4c] ! fr->fr_argd[2]
58 st %i3, [%fp + 0x50] ! fr->fr_argd[3]
59 st %i4, [%fp + 0x54] ! fr->fr_argd[4]
61 st %i5, [%fp + 0x58] ! fr->fr_argd[5]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
H A Dhello.pas4 st : string;
9 st:='Hello, world!';
10 writeln(st); {set breakpoint 2 here }
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dstack.h87 void sk_pop_free(_STACK *st, void (*func)(void *));
89 void *sk_delete(_STACK *st, int loc);
90 void *sk_delete_ptr(_STACK *st, void *p);
91 int sk_find(_STACK *st, void *data);
92 int sk_find_ex(_STACK *st, void *data);
93 int sk_push(_STACK *st, void *data);
94 int sk_unshift(_STACK *st, void *data);
95 void *sk_shift(_STACK *st);
96 void *sk_pop(_STACK *st);
97 void sk_zero(_STACK *st);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp10951.C11 typedef int st; typedef in class:A
18 A<int>::st i;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20000801-3.c11 } st; typedef in typeref:struct:__anon5442
13 st s = { .i = 0, .i2 = 1 };
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp10951.C11 typedef int st; typedef in class:A
18 A<int>::st i;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20000801-3.c11 } st; typedef in typeref:struct:__anon3711
13 st s = { .i = 0, .i2 = 1 };
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/d10v-elf/
H A Dt-ae-st-d.s9 st r8,@0x4000
11 st r8,@0x4001
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand-fortuna.c174 init_state(FState * st) argument
178 memset(st, 0, sizeof(*st));
180 md_init(&st->pool[i]);
181 st->pid = getpid();
189 inc_counter(FState * st) argument
191 uint32_t *val = (uint32_t *) st->counter;
206 encrypt_counter(FState * st, unsigned char *dst) argument
208 ciph_encrypt(&st->ciph, st
218 enough_time_passed(FState * st) argument
251 reseed(FState * st) argument
300 get_rand_pool(FState * st) argument
320 add_entropy(FState * st, const unsigned char *data, unsigned len) argument
351 rekey(FState * st) argument
365 startup_tricks(FState * st) argument
390 extract_data(FState * st, unsigned count, unsigned char *dst) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dunlink-if-ordinary.c65 struct stat st; local
67 if (lstat (name, &st) == 0
68 && (S_ISREG (st.st_mode) || S_ISLNK (st.st_mode)))

Completed in 153 milliseconds

1234567891011>>