| /src/external/bsd/blocklist/port/ |
| _strtoi.h | 52 __TYPE im; local 67 im = __WRAPPED(nptr, endptr, base); 81 if (im < lo) { 86 if (im > hi) { 92 return im;
|
| /src/external/lgpl3/mpc/dist/tests/ |
| tpl_mpc.c | 26 mpfr_rnd_t re, im; local 28 tpl_read_mpfr_rnd (datafile_context, &im); 29 *rnd = MPC_RND (re, im);
|
| teta.c | 70 long int re, im; local 104 im = mpfr_get_si (mpc_imagref (z), MPFR_RNDN); 105 ok &= (!mpz_cmp (re_z, tmp) && im == 1); 127 im = mpfr_get_si (mpc_imagref (z), MPFR_RNDN); 128 ok &= (re == 1728 && im == 1);
|
| tset.c | 250 intmax_t im = (intmax_t) prec; local 257 mpc_set_sj (z, im, MPC_RNDNN); 267 mpc_set_sj_sj (z, im, im, MPC_RNDNN); 272 im = LONG_MAX; 274 im = 2 * im * im + 4 * im + 1; /* gives 2^(2n-1)-1 from 2^(n-1)-1 */ 276 mpc_set_sj (z, im, MPC_RNDNN) [all...] |
| read_data.c | 251 mpfr_rnd_t re, im; local 253 read_mpfr_rounding_mode (fp, &im); 254 *rnd = MPC_RND (re, im); 348 read_mpfr (fp, mpc_imagref (z), ks == NULL ? NULL : &ks->im);
|
| /src/common/lib/libc/stdlib/ |
| _strtoi.h | 71 __TYPE im; local 107 im = __WRAPPED(nptr, endptr, base); 109 im = __WRAPPED_L(nptr, endptr, base, loc); 123 if (im < lo) { 129 if (im > hi) { 139 return im;
|
| /src/external/bsd/mdocml/dist/ |
| dba_read.c | 45 int32_t im, ip, iv, npages; local 66 for (im = 0; im < MACRO_MAX; im++) { 67 for (iv = 0; iv < dbm_macro_count(im); iv++) { 68 mdata = dbm_macro_get(im, iv); 69 dba_macro_new(dba, im, mdata->value, mdata->pp);
|
| dba.c | 68 int32_t im; local 73 for (im = 0; im < MACRO_MAX; im++) { 77 dba_array_set(dba->macros, im, macro); 364 dba_macro_new(struct dba *dba, int32_t im, const char *value, 375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); 386 dba_macro_add(struct dba_array *macros, int32_t im, const char *value, 393 entry = get_macro_entry(dba_array_get(macros, im), value, 1); 407 int32_t im, pos_macros, pos_end local [all...] |
| dbm.c | 89 int32_t im; local 110 for (im = 0; im < MACRO_MAX; im++) { 113 fname, im); 116 nvals[im] = be32toh(*ep); 117 macros[im] = (struct macro *)__UNCONST(++ep); 201 dbm_page_bymacro(int32_t im, const struct dbm_match *match) 203 assert(im >= 0); 204 assert(im < MACRO_MAX) 354 static int32_t im, iv; local 440 static int32_t im, ip, iv; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| complex_t.h | 21 real_t im; member in struct:complex_t 23 complex_t(real_t re) : re(re), im(CTFloat::zero) {} 24 complex_t(real_t re, real_t im) : re(re), im(im) {} 26 complex_t operator + (complex_t y) { return complex_t(re + y.re, im + y.im); } 27 complex_t operator - (complex_t y) { return complex_t(re - y.re, im - y.im); } 28 complex_t operator - () { return complex_t(-re, -im); } [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-string.cc | 152 long long im = -256ll; local 153 rtx imask = gen_rtx_CONST_INT (Xmode, im);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonBitTracker.cpp | 251 #define im(i) MI.getOperand(i).getImm() macro 323 return rr0(eIMM(im(1), W0), Outputs); 379 return rr0(eADD(rc(1), eIMM(im(2), W0)), Outputs); 381 RegisterCell RC = eADD(eIMM(im(1), W0), eASL(rc(2), im(3))); 385 RegisterCell RC = eADD(eIMM(im(1), W0), eLSR(rc(2), im(3))); 389 RegisterCell RC = eADD(rc(1), eADD(rc(2), eIMM(im(3), W0))); 393 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0)); 394 RegisterCell RC = eADD(eIMM(im(1), W0), lo(M, W0)) 974 #undef im macro [all...] |
| /src/external/bsd/tmux/dist/ |
| image.c | 30 image_free(struct image *im) 32 struct screen *s = im->s; 34 TAILQ_REMOVE(&all_images, im, all_entry); 37 TAILQ_REMOVE(&s->images, im, entry); 38 sixel_free(im->data); 39 free(im->fallback); 40 free(im); 46 struct image *im, *im1; local 49 TAILQ_FOREACH_SAFE(im, &s->images, entry, im1) 50 image_free(im); 99 struct image *im; local 123 struct image *im, *im1; local 138 struct image *im, *im1; local 155 struct image *im, *im1; local [all...] |
| /src/tests/include/ |
| t_inttypes.c | 52 intmax_t im = 0; local 86 PRINT(PRIdMAX, im); 101 PRINT(PRIiMAX, im); 177 SCAN(SCNdMAX, im); 192 SCAN(SCNiMAX, im);
|
| /src/external/lgpl3/mpc/dist/src/ |
| balls.c | 127 mpcb_set_ui_ui (mpcb_ptr z, unsigned long int re, unsigned long int im, 130 re+I*im to it. If prec is too small to hold the centre coordinates 136 mpc_set_ui_ui (z->c, re, im, MPC_RNDNN); 372 mpfr_srcptr re, im; local 381 im = mpc_imagref (op->c); 390 if (mpfr_zero_p (re) || mpfr_zero_p (im)) 394 exp_im = mpfr_get_exp (im); 413 && mpfr_can_round (im, exp_im - exp_err, MPFR_RNDN,
|
| /src/sbin/disklabel/ |
| interact.c | 474 intmax_t im; local 532 if ((im = getnum(lp, line, 0)) == -1 || im < 0) { 535 } else if (im > 0xffffffffLL || 536 (uint32_t)im > lp->d_secperunit) { 540 p->p_offset = (uint32_t)im; 552 if ((im = getnum(lp, line, lp->d_secperunit - p->p_offset)) 556 } else if (im > 0xffffffffLL || 557 (im + p->p_offset) > lp->d_secperunit) { 561 p->p_size = im; [all...] |
| /src/sys/arch/arm/marvell/ |
| mvsocgpp.c | 304 uint32_t im, ilm, mask; local 326 im = MVSOCGPP_READ(sc, MVSOCGPP_GPIOIM(pin)); 331 im |= mask; 339 im &= ~mask; 345 MVSOCGPP_WRITE(sc, MVSOCGPP_GPIOIM(pin), im);
|
| /src/sys/dev/i2o/ |
| dpti.c | 453 struct iop_msg *im; local 461 im = NULL; 676 im = iop_msg_alloc(iop, IM_WAIT | IM_NOSTATUS); 677 im->im_rb = (struct i2o_reply *)rbtmp; 680 mf->msgtctx = im->im_tctx; 689 rv = iop_msg_map(iop, im, mbtmp, bufs[i].db_ptr, 702 if ((rv = iop_msg_post(iop, im, mbtmp, 5*60*1000)) != 0) 717 if (im != NULL) { 719 iop_msg_unmap(iop, im); 720 iop_msg_free(iop, im); [all...] |
| iopsp.c | 351 struct iop_msg *im; local 358 im = iop_msg_alloc(iop, IM_WAIT); 363 mf.msgtctx = im->im_tctx; 365 rv = iop_msg_post(iop, im, &mf, 5*60*1000); 366 iop_msg_free(iop, im); 388 struct iop_msg *im; local 431 im = iop_msg_alloc(iop, IM_POLL_INTR | 433 im->im_dvcontext = xs; 439 mf->msgtctx = im->im_tctx; 460 error = iop_msg_map_bio(iop, im, mb, xs->data 505 struct iop_msg *im; local [all...] |
| ld_iop.c | 346 struct iop_msg *im; local 357 im = iop_msg_alloc(iop, 0); 358 im->im_dvcontext = bp; 386 mf->msgtctx = im->im_tctx; 393 rv = iop_msg_map_bio(iop, im, mb, bp->b_data, bp->b_bcount, write); 396 iop_msg_unmap(iop, im); 397 iop_msg_free(iop, im); 406 struct iop_msg *im; local 418 im = iop_msg_alloc(iop, IM_POLL); 424 mf->msgtctx = im->im_tctx 444 struct iop_msg *im; local [all...] |
| /src/sys/dev/marvell/ |
| mvpex.c | 201 uint32_t ic, im; local 206 im = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVPEX_IM); 207 ic &= im;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DerivedMetrics.cc | 145 int im; local 146 for (im = 0; im < nmetrics; im++) 148 Metric *m = mitems->fetch (im); 156 if (im >= nmetrics) 159 map[idm] = +1 + im; // encode as a positive index 162 map[idm] = -1 - im; // encode as a negative index
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DerivedMetrics.cc | 145 int im; local 146 for (im = 0; im < nmetrics; im++) 148 Metric *m = mitems->fetch (im); 156 if (im >= nmetrics) 159 map[idm] = +1 + im; // encode as a positive index 162 map[idm] = -1 - im; // encode as a negative index
|
| /src/external/gpl3/gdb/dist/sim/lm32/ |
| dv-lm32cpu.c | 142 static unsigned int ip, im, im_and_ip_result; local 155 im = lm32bf_h_csr_get (cpu, LM32_CSR_IM); 157 im_and_ip_result = im & ip; 181 * CHECk_EVENT WHEN THE USER ENABLES IE OR USER MODIFIES IM REGISTERS.
|
| /src/external/gpl3/gdb.old/dist/sim/lm32/ |
| dv-lm32cpu.c | 142 static unsigned int ip, im, im_and_ip_result; local 155 im = lm32bf_h_csr_get (cpu, LM32_CSR_IM); 157 im_and_ip_result = im & ip; 181 * CHECk_EVENT WHEN THE USER ENABLES IE OR USER MODIFIES IM REGISTERS.
|