Searched refs:ex (Results 126 - 150 of 890) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drcparse.y365 dialog.ex = NULL;
390 dialog.ex = ((rc_dialog_ex *)
392 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
417 dialog.ex = ((rc_dialog_ex *)
419 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
420 dialog.ex->help = $9;
476 if (dialog.ex != NULL)
478 dialog.ex->weight = 0;
479 dialog.ex->italic = 0;
480 dialog.ex
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drcparse.y365 dialog.ex = NULL;
390 dialog.ex = ((rc_dialog_ex *)
392 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
417 dialog.ex = ((rc_dialog_ex *)
419 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
420 dialog.ex->help = $9;
476 if (dialog.ex != NULL)
478 dialog.ex->weight = 0;
479 dialog.ex->italic = 0;
480 dialog.ex
[all...]
/netbsd-current/lib/libm/src/
H A Ds_fmal.c181 int ex, ey, ez; local
198 xs = frexpl(x, &ex);
202 spread = ex + ey - ez;
251 spread = ex + ey;
/netbsd-current/external/bsd/nvi/docs/USD.doc/vi.ref/
H A DMakefile10 DEPSRCS= ex.cmd.roff set.opt.roff vi.cmd.roff ref.so index.so
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py77 except subprocess.CalledProcessError as ex:
78 ex.output = decode_when_needed(ex.output).splitlines()
79 raise ex
/netbsd-current/share/man/man4/man4.vax/
H A DMakefile7 ec.4 en.4 ex.4 \
/netbsd-current/external/bsd/tmux/dist/
H A Dscreen.c36 u_int ex; member in struct:screen_sel
429 u_int ex, u_int ey, u_int rectangle, int modekeys, struct grid_cell *gc)
441 s->sel->ex = ex;
491 if (sel->ex < sel->sx) {
492 /* Cursor (ex) is on the left. */
493 if (px < sel->ex)
503 if (px > sel->ex)
520 xx = (sel->ex == 0 ? 0 : sel->ex
428 screen_set_selection(struct screen *s, u_int sx, u_int sy, u_int ex, u_int ey, u_int rectangle, int modekeys, struct grid_cell *gc) argument
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Daout2elf.c86 struct exec ex; local
99 if (read(fd, &ex, sizeof ex) - sizeof ex != 0) {
104 if (N_GETMAGIC(ex) != ZMAGIC ||
105 (N_GETFLAG(ex) & EX_DYNAMIC) == 0)
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dsingle.h181 #define FP_CMP_S(r, X, Y, un, ex) _FP_CMP (S, 1, (r), X, Y, (un), (ex))
182 #define FP_CMP_EQ_S(r, X, Y, ex) _FP_CMP_EQ (S, 1, (r), X, Y, (ex))
183 #define FP_CMP_UNORD_S(r, X, Y, ex) _FP_CMP_UNORD (S, 1, (r), X, Y, (ex))
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dsingle.h181 #define FP_CMP_S(r, X, Y, un, ex) _FP_CMP (S, 1, (r), X, Y, (un), (ex))
182 #define FP_CMP_EQ_S(r, X, Y, ex) _FP_CMP_EQ (S, 1, (r), X, Y, (ex))
183 #define FP_CMP_UNORD_S(r, X, Y, ex) _FP_CMP_UNORD (S, 1, (r), X, Y, (ex))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dt_req.c173 X509_EXTENSION *ex; local
175 ex = sk_X509_EXTENSION_value(exts, i);
178 obj = X509_EXTENSION_get_object(ex);
181 critical = X509_EXTENSION_get_critical(ex);
184 if (!X509V3_EXT_print(bp, ex, cflag, 16)) {
187 X509_EXTENSION_get_data(ex)) <= 0)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_prn.c154 X509_EXTENSION *ex; local
155 ex = sk_X509_EXTENSION_value(exts, i);
158 obj = X509_EXTENSION_get_object(ex);
160 j = X509_EXTENSION_get_critical(ex);
163 if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) {
165 ASN1_STRING_print(bp, X509_EXTENSION_get_data(ex));
H A Dv3_lib.c166 X509_EXTENSION *ex, *found_ex = NULL; local
182 ex = sk_X509_EXTENSION_value(x, i);
183 if (OBJ_obj2nid(X509_EXTENSION_get_object(ex)) == nid) {
186 found_ex = ex;
194 found_ex = ex;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_prn.c155 X509_EXTENSION *ex; local
157 ex = sk_X509_EXTENSION_value(exts, i);
158 obj = X509_EXTENSION_get_object(ex);
166 j = X509_EXTENSION_get_critical(ex);
169 if (!X509V3_EXT_print(bp, ex, flag, indent + 4)) {
171 ASN1_STRING_print(bp, X509_EXTENSION_get_data(ex));
H A Dt_req.c173 X509_EXTENSION *ex; local
175 ex = sk_X509_EXTENSION_value(exts, i);
178 obj = X509_EXTENSION_get_object(ex);
181 critical = X509_EXTENSION_get_critical(ex);
184 if (!X509V3_EXT_print(bp, ex, cflag, 20)) {
187 X509_EXTENSION_get_data(ex)) <= 0)
H A Dv3_lib.c166 X509_EXTENSION *ex, *found_ex = NULL; local
182 ex = sk_X509_EXTENSION_value(x, i);
183 if (OBJ_obj2nid(X509_EXTENSION_get_object(ex)) == nid) {
186 found_ex = ex;
194 found_ex = ex;
/netbsd-current/bin/csh/
H A Dglob.c216 Char **ex, **nv, *s, **vl; local
220 ex = *elp;
222 for (ex = vl; *ex; ex++)
246 if (&ex[len] >= &nv[size]) {
249 l = &ex[len] - &nv[size];
252 e = ex - nv;
255 ex = nv + e;
260 for (bp = ex; b
278 Char **ex, **nv, *s, **vl; local
[all...]
/netbsd-current/sys/dev/usb/
H A Dehci.c309 ehci_add_intr_list(ehci_softc_t *sc, struct ehci_xfer *ex) argument
312 TAILQ_INSERT_TAIL(&sc->sc_intrhead, ex, ex_next);
316 ehci_del_intr_list(ehci_softc_t *sc, struct ehci_xfer *ex) argument
319 TAILQ_REMOVE(&sc->sc_intrhead, ex, ex_next);
877 struct ehci_xfer *ex, *nextex; local
898 TAILQ_FOREACH_SAFE(ex, &sc->sc_intrhead, ex_next, nextex) {
899 switch (ex->ex_type) {
903 ehci_check_qh_intr(sc, ex, &cq);
906 ehci_check_itd_intr(sc, ex, &cq);
909 ehci_check_sitd_intr(sc, ex,
934 ehci_check_qh_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq) argument
1016 ehci_check_itd_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq) argument
1062 ehci_check_sitd_intr(ehci_softc_t *sc, struct ehci_xfer *ex, ex_completeq_t *cq) argument
1099 ehci_idone(struct ehci_xfer *ex, ex_completeq_t *cq) argument
1591 struct ehci_xfer *ex = EHCI_XFER2EXFER(xfer); local
1926 ehci_dump_exfer(struct ehci_xfer *ex) argument
3649 struct ehci_xfer *ex = EHCI_XFER2EXFER(xfer); local
3918 struct ehci_xfer *ex = EHCI_XFER2EXFER(xfer); local
4117 struct ehci_xfer *ex = EHCI_XFER2EXFER(xfer); local
4352 struct ehci_xfer *ex = EHCI_XFER2EXFER(xfer); local
4716 struct ehci_xfer *ex = EHCI_XFER2EXFER(xfer); local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c900 expressionS ex; member in struct:s390_lpe
1018 if (lpe->ex.X_op == O_big)
1020 if (exp_p->X_add_number <= 0 && lpe->ex.X_add_number <= 0)
1026 else if (exp_p->X_add_number == lpe->ex.X_add_number)
1040 && s390_exp_compare (exp_p, &lpe->ex) != 0)
1057 lpe->ex = *exp_p;
1268 expressionS ex; local
1312 if (! register_name (&ex))
1314 expression (&ex);
1315 resolve_register (&ex);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c896 expressionS ex; member in struct:s390_lpe
1014 if (lpe->ex.X_op == O_big)
1016 if (exp_p->X_add_number <= 0 && lpe->ex.X_add_number <= 0)
1022 else if (exp_p->X_add_number == lpe->ex.X_add_number)
1036 && s390_exp_compare (exp_p, &lpe->ex) != 0)
1053 lpe->ex = *exp_p;
1264 expressionS ex; local
1308 if (! register_name (&ex))
1309 expression (&ex);
1315 if (ex
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c898 expressionS ex; member in struct:s390_lpe
1016 if (lpe->ex.X_op == O_big)
1018 if (exp_p->X_add_number <= 0 && lpe->ex.X_add_number <= 0)
1024 else if (exp_p->X_add_number == lpe->ex.X_add_number)
1038 && s390_exp_compare (exp_p, &lpe->ex) != 0)
1055 lpe->ex = *exp_p;
1266 expressionS ex; local
1310 if (! register_name (&ex))
1311 expression (&ex);
1317 if (ex
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c348 Expression *ex = isExpression(o); local
349 DsymbolExp *s = (ex && ex->op == TOKdsymbol) ? (DsymbolExp *)ex : NULL;
1613 ThrownExceptionExp *ex = (ThrownExceptionExp *)e; local
1614 Type *extype = ex->thrown->originalClass()->type;
1628 setValue(ca->var, ex->thrown);
1703 Expression *ex = interpret(s->_body, istate); local
1704 if (CTFEExp::isCantExp(ex))
1706 result = ex;
1809 Expression *ex = interpret(s->_body, &istatex); local
2292 Expression *ex = isExpression(o); local
2437 Expression *ex = interpret(exp, istate); local
2489 Expression *ex; local
2662 Expression *ex = NULL; local
2797 Expression *ex = (*e->arguments)[i]; local
2952 evalOperand(UnionExp *pue, Expression *e, Expression *ex, Expression *&er) argument
3388 Expression *ex = interpret(ultimateVar->type->defaultInitLiteral(e->loc), istate); local
3603 Expression *ex = dve->e1; local
3664 Expression *ex = ((DotVarExp *)e1)->e1; local
4448 Expression *ex = e->e1; local
5511 Expression *ex = evaluatePostblit(istate, (*ale->elements)[i]); local
5935 Expression *ex = interpret(ade->e1, istate); local
5995 Expression *ex = interpret(e->e1, istate); local
6190 Expression *ex = v.result; local
[all...]
/netbsd-current/lib/libcurses/
H A Dins_wch.c90 int cw, pcw, x, y, sx, ex, newx, i; local
198 ex = x + 1;
199 while (ex - x < cw) {
201 temp1->wcols = x - ex;
204 ex++, temp1++;
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtcmpabs.c42 mpfr_exp_t ex = MPFR_IS_SINGULAR (x) ? emax : MPFR_GET_EXP (x); local
44 set_emin (ex < ey ? ex : ey);
45 set_emax (ex < ey ? ey : ex);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dcos.c44 mpfr_exp_t ex, l, m; local
65 ex = mpfr_get_z_2exp (x, r); /* r = x*2^ex */
71 ex += l;
74 /* since |r| < 1, r = x*2^ex, and x is an integer, necessarily ex < 0 */
93 ex += l;
97 mpz_fdiv_q_2exp (t, t, -ex);

Completed in 201 milliseconds

1234567891011>>