Searched defs:left (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | siphash.c | 56 const u8 left = len & (sizeof(u64) - 1); in __siphash_aligned() local 89 const u8 left = len & (sizeof(u64) - 1); in __siphash_unaligned() local 257 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_aligned() local 290 const u8 left = len & (sizeof(u64) - 1); in __hsiphash_unaligned() local 425 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_aligned() local 448 const u8 left = len & (sizeof(u32) - 1); in __hsiphash_unaligned() local
|
D | iov_iter.c | 141 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local 222 size_t skip, copy, left, wanted; in copy_page_from_iter_iovec() local
|
D | scatterlist.c | 280 unsigned int left; in __sg_alloc_table() local
|
D | btree.c | 521 unsigned long *left, int lfill, in merge() 543 unsigned long *parent, *left = NULL, *right = NULL; in rebalance() local
|
/lib/zlib_inflate/ |
D | inftrees.c | 32 int left; /* number of prefix codes available */ in zlib_inflate_table() local
|
D | inflate.c | 322 unsigned have, left; /* available input and output */ in zlib_inflate() local
|
/lib/xz/ |
D | xz_dec_lzma2.c | 349 uint32_t left; in dict_repeat() local 375 uint32_t *left) in dict_uncompressed()
|