HomeSort by: relevance | last modified time | path
    Searched defs:zl (Results 1 - 15 of 15) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
get_si.c 38 mp_limb_t zl = zp[0]; variable
42 zl |= zp[1] << GMP_NUMB_BITS;
46 return zl & LONG_MAX;
49 return -1 - (long) ((zl - 1) & LONG_MAX);
  /src/external/lgpl3/gmp/dist/mpn/cray/ieee/
invert_limb.c 84 mp_limb_t zh, zl; local
112 sub_ddmmss (zh, zl, z << 2, 0, th, tl);
  /src/external/lgpl3/gmp/dist/mpn/generic/
add_err1_n.c 58 mp_limb_t el, eh, ul, vl, yl, zl, rl, sl, cy1, cy2; local
85 zl = (-cy) & yl;
86 el += zl;
87 eh += el < zl;
sub_err1_n.c 58 mp_limb_t el, eh, ul, vl, yl, zl, rl, sl, cy1, cy2; local
85 zl = (-cy) & yl;
86 el += zl;
87 eh += el < zl;
toom42_mulmid.c 58 mp_limb_t cy, e[12], zh, zl; local
164 SUBC_LIMB (cy, zl, e1l, e2l);
168 ADDC_LIMB (cy, rp[m], rp[m], zl);
  /src/external/lgpl3/mpc/dist/src/
eta.c 257 mpc_t zl; local
261 mpc_init2 (zl, 2);
267 mpc_set_prec (zl, prec);
268 mpc_set (zl, z, MPC_RNDNN); /* exact */
269 mpcb_eta_err (eta, zl, 0, 0);
306 mpc_clear (zl);
  /src/sys/dev/i2c/
zl10353.c 75 struct zl10353 *zl; local
77 zl = kmem_zalloc(sizeof(*zl), KM_SLEEP);
78 zl->zl_i2c = i2c;
79 zl->zl_i2c_addr = addr;
80 zl->zl_parent = parent;
82 zl->zl_freq = ZL10353_DEFAULT_INPUT_FREQ;
83 zl->zl_clock = ZL10353_DEFAULT_CLOCK_MHZ;
85 if (zl10353_reset(zl, true) != 0) {
86 zl10353_close(zl);
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_cache.c 250 zio_link_t *zl = NULL; local
251 while ((pio = zio_walk_parents(fio, &zl)) != NULL)
vdev_mirror.c 298 zio_link_t *zl = NULL; local
301 while ((pio = zio_walk_parents(zio, &zl)) != NULL) {
vdev_queue.c 506 zio_link_t *zl = NULL; local
507 while ((pio = zio_walk_parents(aio, &zl)) != NULL) {
vdev.c 1094 zio_link_t *zl = NULL; local
1095 while ((pio = zio_walk_parents(zio, &zl)) != NULL)
zio.c 427 zio_walk_parents(zio_t *cio, zio_link_t **zl)
431 *zl = (*zl == NULL) ? list_head(pl) : list_next(pl, *zl);
432 if (*zl == NULL)
435 ASSERT((*zl)->zl_child == cio);
436 return ((*zl)->zl_parent);
440 zio_walk_children(zio_t *pio, zio_link_t **zl)
444 *zl = (*zl == NULL) ? list_head(cl) : list_next(cl, *zl)
455 zio_link_t *zl = NULL; local
465 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); local
1790 zio_link_t *zl = NULL; local
2568 zio_link_t *zl = NULL; local
2590 zio_link_t *zl = NULL; local
3467 zio_link_t *zl = NULL; local
3605 zio_link_t *zl = NULL; local
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
tset_si.c 469 unsigned long zl, dl; local
503 zl = randlimb ();
504 inex = mpfr_set_ui (x, zl, MPFR_RNDZ);
506 if (dl != zl)
508 printf ("Error in mpfr_set_ui: expected %lu got %lu\n", zl, dl);
514 zl, inex);
  /src/external/bsd/unbound/dist/util/
net_help.c 387 int zl = 11 - dnamelabs; local
388 if(z || zl < 0)
391 i -= (zl*2);
  /src/external/mpl/bind/dist/bin/named/
server.c 10020 ns_zoneload_t *zl = (ns_zoneload_t *)arg; local
10030 if (isc_refcount_decrement(&zl->refs) == 1) {
10031 named_server_t *server = zl->server;
10032 bool reconfig = zl->reconfig;
10035 isc_refcount_destroy(&zl->refs);
10036 isc_mem_put(server->mctx, zl, sizeof(*zl));
10104 ns_zoneload_t *zl = NULL; local
10107 zl = isc_mem_get(server->mctx, sizeof(*zl));
13198 const cfg_obj_t *zl = NULL; local
13890 const cfg_obj_t *zl = NULL; local
    [all...]

Completed in 57 milliseconds