Searched refs:st (Results 1 - 25 of 1269) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr45704.c4 struct st { struct
8 int foo(struct st *st) argument
10 int v = *(volatile int *)&st->ptr;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dcompat.s3 fsub %st,%st(3)
5 fsubp %st(3)
6 fsubp %st,%st(3)
7 fsubr %st,%st(3)
9 fsubrp %st(3)
10 fsubrp %st,%st(
[all...]
H A Dfloat.s4 fadd %st(3)
5 fadd %st(3),%st
6 fadd %st,%st(3)
12 faddp %st(3)
13 faddp %st,%st(3)
15 fsub %st(3)
16 fsub %st(
[all...]
H A Dcompat-intel.d11 [ ]*[a-f0-9]+: dc e3 fsubr st\(3\),st
12 [ ]*[a-f0-9]+: de e1 fsubrp st\(1\),st
13 [ ]*[a-f0-9]+: de e3 fsubrp st\(3\),st
14 [ ]*[a-f0-9]+: de e3 fsubrp st\(3\),st
15 [ ]*[a-f0-9]+: dc eb fsub st\(3\),st
[all...]
H A Dcompat.d10 [ ]*[a-f0-9]+: dc e3 fsub %st,%st\(3\)
11 [ ]*[a-f0-9]+: de e1 fsubp %st,%st\(1\)
12 [ ]*[a-f0-9]+: de e3 fsubp %st,%st\(3\)
13 [ ]*[a-f0-9]+: de e3 fsubp %st,%st\(3\)
14 [ ]*[a-f0-9]+: dc eb fsubr %st,%st\(
[all...]
H A Dfloat.l12 4 0002 D8C3 [ ]*fadd %st\(3\)
13 5 0004 D8C3 [ ]*fadd %st\(3\),%st
14 6 0006 DCC3 [ ]*fadd %st,%st\(3\)
20 12 0012 DEC3 [ ]*faddp %st\(3\)
21 13 0014 DEC3 [ ]*faddp %st,%st\(3\)
24 15 0018 D8E3 [ ]*fsub %st\(3\)
25 16 001a D8E3 [ ]*fsub %st\(
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dsafestack.h140 #define SKM_sk_free(type, st) \
141 sk_free(CHECKED_STACK_OF(type, st))
142 #define SKM_sk_num(type, st) \
143 sk_num(CHECKED_STACK_OF(type, st))
144 #define SKM_sk_value(type, st,i) \
145 ((type *)sk_value(CHECKED_STACK_OF(type, st), i))
146 #define SKM_sk_set(type, st,i,val) \
147 sk_set(CHECKED_STACK_OF(type, st), i, CHECKED_PTR_OF(type, val))
148 #define SKM_sk_zero(type, st) \
149 sk_zero(CHECKED_STACK_OF(type, st))
[all...]
H A Dstack.c142 int sk_insert(_STACK *st, void *data, int loc) argument
146 if(st == NULL) return 0;
147 if (st->num_alloc <= st->num+1)
149 s=OPENSSL_realloc((char *)st->data,
150 (unsigned int)sizeof(char *)*st->num_alloc*2);
153 st->data=s;
154 st->num_alloc*=2;
156 if ((loc >= (int)st->num) || (loc < 0))
157 st
180 sk_delete_ptr(_STACK *st, void *p) argument
190 sk_delete(_STACK *st, int loc) argument
213 internal_find(_STACK *st, void *data, int ret_val_options) argument
235 sk_find(_STACK *st, void *data) argument
239 sk_find_ex(_STACK *st, void *data) argument
244 sk_push(_STACK *st, void *data) argument
249 sk_unshift(_STACK *st, void *data) argument
254 sk_shift(_STACK *st) argument
261 sk_pop(_STACK *st) argument
268 sk_zero(_STACK *st) argument
276 sk_pop_free(_STACK *st, void (*func)(void *)) argument
287 sk_free(_STACK *st) argument
294 sk_num(const _STACK *st) argument
300 sk_value(const _STACK *st, int i) argument
306 sk_set(_STACK *st, int i, void *value) argument
312 sk_sort(_STACK *st) argument
329 sk_is_sorted(const _STACK *st) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i860/
H A Dldst06.s0 # st.b (no relocations here)
4 st.b %r0,0(%r0)
5 st.b %r31,1(%r1)
6 st.b %r30,2(%r2)
7 st.b %r29,513(%r3)
8 st.b %r28,1028(%r4)
9 st.b %r27,4090(%r5)
10 st.b %r26,8190(%r6)
11 st.b %r25,16385(%r7)
12 st
[all...]
H A Dldst04.s0 # st.l (no relocations here)
4 st.l %r0,0(%r0)
5 st.l %r31,124(%r1)
6 st.l %r30,256(%r2)
7 st.l %r29,512(%r3)
8 st.l %r28,1024(%r4)
9 st.l %r27,4096(%r5)
10 st.l %r26,8192(%r6)
11 st.l %r25,16384(%r7)
12 st
[all...]
H A Dldst05.s0 # st.s (no relocations here)
4 st.s %r0,0(%r0)
5 st.s %r31,122(%r1)
6 st.s %r30,258(%r2)
7 st.s %r29,512(%r3)
8 st.s %r28,1028(%r4)
9 st.s %r27,4090(%r5)
10 st.s %r26,8190(%r6)
11 st.s %r25,16384(%r7)
12 st
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic9.C4 struct st struct
11 static const st i = { 0,1,2,3 };
16 static const st i = { 0,1,2,3 };
H A Dstatic10.C5 struct st struct
13 static const st i = { 0 };
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic9.C4 struct st struct
11 static const st i = { 0,1,2,3 };
16 static const st i = { 0,1,2,3 };
H A Dstatic10.C5 struct st struct
13 static const st i = { 0 };
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_copy_stat.c36 archive_entry_copy_stat(struct archive_entry *entry, const struct stat *st) argument
39 archive_entry_set_atime(entry, st->st_atime, st->st_atimespec.tv_nsec);
40 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctimespec.tv_nsec);
41 archive_entry_set_mtime(entry, st->st_mtime, st->st_mtimespec.tv_nsec);
43 archive_entry_set_atime(entry, st->st_atime, st->st_atim.tv_nsec);
44 archive_entry_set_ctime(entry, st
[all...]
H A Darchive_entry_stat.c42 struct stat *st; local
44 entry->stat = malloc(sizeof(*st));
61 st = entry->stat;
66 st->st_atime = archive_entry_atime(entry);
68 st->st_birthtime = archive_entry_birthtime(entry);
70 st->st_ctime = archive_entry_ctime(entry);
71 st->st_mtime = archive_entry_mtime(entry);
72 st->st_dev = archive_entry_dev(entry);
73 st->st_gid = archive_entry_gid(entry);
74 st
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/stack/members/
H A D7158.cc29 std::stack<int> st; local
31 st.push(1);
32 st.top() = 42;
33 st.pop();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/stack/members/
H A D7158.cc30 std::stack<int> st; local
32 st.push(1);
33 st.top() = 42;
34 st.pop();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dlong-long-cst1.c7 struct st{ struct
10 unsigned long long t = ((int)(__SIZE_TYPE__)&(((struct st*)16)->_mark) - 32);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dlong-long-cst1.c7 struct st{ struct
10 unsigned long long t = ((int)(__SIZE_TYPE__)&(((struct st*)16)->_mark) - 32);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arc/
H A Dst.s0 # st test
3 st r1,[r2]
4 st r1,[r2,14]
6 st.a r1,[r3,14]
8 st r1,[900]
10 st -8,[r2,-8]
11 st 80,[750]
12 st r2,[foo]
13 st.di r1,[r2,2]
14 st
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmsg_stats.h66 #define MSG_STATS_INIT(st) \
68 memset((char *) (st), 0, sizeof(*(st))), \
69 (st) \
72 #define MSG_STATS_INIT1(st, member, value) \
74 memset((char *) (st), 0, sizeof(*(st))), \
75 ((st)->member = (value)), \
76 (st) \
79 #define MSG_STATS_INIT2(st, m
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dbsdtar_platform.h99 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctimespec.tv_nsec
100 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtimespec.tv_nsec
102 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec
103 #define ARCHIVE_STAT_MTIME_NANOS(st) (st)->st_mtim.tv_nsec
105 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest_option_B_upper.c31 struct stat st; local
43 assertEqualInt(0, stat("small.cpio", &st));
44 assertEqualInt(512, st.st_size);
50 assertEqualInt(0, stat("large.cpio", &st));
51 assertEqualInt(5120, st.st_size);

Completed in 286 milliseconds

1234567891011>>