Home
last modified time | relevance | path

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

/lib/
Dsiphash.c55 const u8 left = len & (sizeof(u64) - 1); in __siphash_aligned() local
88 const u8 left = len & (sizeof(u64) - 1); in __siphash_unaligned() local
256 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_aligned() local
289 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_unaligned() local
424 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_aligned() local
447 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_unaligned() local
Diov_iter.c159 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local
243 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
501 ssize_t left; in push_pipe() local
1014 size_t off = i->iov_offset, left = size; in pipe_advance() local
Dbtree.c521 unsigned long *left, int lfill, in merge()
543 unsigned long *parent, *left = NULL, *right = NULL; in rebalance() local
Dscatterlist.c272 unsigned int left; in __sg_alloc_table() local
/lib/zlib_inflate/
Dinftrees.c32 int left; /* number of prefix codes available */ in zlib_inflate_table() local
Dinflate.c322 unsigned have, left; /* available input and output */ in zlib_inflate() local
/lib/xz/
Dxz_dec_lzma2.c349 uint32_t left; in dict_repeat() local
375 uint32_t *left) in dict_uncompressed()