Home
last modified time | relevance | path

Searched refs:zl (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m62.c353 k = _addcarry_u64(0, t[0], zl, &zl); in f256_montymul()
359 k = _addcarry_u64(0, t[1], zl, &zl); in f256_montymul()
361 k = _addcarry_u64(0, cc, zl, &zl); in f256_montymul()
363 k = _addcarry_u64(0, f << 44, zl, &zl); in f256_montymul()
369 k = _addcarry_u64(0, t[2], zl, &zl); in f256_montymul()
371 k = _addcarry_u64(0, cc, zl, &zl); in f256_montymul()
377 k = _addcarry_u64(0, t[3], zl, &zl); in f256_montymul()
379 k = _addcarry_u64(0, cc, zl, &zl); in f256_montymul()
381 k = _addcarry_u64(0, f << 36, zl, &zl); in f256_montymul()
387 k = _addcarry_u64(0, t[4], zl, &zl); in f256_montymul()
[all …]
H A Dec_p256_m64.c386 f = zl; in f256_montymul()
390 k = _addcarry_u64(0, zl, t0, &zl); in f256_montymul()
392 k = _addcarry_u64(0, zl, f << 32, &zl); in f256_montymul()
394 t0 = zl; in f256_montymul()
398 k = _addcarry_u64(0, zl, t1, &zl); in f256_montymul()
400 k = _addcarry_u64(0, zl, f >> 32, &zl); in f256_montymul()
406 k = _addcarry_u64(0, zl, t2, &zl); in f256_montymul()
408 k = _addcarry_u64(0, zl, f, &zl); in f256_montymul()
431 k = _addcarry_u64(0, zl, t0, &zl); in f256_montymul()
437 k = _addcarry_u64(0, zl, t1, &zl); in f256_montymul()
[all …]
/freebsd/contrib/bearssl/src/int/
H A Di15_muladd.c148 uint32_t mw, zl, xw, nxw; in br_i15_muladd_small() local
151 zl = MUL15(mw, q) + cc; in br_i15_muladd_small()
152 cc = zl >> 15; in br_i15_muladd_small()
153 zl &= 0x7FFF; in br_i15_muladd_small()
155 nxw = xw - zl; in br_i15_muladd_small()
H A Di32_muladd.c110 uint64_t zl; in br_i32_muladd_small() local
113 zl = MUL(mw, q) + cc; in br_i32_muladd_small()
114 cc = (uint32_t)(zl >> 32); in br_i32_muladd_small()
115 zw = (uint32_t)zl; in br_i32_muladd_small()
H A Di31_muladd.c130 uint64_t zl; in br_i31_muladd_small() local
133 zl = MUL31(mw, q) + cc; in br_i31_muladd_small()
134 cc = (uint32_t)(zl >> 31); in br_i31_muladd_small()
135 zw = (uint32_t)zl & (uint32_t)0x7FFFFFFF; in br_i31_muladd_small()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2694 zap_leaf_t *zl; in fzap_lookup() local
2717 zap_leaf_free(zl); in fzap_lookup()
2808 zap_leaf_t zl; in fzap_list() local
2810 zl.l_phys = malloc(bsize); in fzap_list()
2811 if (zl.l_phys == NULL) in fzap_list()
2820 free(zl.l_phys); in fzap_list()
2860 free(zl.l_phys); in fzap_list()
2866 free(zl.l_phys); in fzap_list()
2984 zap_leaf_t zl; in fzap_rlookup() local
2987 if (zl.l_phys == NULL) in fzap_rlookup()
[all …]
H A Dzfs.c292 zap_leaf_t zl; in zfs_readdir() local
303 zl.l_bs = ilog2(bsize); in zfs_readdir()
304 zl.l_phys = fp->f_zap_leaf; in zfs_readdir()
313 if (chunk == ZAP_LEAF_NUMCHUNKS(&zl)) { in zfs_readdir()
331 zc = &ZAP_LEAF_CHUNK(&zl, chunk); in zfs_readdir()
343 nc = &ZAP_LEAF_CHUNK(&zl, zc->l_entry.le_name_chunk); in zfs_readdir()
353 nc = &ZAP_LEAF_CHUNK(&zl, nc->l_array.la_next); in zfs_readdir()
361 value = fzap_leaf_value(&zl, zc); in zfs_readdir()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c635 *zl = (*zl == NULL) ? list_head(pl) : list_next(pl, *zl); in zio_walk_parents()
636 if (*zl == NULL) in zio_walk_parents()
650 *zl = (*zl == NULL) ? list_head(cl) : list_next(cl, *zl); in zio_walk_children()
651 if (*zl == NULL) in zio_walk_children()
685 zl->zl_parent = pio; in zio_add_child()
686 zl->zl_child = cio; in zio_add_child()
721 zl->zl_parent = pio; in zio_add_child_first()
722 zl->zl_child = cio; in zio_add_child_first()
2503 zl = NULL; in zio_reexecute()
4960 zl = NULL; in zio_done()
[all …]
H A Dvdev_queue.c911 zio_link_t *zl = NULL; in vdev_queue_io() local
958 while ((dio = zio_walk_parents(nio, &zl)) != NULL) { in vdev_queue_io()
975 zio_link_t *zl = NULL; in vdev_queue_io_done() local
987 while ((dio = zio_walk_parents(nio, &zl)) != NULL) { in vdev_queue_io_done()
H A Dvdev.c1703 zio_link_t *zl; in vdev_probe_done() local
1737 zl = NULL; in vdev_probe_done()
1738 while ((pio = zio_walk_parents(zio, &zl)) != NULL) in vdev_probe_done()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c2590 zfs_zlock_t *zl; in zfs_rename_unlock() local
2596 *zlpp = zl->zl_next; in zfs_rename_unlock()
2597 kmem_free(zl, sizeof (*zl)); in zfs_rename_unlock()
2610 zfs_zlock_t *zl; in zfs_rename_lock() local
2647 zl = kmem_alloc(sizeof (*zl), KM_SLEEP); in zfs_rename_lock()
2651 *zlpp = zl; in zfs_rename_lock()
2663 zl->zl_znode = zp; in zfs_rename_lock()
2703 zfs_zlock_t *zl; in zfs_rename() local
2766 zl = NULL; in zfs_rename()
3017 if (zl != NULL) in zfs_rename()
[all …]
/freebsd/secure/caroot/untrusted/
H A DTrustCor_RootCert_CA-1.pem98 zl/HHk484IkzlQsPpTLWPFp5LBk=
/freebsd/contrib/unbound/util/
H A Dnet_help.c379 int zl = 11 - dnamelabs; in ipdnametoaddr() local
380 if(z || zl < 0) in ipdnametoaddr()
383 i -= (zl*2); in ipdnametoaddr()
/freebsd/crypto/openssl/test/recipes/80-test_policy_tree_data/
H A Dlarge_policy_tree.pem124 l18zrW9qKVnt4mxih5JQe4fOAiBOF2ZeUT2/ZtdFhZmg+zl/fGrQ1xEx09/S956k
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td66 def R30 : AVRReg<30, "r30", [], ["zl"]>, DwarfRegNum<[30]>;
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ffdhe.txt76 TcY3pf9gGZ41xLFxCOdrUbR3QlieI+zl+TttLzM=
/freebsd/contrib/sendmail/
H A DPGPKEYS4167 zl+kvaAwL6nTsTJiWNLfZj4rLn0JsG8176/lyl4Lk6QLkbGyBD+/u8tD6yL0NzYW
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh3379 8mYVLYpXBOutdtjuGo2KpPJEEX7zAZ28CJR05KRmRKSgh23KtxCkGeaj2vvbP/zl