Searched refs:as (Results 1 - 25 of 3726) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dv9branch2.d0 #as: -Av9
H A Dv9branch3.d0 #as: -Av9
H A Dv9branch4.d0 #as: -Av9
H A Dv9branch5.d0 #as: -Av9
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dempty1.C15 struct A* as[10]; variable in typeref:struct:A
18 A () { as[i++] = this; }
19 A (const A&) { as[i++] = this; }
20 ~A() { if (i == 0 || as[--i] != this) abort(); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dempty1.C15 struct A* as[10]; variable in typeref:struct:A
18 A () { as[i++] = this; }
19 A (const A&) { as[i++] = this; }
20 ~A() { if (i == 0 || as[--i] != this) abort(); }
/netbsd-6-1-5-RELEASE/sys/dev/acpi/acpica/
H A DOsdSynch.c114 struct acpi_semaphore *as; local
121 as = malloc(sizeof(*as), M_ACPI, M_NOWAIT);
122 if (as == NULL)
125 mutex_init(&as->as_slock, MUTEX_DEFAULT, IPL_NONE);
126 cv_init(&as->as_cv, "acpisem");
127 as->as_units = InitialUnits;
128 as->as_maxunits = MaxUnits;
132 as, as
146 struct acpi_semaphore *as = (void *) Handle; local
168 struct acpi_semaphore *as = (void *) Handle; local
229 struct acpi_semaphore *as = (void *) Handle; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_string_sprintf.c52 append_uint(struct archive_string *as, uintmax_t d, unsigned base) argument
56 append_uint(as, d/base, base);
57 archive_strappend_char(as, digits[d % base]);
61 append_int(struct archive_string *as, intmax_t d, unsigned base) argument
64 archive_strappend_char(as, '-');
67 append_uint(as, d, base);
72 __archive_string_sprintf(struct archive_string *as, const char *fmt, ...) argument
77 archive_string_vsprintf(as, fmt, ap);
86 __archive_string_vsprintf(struct archive_string *as, const char *fmt, argument
94 if (__archive_string_ensure(as, 6
[all...]
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_acl.c17 * GNU General Public License ("GPL") version 2 as published by the Free
99 struct aclstate *as; local
101 as = malloc(sizeof(struct aclstate),
103 if (as == NULL)
105 ACL_LOCK_INIT(as, "acl");
106 TAILQ_INIT(&as->as_list);
107 as->as_policy = ACL_POLICY_OPEN;
108 as->as_ic = ic;
109 ic->ic_as = as;
116 struct aclstate *as local
125 _find_acl(struct aclstate *as, const u_int8_t *macaddr) argument
139 _acl_free(struct aclstate *as, struct acl *acl) argument
152 struct aclstate *as = ic->ic_as; local
168 struct aclstate *as = ic->ic_as; local
206 struct aclstate *as = ic->ic_as; local
225 struct aclstate *as = ic->ic_as; local
241 struct aclstate *as = ic->ic_as; local
265 struct aclstate *as = ic->ic_as; local
281 struct aclstate *as = ic->ic_as; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dmissing.d2 #as: -march=armv5
H A Dreq.d2 #as: -mcpu=arm7m
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dtls-gd-3.d0 #as: -mcpu=5206
3 #error: .*Accessing `x' as thread-local object.*
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmacro-warn-2-n32.d0 #as: -n32 -KPIC
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-i386/
H A Dnogot2.d3 #as: --32
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-m68k/
H A Dgot-multigot-15-er.d0 #as: -mcpu=5206
H A Dgot-negative-15-er.d0 #as: -mcpu=5206
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-x86-64/
H A Dnogot2.d3 #as: --64
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dhint.b-warn.l2 .*:1: Warning: hint.b may be treated as nop
3 .*:2: Warning: hint.b may be treated as nop
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Drel-2.s1 ! Like rel-1.s, but using "$", not "datalabel $" as self expression. It's
2 ! not as useful, but should emit the obvious output.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dfail.s3 # as(sh): -defsym sim_cpu=0
4 # as(shdsp): -defsym sim_cpu=1 -dsp
H A Dpass.s3 # as(sh): -defsym sim_cpu=0
4 # as(shdsp): -defsym sim_cpu=1 -dsp
/netbsd-6-1-5-RELEASE/external/bsd/llvm/bin/llvm-as/
H A DMakefile3 PROG_CXX= llvm-as
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-as
10 SRCS= llvm-as.cpp
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dac97.c490 #define SOURCE_INFO_SIZE(as) ((as)->type == AC97_CODEC_TYPE_MODEM ? \
929 #define POWER_EAMP_ON(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
931 #define POWER_EAMP_OFF(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
935 ac97_read(struct ac97_softc *as, uint8_t reg, uint16_t *val) argument
937 KASSERT(mutex_owned(as->lock));
939 if (as->host_flags & AC97_HOST_DONT_READ &&
942 *val = as
952 ac97_write(struct ac97_softc *as, uint8_t reg, uint16_t val) argument
975 ac97_setup_defaults(struct ac97_softc *as) argument
999 struct ac97_softc *as; local
1065 ac97_check_capability(struct ac97_softc *as, int check) argument
1101 ac97_setup_source_info(struct ac97_softc *as) argument
1235 struct ac97_softc *as; local
1633 struct ac97_softc *as; local
1650 struct ac97_softc *as; local
1662 struct ac97_softc *as; local
1674 struct ac97_softc *as; local
1713 struct ac97_softc *as; local
1828 struct ac97_softc *as; local
1849 struct ac97_softc *as; local
1928 struct ac97_softc *as; local
2030 struct ac97_softc *as; local
2042 struct ac97_softc *as; local
2052 ac97_add_port(struct ac97_softc *as, const struct ac97_source_info *src) argument
2131 ac97_ad198x_init(struct ac97_softc *as) argument
2169 ac97_alc650_init(struct ac97_softc *as) argument
2234 ac97_ucb1400_init(struct ac97_softc *as) argument
2250 ac97_vt1616_init(struct ac97_softc *as) argument
2275 ac97_modem_offhook_set(struct ac97_softc *as, int line, int newval) argument
2300 struct ac97_softc *as; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d30v/
H A Dserial2.l2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:8: Error: Unable to mix instructions as specified
5 .*:9: Error: Unable to mix instructions as specified
6 .*:11: Error: Unable to mix instructions as specified
7 .*:12: Error: Unable to mix instructions as specified
8 .*:13: Error: Unable to mix instructions as specified
9 .*:14: Error: Unable to mix instructions as specified
10 .*:16: Error: Unable to mix instructions as specified
11 .*:17: Error: Unable to mix instructions as specifie
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Darc4random.c17 * which is a trade secret). The same algorithm is used as a stream
65 arc4_init(struct arc4_stream *as) argument
70 as->s[n] = n;
71 as->i = 0;
72 as->j = 0;
74 as->initialized = 1;
75 arc4_stir(as);
79 arc4_addrandom(struct arc4_stream *as, u_char *dat, int datlen) argument
84 as->i--;
86 as
96 arc4_stir(struct arc4_stream *as) argument
134 arc4_getbyte(struct arc4_stream *as) argument
148 arc4_getword(struct arc4_stream *as) argument
[all...]

Completed in 244 milliseconds

1234567891011>>