Searched refs:ex (Results 176 - 200 of 890) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_float128.c201 mpfr_exp_t ex; local
205 ex = MPFR_GET_EXP (x);
206 set_emin (ex);
207 set_emax (ex);
/netbsd-current/external/bsd/wpa/dist/hs20/client/
H A Dest.c397 X509_EXTENSION *ex; local
481 ex = X509V3_EXT_nconf_nid(ctmp, NULL, NID_basic_constraints,
483 if (ex == NULL ||
484 !sk_X509_EXTENSION_push(exts, ex))
487 ex = X509V3_EXT_nconf_nid(ctmp, NULL, NID_key_usage,
489 if (ex == NULL ||
490 !sk_X509_EXTENSION_push(exts, ex))
493 ex = X509V3_EXT_nconf_nid(ctmp, NULL, NID_ext_key_usage,
495 if (ex == NULL ||
496 !sk_X509_EXTENSION_push(exts, ex))
[all...]
/netbsd-current/games/factor/
H A Dfactor.c281 static int ex = 1; local
291 ex++;
310 if (ex > 1)
311 pr_exp(ex, xflag);
319 ex = 1;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfgloopanal.cc477 edge ex; local
481 FOR_EACH_VEC_ELT (exits, i, ex)
483 if (probably_never_executed_edge_p (cfun, ex)
488 || ex->probability <= profile_probability::very_unlikely ())
491 found = ex;
/netbsd-current/sys/arch/x86/x86/
H A Dbus_space.c254 struct extent *ex; local
273 ex = ioport_ex;
275 ex = iomem_ex;
283 error = extent_alloc_region(ex, bpa, size,
302 struct extent *ex; local
323 ex = ioport_ex;
325 ex = iomem_ex;
332 rstart = MAX(rstart, ex->ex_start);
333 rend = MIN(rend, ex->ex_end);
340 error = extent_alloc_subregion(ex, rstar
358 struct extent *ex; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drcparse.c2287 dialog.ex = NULL;
2319 dialog.ex = ((rc_dialog_ex *)
2321 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
2353 dialog.ex = ((rc_dialog_ex *)
2355 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
2356 dialog.ex->help = (yyvsp[0].il);
2440 if (dialog.ex != NULL)
2442 dialog.ex->weight = 0;
2443 dialog.ex->italic = 0;
2444 dialog.ex
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drcparse.c2287 dialog.ex = NULL;
2319 dialog.ex = ((rc_dialog_ex *)
2321 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
2353 dialog.ex = ((rc_dialog_ex *)
2355 memset (dialog.ex, 0, sizeof (rc_dialog_ex));
2356 dialog.ex->help = (yyvsp[0].il);
2440 if (dialog.ex != NULL)
2442 dialog.ex->weight = 0;
2443 dialog.ex->italic = 0;
2444 dialog.ex
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mn10200.c920 expressionS ex;
958 if (!data_register_name (&ex))
967 if (!address_register_name (&ex))
1004 else if (data_register_name (&ex))
1010 else if (address_register_name (&ex))
1016 else if (other_register_name (&ex))
1030 expression (&ex);
1031 resolve_register (&ex);
1034 switch (ex.X_op)
1060 ex
917 expressionS ex; local
[all...]
H A Dtc-mn10300.c1298 expressionS ex;
1334 if (!data_register_name (&ex))
1343 if (!address_register_name (&ex))
1367 if (!r_register_name (&ex))
1376 if (!xr_register_name (&ex))
1385 if (!float_register_name (&ex))
1394 if (!double_register_name (&ex))
1624 else if (data_register_name (&ex))
1630 else if (address_register_name (&ex))
1636 else if (other_register_name (&ex))
1295 expressionS ex; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c974 Expression *ex = new TypeExp(exp->loc, t); local
975 result = semantic(ex, sc);
2261 else if (Expression *ex = typeCombine(exp, sc))
2263 result = ex;
2296 if (Expression *ex = typeCombine(exp, sc))
2298 result = ex;
2423 if (Expression *ex = unaSemantic(exp, sc))
2425 result = ex;
2514 if (Expression *ex = unaSemantic(e, sc))
2516 result = ex;
2916 Expression *ex = unaSemantic(exp, sc); local
3411 Expression *ex = new ThisExp(exp->loc); local
3536 Expression *ex = new ThisExp(exp->loc); local
4316 Expression *ex = exp->e1->castTo(sc, exp->to); local
5775 Expression *ex; local
[all...]
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_select.c60 syscallarg(netbsd32_fd_setp_t) ex;
81 SCARG_P32(uap, ou), SCARG_P32(uap, ex), ts, NULL);
92 syscallarg(netbsd32_fd_setp_t) ex;
116 SCARG_P32(uap, ou), SCARG_P32(uap, ex), ts, mask);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_req_utils.c175 int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc) argument
177 return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dmips-fpregset-core.exp41 -ex "The program has no registers now" {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_req_utils.c175 int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc) argument
177 return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dhalf.h170 #define FP_CMP_EQ_H(r, X, Y, ex) _FP_CMP_EQ (H, 1, (r), X, Y, (ex))
/netbsd-current/sys/compat/common/
H A Dkern_select_50.c108 syscallarg(fd_set *) ex;
129 SCARG(uap, ou), SCARG(uap, ex), ts, NULL);
140 syscallarg(fd_set *) ex;
164 SCARG(uap, ou), SCARG(uap, ex), ts, mask);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dmips-fpregset-core.exp41 -ex "The program has no registers now" {
/netbsd-current/lib/libcurses/
H A Daddbytes.c347 int sx = 0, ex = 0, cw = 0, i = 0, newx = 0, tabsize;
605 ex = sx + cw;
606 tp = &win->alines[*y]->line[ex];
607 while (ex < win->maxx && tp->wcols < 0) {
611 *y, ex);
618 tp++, ex++;
620 newx = ex - 1 + win->ch_off;
623 __touchline(win, *y, sx, ex - 1);
/netbsd-current/external/bsd/nvi/dist/catalog/
H A DMakefile4 FILES= ../cl/*.c ../common/*.c ../ex/*.c ../vi/*.c
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dstack_test.c62 int ex; member in struct:__anon490
73 int ex; member in struct:__anon491
148 if (!TEST_int_eq(sk_sint_find_ex(s, &finds[i].value), finds[i].ex)) {
153 if (!TEST_int_eq(sk_sint_find_ex(s, &exfinds[i].value), exfinds[i].ex)){
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dstack_test.c62 int ex; member in struct:__anon701
73 int ex; member in struct:__anon702
148 if (!TEST_int_eq(sk_sint_find_ex(s, &finds[i].value), finds[i].ex)) {
153 if (!TEST_int_eq(sk_sint_find_ex(s, &exfinds[i].value), exfinds[i].ex)){
/netbsd-current/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c19 #define N_TXTADDR(ex) \
20 ((N_GETMAGIC2(ex) == (ZMAGIC|0x10000) || N_GETMAGIC2(ex) == NMAGIC) ? \
/netbsd-current/games/warp/
H A Dwarp.h256 # define assert(ex) {if (!(ex)){fprintf(stderr,"Assertion failed: file %s, line %d\r\n", __FILE__, __LINE__);sig_catcher(0);}}
258 # define assert(ex) ;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mn10200.c927 expressionS ex;
965 if (!data_register_name (&ex))
974 if (!address_register_name (&ex))
1011 else if (data_register_name (&ex))
1017 else if (address_register_name (&ex))
1023 else if (other_register_name (&ex))
1037 expression (&ex);
1040 switch (ex.X_op)
1066 ex.X_add_number, NULL,
1077 && !check_operand (insn, operand, ex
924 expressionS ex; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dframe-unwind.c138 catch (const gdb_exception &ex) argument
140 frame_debug_printf ("caught exception: %s", ex.message->c_str ());
152 if (ex.error == NOT_AVAILABLE_ERROR)

Completed in 239 milliseconds

1234567891011>>