Searched refs:zl (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dget_si.c38 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);
H A Dcmpabs_d.c40 #define RETURN_CMP(zl, dl) \
42 zlimb = (zl); \
H A Dcmp_d.c40 #define RETURN_CMP(zl, dl) \
42 zlimb = (zl); \
/netbsd-current/sys/dev/i2c/
H A Dzl10353.c75 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);
99 zl10353_close(struct zl10353 *zl) argument
105 zl10353_probe(struct zl10353 *zl) argument
139 zl10353_read(struct zl10353 *zl, uint8_t reg, uint8_t *valp) argument
154 zl10353_write(struct zl10353 *zl, uint8_t reg, uint8_t val) argument
170 zl10353_reset(struct zl10353 *zl, bool hard) argument
232 zl10353_set_params(struct zl10353 *zl,const struct dvb_frontend_parameters *fp) argument
264 zl10353_set_fsm(struct zl10353 *zl) argument
281 zl10353_set_agc(struct zl10353 *zl, const struct dvb_frontend_parameters *fp) argument
303 zl10353_set_bw(struct zl10353 *zl, fe_bandwidth_t bw) argument
349 zl10353_set_rate(struct zl10353 *zl) argument
370 zl10353_set_freq(struct zl10353 *zl) argument
382 zl10353_set_tps(struct zl10353 *zl, const struct dvb_frontend_parameters *fp) argument
591 zl10353_get_status(struct zl10353 *zl) argument
625 zl10353_get_signal_strength(struct zl10353 *zl) argument
639 zl10353_get_snr(struct zl10353 *zl) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsub_err1_n.c58 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;
H A Dadd_err1_n.c58 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;
H A Dtoom42_mulmid.c58 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);
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Deta.c257 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);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio.c427 zio_walk_parents(zio_t *cio, zio_link_t **zl) argument
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) argument
444 *zl = (*zl
455 zio_link_t *zl = NULL; local
465 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); local
497 zio_remove_child(zio_t *pio, zio_t *cio, zio_link_t *zl) argument
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...]
H A Dvdev_cache.c250 zio_link_t *zl = NULL; local
251 while ((pio = zio_walk_parents(fio, &zl)) != NULL)
H A Dvdev_mirror.c298 zio_link_t *zl = NULL; local
301 while ((pio = zio_walk_parents(zio, &zl)) != NULL) {
H A Dvdev_queue.c506 zio_link_t *zl = NULL; local
507 while ((pio = zio_walk_parents(aio, &zl)) != NULL) {
H A Dvdev.c1094 zio_link_t *zl = NULL; local
1095 while ((pio = zio_walk_parents(zio, &zl)) != NULL)
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_si.c469 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);
/netbsd-current/external/lgpl3/gmp/dist/mpn/cray/ieee/
H A Dinvert_limb.c84 mp_limb_t zh, zl; local
112 sub_ddmmss (zh, zl, z << 2, 0, th, tl);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dasm-defs.h139 Z, z, ZL, zl, Zl, zL, z, z
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dasm-defs.h139 Z, z, ZL, zl, Zl, zL, z, z
/netbsd-current/lib/libm/arch/vax/
H A Dn_argred.S96 cmpw $0x2480,%r1 # [zl] Xsq > 2^-56?
97 blss 1f # [zl] yes, go ahead and do polyd
98 clrq %r1 # [zl] work around 11/780 FPA polyd bug
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dserver.c9865 ns_zoneload_t *zl = (ns_zoneload_t *)arg; local
9875 if (isc_refcount_decrement(&zl->refs) == 1) {
9876 named_server_t *server = zl->server;
9877 bool reconfig = zl->reconfig;
9880 isc_refcount_destroy(&zl->refs);
9881 isc_mem_put(server->mctx, zl, sizeof(*zl));
9946 ns_zoneload_t *zl = NULL; local
9949 zl = isc_mem_get(server->mctx, sizeof(*zl));
13098 const cfg_obj_t *zl = NULL; local
13807 const cfg_obj_t *zl = NULL; local
[all...]
/netbsd-current/external/bsd/unbound/dist/util/
H A Dnet_help.c377 int zl = 11 - dnamelabs; local
378 if(z || zl < 0)
381 i -= (zl*2);
/netbsd-current/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh3379 8mYVLYpXBOutdtjuGo2KpPJEEX7zAZ28CJR05KRmRKSgh23KtxCkGeaj2vvbP/zl

Completed in 371 milliseconds