| /netbsd/src/sys/dev/i2c/ |
| D | zl10353.c | 75 struct zl10353 *zl; in zl10353_open() local 77 zl = kmem_zalloc(sizeof(*zl), KM_SLEEP); in zl10353_open() 78 zl->zl_i2c = i2c; in zl10353_open() 79 zl->zl_i2c_addr = addr; in zl10353_open() 80 zl->zl_parent = parent; in zl10353_open() 82 zl->zl_freq = ZL10353_DEFAULT_INPUT_FREQ; in zl10353_open() 83 zl->zl_clock = ZL10353_DEFAULT_CLOCK_MHZ; in zl10353_open() 85 if (zl10353_reset(zl, true) != 0) { in zl10353_open() 86 zl10353_close(zl); in zl10353_open() 90 if (zl10353_probe(zl) != 0) { in zl10353_open() [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/mpz/ |
| D | get_si.c | 38 mp_limb_t zl = zp[0]; in mpz_get_si() local 42 zl |= zp[1] << GMP_NUMB_BITS; in mpz_get_si() 46 return zl & LONG_MAX; in mpz_get_si() 49 return -1 - (long) ((zl - 1) & LONG_MAX); in mpz_get_si()
|
| D | cmpabs_d.c | 40 #define RETURN_CMP(zl, dl) \ argument 42 zlimb = (zl); \
|
| D | cmp_d.c | 40 #define RETURN_CMP(zl, dl) \ argument 42 zlimb = (zl); \
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | add_err1_n.c | 58 mp_limb_t el, eh, ul, vl, yl, zl, rl, sl, cy1, cy2; in mpn_add_err1_n() local 85 zl = (-cy) & yl; in mpn_add_err1_n() 86 el += zl; in mpn_add_err1_n() 87 eh += el < zl; in mpn_add_err1_n()
|
| D | sub_err1_n.c | 58 mp_limb_t el, eh, ul, vl, yl, zl, rl, sl, cy1, cy2; in mpn_sub_err1_n() local 85 zl = (-cy) & yl; in mpn_sub_err1_n() 86 el += zl; in mpn_sub_err1_n() 87 eh += el < zl; in mpn_sub_err1_n()
|
| D | toom42_mulmid.c | 58 mp_limb_t cy, e[12], zh, zl; in mpn_toom42_mulmid() local 164 SUBC_LIMB (cy, zl, e1l, e2l); in mpn_toom42_mulmid() 168 ADDC_LIMB (cy, rp[m], rp[m], zl); in mpn_toom42_mulmid()
|
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | eta.c | 257 mpc_t zl; in mpc_eta_fund() local 261 mpc_init2 (zl, 2); in mpc_eta_fund() 267 mpc_set_prec (zl, prec); in mpc_eta_fund() 268 mpc_set (zl, z, MPC_RNDNN); /* exact */ in mpc_eta_fund() 269 mpcb_eta_err (eta, zl, 0, 0); in mpc_eta_fund() 306 mpc_clear (zl); in mpc_eta_fund()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | zio.c | 427 zio_walk_parents(zio_t *cio, zio_link_t **zl) in zio_walk_parents() argument 431 *zl = (*zl == NULL) ? list_head(pl) : list_next(pl, *zl); in zio_walk_parents() 432 if (*zl == NULL) in zio_walk_parents() 435 ASSERT((*zl)->zl_child == cio); in zio_walk_parents() 436 return ((*zl)->zl_parent); in zio_walk_parents() 440 zio_walk_children(zio_t *pio, zio_link_t **zl) in zio_walk_children() argument 444 *zl = (*zl == NULL) ? list_head(cl) : list_next(cl, *zl); in zio_walk_children() 445 if (*zl == NULL) in zio_walk_children() 448 ASSERT((*zl)->zl_parent == pio); in zio_walk_children() 449 return ((*zl)->zl_child); in zio_walk_children() [all …]
|
| D | vdev_cache.c | 250 zio_link_t *zl = NULL; in vdev_cache_fill() local 251 while ((pio = zio_walk_parents(fio, &zl)) != NULL) in vdev_cache_fill()
|
| D | vdev_mirror.c | 298 zio_link_t *zl = NULL; in vdev_mirror_scrub_done() local 301 while ((pio = zio_walk_parents(zio, &zl)) != NULL) { in vdev_mirror_scrub_done()
|
| D | vdev_queue.c | 506 zio_link_t *zl = NULL; in vdev_queue_agg_io_done() local 507 while ((pio = zio_walk_parents(aio, &zl)) != NULL) { in vdev_queue_agg_io_done()
|
| D | vdev.c | 1094 zio_link_t *zl = NULL; in vdev_probe_done() local 1095 while ((pio = zio_walk_parents(zio, &zl)) != NULL) in vdev_probe_done()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/cray/ieee/ |
| D | invert_limb.c | 84 mp_limb_t zh, zl; in mpn_invert_limb() local 112 sub_ddmmss (zh, zl, z << 2, 0, th, tl); in mpn_invert_limb()
|
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tset_si.c | 469 unsigned long zl, dl; in main() local 503 zl = randlimb (); in main() 504 inex = mpfr_set_ui (x, zl, MPFR_RNDZ); in main() 506 if (dl != zl) in main() 508 printf ("Error in mpfr_set_ui: expected %lu got %lu\n", zl, dl); in main() 514 zl, inex); in main()
|
| /netbsd/src/lib/libm/arch/vax/ |
| D | n_argred.S | 96 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/src/external/gpl3/binutils/dist/binutils/po/ |
| D | sk.po | 2202 msgstr "zlá bitová pozícia alebo veľkosť C++ poľa" 2206 msgstr "zlý typ pre metódu funkcie C++" 2258 msgstr "zlý ATN65 záznam" 3149 msgstr "zlý formát pre %s" 5305 msgstr "%s: zlý názov súboru archívu\n" 6101 msgstr "pokus o pridanie zlého jazyka." 6248 msgstr "stab_int_type: zlá veľkosť %u"
|
| /netbsd/src/external/bsd/flex/dist/po/ |
| D | tr.po | 612 " -f, --full hızlı, büyük tarayıcı oluşturur. -Cfr ile aynı\n"
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/po/ |
| D | tr.po | 920 msgstr "%s: İç tutarsızlık; %s yerdeğişim bölümü yok" 1576 "%s: bağlayıcı tarafından ayrılmış global yazmaç değeri için iç tutarsızlık hatası:\n"
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/po/ |
| D | tr.po | 920 msgstr "%s: İç tutarsızlık; %s yerdeğişim bölümü yok" 1576 "%s: bağlayıcı tarafından ayrılmış global yazmaç değeri için iç tutarsızlık hatası:\n"
|
| /netbsd/src/tests/usr.bin/netpgpverify/ |
| D | t_netpgpverify.sh | 3379 8mYVLYpXBOutdtjuGo2KpPJEEX7zAZ28CJR05KRmRKSgh23KtxCkGeaj2vvbP/zl
|