Searched refs:si (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_297.c12 caller(signed int si, unsigned int ui) argument
16 take_unsigned_long_long(si);
20 take_long_long(si);
H A Dmsg_011.c12 signed int si: 3; member in struct:__anon15
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-nop-2.d17 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
18 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
21 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
22 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
26 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
[all...]
H A Dnop-2.d16 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
17 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
20 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
21 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
25 +[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
[all...]
H A Denqcmd-inval.s6 enqcmd (%si),%eax
8 enqcmds (%si),%eax
12 enqcmd eax,[si]
14 enqcmds eax,[si]
H A Denqcmd.s7 enqcmd (%si),%ax
9 enqcmds (%si),%ax
13 enqcmd ax,[si]
15 enqcmds ax,[si]
H A Dnops16-1.d12 [ ]*[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
13 [ ]*[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
14 [ ]*[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
15 [ ]*[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
16 [ ]*[a-f0-9]+: 8d b4 00 00 lea 0x0\(%si\),%si
[all...]
H A Dmpx-inval-2.s5 bndcl (%bx,%si), %bnd0
7 bndcu (%bp,%si), %bnd0
11 bndmov %bnd0, (%si)
15 bndcn %si, %bnd2
21 bndcu bnd0, [si]
23 bndmk bnd0, [bx+si]
25 bndmov [bp+si], bnd0
35 bndcl (%bx,%si), %bnd0
37 bndcu (%bp,%si), %bnd0
41 bndmov %bnd0, (%si)
[all...]
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Ddev_disk.c60 struct saioreq *si; local
74 si = &disk_ioreq;
81 si->si_boottab = bp->bootDevice;
82 si->si_ctlr = bp->ctlrNum;
83 si->si_unit = bp->unitNum;
84 si->si_boff = bp->partNum;
85 if ((error = prom_iopen(si)) != 0)
90 f->f_devdata = si;
97 struct saioreq *si; local
104 si
117 struct saioreq *si; local
[all...]
H A Dpromdev.c57 * si->si_boottab
58 * si->si_ctlr
59 * si->si_unit
60 * si->si_boff
64 prom_iopen(struct saioreq *si) argument
73 ops = si->si_boottab;
75 ctlr = si->si_ctlr;
100 si->si_devaddr = dev_mapin(dip->d_devtype,
102 DPRINTF("devaddr=%#x", si->si_devaddr);
106 si
135 prom_iclose(struct saioreq *si) argument
[all...]
/netbsd-current/sys/dev/tc/
H A Dpxg.c129 struct stic_info *si; local
138 si = &stic_consinfo;
142 si = &stic_consinfo;
144 si = malloc(sizeof(*si), M_DEVBUF, M_WAITOK | M_ZERO);
146 si->si_slotbase = ta->ta_addr;
147 pxg_init(si);
151 pxg->pxg_si = si;
152 si->si_dv = self;
153 tc_intr_establish(parent, ta->ta_cookie, IPL_TTY, pxg_intr, si);
175 struct stic_info *si; local
184 pxg_init(struct stic_info *si) argument
223 pxg_probe_sram(struct stic_info *si) argument
236 pxg_probe_planes(struct stic_info *si) argument
271 struct stic_info *si; local
304 pxg_pbuf_get(struct stic_info *si) argument
314 pxg_pbuf_post(struct stic_info *si, uint32_t *buf) argument
351 pxg_ioctl(struct stic_info *si, u_long cmd, void *data, int flag, struct lwp *l) argument
411 pxg_load_fwseg(struct stic_info *si, struct pxg_fwseg *pfs) argument
[all...]
H A Dpx.c127 struct stic_info *si; local
139 si = &stic_consinfo;
143 si = &stic_consinfo;
145 si = malloc(sizeof(*si), M_DEVBUF, M_WAITOK | M_ZERO);
147 si->si_slotbase = ta->ta_addr;
148 px_init(si, 0);
152 px->px_si = si;
153 si->si_dv = self;
154 tc_intr_establish(parent, ta->ta_cookie, IPL_TTY, px_intr, si);
172 struct stic_info *si; local
181 px_init(struct stic_info *si, int bootstrap) argument
237 struct stic_info *si; local
311 px_pbuf_get(struct stic_info *si) argument
321 px_pbuf_post(struct stic_info *si, uint32_t *buf) argument
359 px_ioctl(struct stic_info *si, u_long cmd, void *data, int flag, struct lwp *l) argument
[all...]
/netbsd-current/tests/lib/libc/sys/
H A Dt_wait.c57 siginfo_t si; local
60 ATF_REQUIRE(wait6(P_ALL, 0, &st, 0, &wru, &si) == -1
73 siginfo_t si; local
86 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid);
88 ATF_REQUIRE(si.si_status == 0x5a5a5a5a);
89 ATF_REQUIRE(si.si_pid == pid);
90 ATF_REQUIRE(si.si_uid == getuid());
91 ATF_REQUIRE(si.si_code == CLD_EXITED);
92 printf("user: %ju system: %ju\n", (uintmax_t)si.si_utime,
93 (uintmax_t)si
107 siginfo_t si; local
142 siginfo_t si; local
179 siginfo_t si; local
245 siginfo_t si; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Djemalloc_shim.h106 size_info *si = malloc(size + sizeof(*si)); local
107 INSIST(si != NULL);
109 si->size = size;
110 ptr = &si[1];
117 size_info *si = &(((size_info *)ptr)[-1]); local
122 free(si);
127 size_info *si = &(((size_info *)ptr)[-1]); local
131 return (si[0].size);
136 size_info *si local
[all...]
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2800_intr.h49 #define SI_TO_IRQBIT(si) ((si)==SI_SOFTSERIAL? (1<<9) : (1U<<(ICU_LEN+(si))))
/netbsd-current/sys/arch/sun3/dev/
H A Dsi_vme.c148 * it is an "sc" (Sun2) or "si" (Sun3) SCSI board. This can
150 * 4K bytes in VME space but the "si" board occupies 2K bytes.
152 /* Note: the "si" board should NOT respond here. */
235 volatile struct si_regs *si = sc->sc_regs; local
249 si->si_csr = 0;
251 si->si_csr = SI_CSR_FIFO_RES | SI_CSR_SCSI_RES | SI_CSR_INTR_EN;
253 si->fifo_count = 0;
256 si->dma_addrh = 0;
257 si->dma_addrl = 0;
258 si
275 volatile struct si_regs *si = sc->sc_regs; local
300 volatile struct si_regs *si = sc->sc_regs; local
322 volatile struct si_regs *si = sc->sc_regs; local
385 volatile struct si_regs *si = sc->sc_regs; local
447 volatile struct si_regs *si = sc->sc_regs; local
[all...]
/netbsd-current/sys/arch/sun68k/stand/tapeboot/
H A Ddev_tape.c78 struct saioreq *si; local
103 si = &tape_ioreq;
104 memset(si, 0, sizeof(*si));
107 si->si_boottab = bp->bootDevice;
108 si->si_ctlr = bp->ctlrNum;
109 si->si_unit = bp->unitNum;
110 si->si_boff = part; /* default = bp->partNum + 1; */
112 error = prom_iopen(si);
119 f->f_devdata = si;
127 struct saioreq *si; local
143 struct saioreq *si; local
[all...]
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dstride_info.h18 isl_ctx *isl_stride_info_get_ctx(__isl_keep isl_stride_info *si);
19 __isl_give isl_val *isl_stride_info_get_stride(__isl_keep isl_stride_info *si);
20 __isl_give isl_aff *isl_stride_info_get_offset(__isl_keep isl_stride_info *si);
22 __isl_take isl_stride_info *si);
24 __isl_keep isl_stride_info *si);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_att.c69 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
71 return X509at_get_attr_count(si->signedAttrs);
74 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
76 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
79 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, argument
82 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
85 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
87 return X509at_get_attr(si->signedAttrs, loc);
90 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
92 return X509at_delete_attr(si
95 CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
102 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
111 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
119 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
128 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *oid, int lastpos, int type) argument
134 CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) argument
139 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
145 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, int lastpos) argument
151 CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
156 CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
161 CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
168 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
177 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
186 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
196 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
265 CMS_si_check_attributes(const CMS_SignerInfo *si) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_att.c69 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
71 return X509at_get_attr_count(si->signedAttrs);
74 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
76 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
79 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, argument
82 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
85 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
87 return X509at_get_attr(si->signedAttrs, loc);
90 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
92 return X509at_delete_attr(si
95 CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
102 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
111 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
119 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
128 CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *oid, int lastpos, int type) argument
135 CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) argument
140 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
146 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, int lastpos) argument
152 CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
157 CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
162 CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
169 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
178 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
187 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
197 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
266 ossl_cms_si_check_attributes(const CMS_SignerInfo *si) argument
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dcmp_si.c36 int si; local
38 si = i < 0 ? -1 : 1; /* sign of i */
44 return i != 0 ? -si : 0;
49 else if (MPFR_SIGN(b) != si || i == 0)
51 else /* b and i are of same sign si */
67 return -si;
70 return si;
76 return si;
78 return -si;
85 return si;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfp-test.c74 volatile signed int si; variable
99 si = f1 == f2;
100 si = f1 != f2;
101 si = f1 > f2;
102 si = f1 < f2;
103 si = f1 >= f2;
104 si = f1 <= f2;
106 si = __builtin_isgreater (f1, f2);
107 si = __builtin_isgreaterequal (f1, f2);
108 si
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfp-test.cc74 volatile signed int si; variable
99 si = f1 == f2;
100 si = f1 != f2;
101 si = f1 > f2;
102 si = f1 < f2;
103 si = f1 >= f2;
104 si = f1 <= f2;
106 si = __builtin_isgreater (f1, f2);
107 si = __builtin_isgreaterequal (f1, f2);
108 si
[all...]
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_sysinfo.c71 struct linux32_sysinfo si; local
75 memset(&si, 0, sizeof(si));
76 si.uptime = time_uptime;
78 si.loads[0] = la->ldavg[0] * LINUX_SYSINFO_LOADS_SCALE / la->fscale;
79 si.loads[1] = la->ldavg[1] * LINUX_SYSINFO_LOADS_SCALE / la->fscale;
80 si.loads[2] = la->ldavg[2] * LINUX_SYSINFO_LOADS_SCALE / la->fscale;
81 si.totalram = ctob((u_long)physmem);
83 si.freeram = (u_long)uvm_availmem(true) * uvmexp.pagesize;
88 si
[all...]
/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A DSFMT-sse2.h89 r1 = _mm_load_si128(&ctx->sfmt[N - 2].si);
90 r2 = _mm_load_si128(&ctx->sfmt[N - 1].si);
92 r = mm_recursion(&ctx->sfmt[i].si, &ctx->sfmt[i + POS1].si, r1, r2,
94 _mm_store_si128(&ctx->sfmt[i].si, r);
99 r = mm_recursion(&ctx->sfmt[i].si, &ctx->sfmt[i + POS1 - N].si, r1, r2,
101 _mm_store_si128(&ctx->sfmt[i].si, r);
119 r1 = _mm_load_si128(&ctx->sfmt[N - 2].si);
120 r2 = _mm_load_si128(&ctx->sfmt[N - 1].si);
[all...]

Completed in 192 milliseconds

1234567891011>>