Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 93) sorted by relevance

1234

/f-stack/freebsd/contrib/libb2/
H A Dblake2sp.c118 size_t left = S->buflen; in blake2sp_update() local
176 size_t left = S->buflen - i * BLAKE2S_BLOCKBYTES; in blake2sp_final() local
253 const size_t left = inlen__ - id__ * BLAKE2S_BLOCKBYTES; in blake2sp() local
H A Dblake2bp.c121 size_t left = S->buflen; in blake2bp_update() local
180 size_t left = S->buflen - i * BLAKE2B_BLOCKBYTES; in blake2bp_final() local
254 const size_t left = inlen__ - id__ * BLAKE2B_BLOCKBYTES; in blake2bp() local
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js707 position = { left: 0, top: 0 }, property
719 position = { left: target[0], top: target[1] }; property
740 left: event.pageX - position.left + (offset && offset.left || 0), property
774 left: (viewport || target).scrollLeft() property
839 else { position.adjusted = { left: 0, top: 0 }; } property
1059 left: '', property
2305 left: translate[0] - (translate[2] * Number(precedance === X)), property
2391 shift = { left: FALSE, top: FALSE, x: 0, y: 0 }, property
2556 adjusted = { left: 0, top: 0 }, property
2572 offset: viewport.offset() || { left: 0, top: 0 } property
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/
H A Dstrlcat.c42 size_t left = dstsize; in strlcat() local
/f-stack/app/redis-5.0.5/src/
H A Dsiphash.c128 const int left = inlen & 7; in siphash() local
188 const int left = inlen & 7; in siphash_nocase() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash24_ref.c19 const int left = inlen & 7; in crypto_shorthash_siphash24() local
H A Dshorthash_siphashx24_ref.c18 const int left = inlen & 7; in crypto_shorthash_siphashx24() local
/f-stack/freebsd/contrib/zlib/
H A Duncompr.c36 uLong len, left; local
H A Dcompress.c32 uLong left; local
H A Dinftrees.c46 int left; /* number of prefix codes available */ local
H A Dgzwrite.c385 unsigned left; in gzvprintf() local
475 unsigned len, left; local
H A Dinfback.c260 unsigned have, left; /* available input and output */ local
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c140 avl_walk(avl_tree_t *tree, void *oldnode, int left) in avl_walk()
309 int left = !(balance < 0); /* when balance = -2, left will be 0 */ in avl_rotation() local
678 int left; in avl_remove() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_radix_tree.h22 ngx_radix_node_t *left; member
H A Dngx_rbtree.h24 ngx_rbtree_node_t *left; member
/f-stack/tools/compat/include/netgraph/
H A Dng_tee.h78 struct ng_tee_hookstat left; member
/f-stack/freebsd/netgraph/
H A Dng_tee.h78 struct ng_tee_hookstat left; member
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_preread_module.c18 size_t left; member
207 size_t left, n, size, ext; in ngx_stream_ssl_preread_parse_record() local
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c388 unsigned left; in gzvprintf() local
478 unsigned len, left; local
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-cred.c31 unsigned int left, right, mid; in cr_groups_search() local
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_altivec.h148 vector unsigned short left, right; in rxq_cq_decompress_v() local
880 vector unsigned short left, right; in rxq_cq_process_v() local
/f-stack/app/micro_thread/
H A Dmt_cache.cpp198 uint32_t left = len, skip_len = 0; in cache_copy_out() local
294 uint32_t left = len; in cache_append_data() local
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_rdline.h66 struct cirbuf left; member
/f-stack/freebsd/kern/
H A Dsubr_mchain.c276 long left; in mb_put_uio() local
530 long left; in md_get_uio() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_basic_module.c99 ngx_uint_t i, level, login, left, passwd; in ngx_http_auth_basic_handler() local

1234