Home
last modified time | relevance | path

Searched defs:l (Results 1 – 18 of 18) sorted by relevance

/lib/
Dkfifo.c94 unsigned int l; in kfifo_copy_in() local
116 unsigned int l; in __kfifo_in() local
133 unsigned int l; in kfifo_copy_out() local
155 unsigned int l; in __kfifo_out_peek() local
181 unsigned int l; in kfifo_copy_from_user() local
213 unsigned int l; in __kfifo_from_user() local
239 unsigned int l; in kfifo_copy_to_user() local
273 unsigned int l; in __kfifo_to_user() local
299 unsigned int l; in setup_sgl_buf() local
339 unsigned int l; in setup_sgl() local
[all …]
Dpercpu_test.c27 long l = 0; in percpu_test_init() local
Dfind_bit_benchmark.c82 unsigned long l, cnt = 0; in test_find_last_bit() local
Dinflate.c344 int l; /* bits per table (returned in m) */ in huft_build() local
775 unsigned *l; /* length list for huft_build */ in inflate_fixed() local
834 unsigned l; /* last length */ in inflate_dynamic() local
Dbch.c169 const int l = BCH_ECC_WORDS(bch)-1; in bch_encode_unaligned() local
244 const unsigned int l = BCH_ECC_WORDS(bch)-1; in bch_encode() local
448 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() local
705 int i, l, n = 0; in find_poly_deg4_roots() local
769 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() local
1152 const int l = BCH_ECC_WORDS(bch); in build_mod8_tables() local
Ddecompress_inflate.c160 long l = strm->next_out - out_buf; in __gunzip() local
Ddecompress_unlzo.c43 int l; in parse_header() local
Ddigsig.c74 unsigned nret, l; in digsig_verify_rsa() local
Dtest_hexdump.c73 size_t l = len; in test_hexdump_prepare_test() local
/lib/math/
Dreciprocal_div.c21 int l; in reciprocal_value() local
38 u32 l, post_shift; in reciprocal_value_adv() local
Dlcm.c19 unsigned long l = lcm(a, b); in lcm_not_zero() local
/lib/crypto/
Dblake2s-selftest.c555 int i, l; in blake2s_selftest() local
Dchacha20poly1305.c266 size_t l = min(length, CHACHA_BLOCK_SIZE - partial); in chacha20poly1305_crypt_sg_inplace() local
276 size_t l = length; in chacha20poly1305_crypt_sg_inplace() local
Dcurve25519-fiat32.c612 fe_loose l; in fe_invert() local
/lib/lzo/
Dlzo1x_compress.c311 size_t l = in_len; in lzogeneric1x_1_compress() local
/lib/lz4/
Dlz4_decompress.c47 #define DEBUGLOG(l, ...) {} /* disabled */ argument
/lib/mpi/
Dlonglong.h440 #define rshift_rhlc(r, h, l, c) \ argument
499 #define rshift_rhlc(r, h, l, c) \ argument
/lib/xz/
Dxz_dec_lzma2.c651 static void lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, in lzma_len()