Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 26) sorted by relevance

12

/lib/
Dklist.c84 void klist_init(struct klist *k, void (*get)(struct klist_node *), in klist_init()
94 static void add_head(struct klist *k, struct klist_node *n) in add_head()
101 static void add_tail(struct klist *k, struct klist_node *n) in add_tail()
108 static void klist_node_init(struct klist *k, struct klist_node *n) in klist_node_init()
122 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head()
134 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail()
148 struct klist *k = knode_klist(pos); in klist_add_behind() local
164 struct klist *k = knode_klist(pos); in klist_add_before() local
211 struct klist *k = knode_klist(n); in klist_put() local
280 void klist_iter_init_node(struct klist *k, struct klist_iter *i, in klist_iter_init_node()
[all …]
Dtest_string.c9 unsigned i, j, k; in memset16_selftest() local
45 unsigned i, j, k; in memset32_selftest() local
81 unsigned i, j, k; in memset64_selftest() local
Dbootconfig.c569 struct xbc_node *find_match_node(struct xbc_node *node, char *k) in find_match_node()
579 static int __init __xbc_add_key(char *k) in __xbc_add_key()
610 static int __init __xbc_parse_keys(char *k) in __xbc_parse_keys()
627 static int __init xbc_parse_kv(char **k, char *v, int op) in xbc_parse_kv()
680 static int __init xbc_parse_key(char **k, char *n) in xbc_parse_key()
697 static int __init xbc_open_brace(char **k, char *n) in xbc_open_brace()
709 static int __init xbc_close_brace(char **k, char *n) in xbc_close_brace()
Dbitmap.c51 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
69 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_or_equal() local
86 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local
106 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local
151 int k; in __bitmap_shift_left() local
243 unsigned int k; in __bitmap_and() local
259 unsigned int k; in __bitmap_or() local
270 unsigned int k; in __bitmap_xor() local
281 unsigned int k; in __bitmap_andnot() local
298 unsigned int k; in __bitmap_replace() local
[all …]
Dinflate.c343 register int k; /* number of bits in current code */ in huft_build() local
604 register unsigned k; /* number of bits in bit buffer */ in inflate_codes() local
710 register unsigned k; /* number of bits in bit buffer */ in inflate_stored() local
846 register unsigned k; /* number of bits in bit buffer */ in inflate_dynamic() local
1041 register unsigned k; /* number of bits in bit buffer */ in inflate_block() local
1154 int k; /* byte being shifted into crc apparatus */ in makecrc() local
Dbch.c452 int k, pp = -1; in compute_error_locator_polynomial() local
504 int rem, c, r, p, k, param[BCH_MAX_M]; in solve_linear_system() local
579 int i, j, k; in find_affine4_roots() local
862 static void compute_trace_bk_mod(struct bch_control *bch, int k, in compute_trace_bk_mod()
905 static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, in factor_polynomial()
941 static int find_poly_roots(struct bch_control *bch, unsigned int k, in find_poly_roots()
986 const unsigned int k = 8*len+bch->ecc_bits; in chien_search() local
1123 const unsigned int k = 1 << deg(poly); in build_gf_tables() local
Dkobject.c836 void kset_init(struct kset *k) in kset_init()
878 int kset_register(struct kset *k) in kset_register()
903 void kset_unregister(struct kset *k) in kset_unregister()
923 struct kobject *k; in kset_find_obj() local
Dtest_hash.c71 int k; in test_int_hash() local
Doid_registry.c31 unsigned i, j, k, hash; in look_up_OID() local
Dts_kmp.c77 unsigned int k, q; in compute_prefix_tbl() local
Dtest_ubsan.c38 volatile int i = 4, j = 5, k = -1; in test_ubsan_out_of_bounds() local
Dtest_xarray.c600 unsigned long i, j, k; in check_multi_store() local
1006 unsigned long i, j, k; in check_find_1() local
1076 unsigned long i, j, k; in check_find_3() local
Diov_iter.c1285 unsigned k; in iov_iter_alignment_iovec() local
1307 unsigned k; in iov_iter_alignment_bvec() local
1352 unsigned k; in iov_iter_gap_alignment() local
1482 long k; in first_iovec_segment() local
Ddecompress_bunzip2.c162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local
Dtest_rhashtable.c273 unsigned int i, j, k; in test_rhltable() local
Dtest_bpf.c91 __u32 k = ~0; in bpf_fill_maxinsns1() local
140 __u32 k = prandom_u32_state(&rnd); in bpf_fill_maxinsns3() local
/lib/crypto/
Dchacha20poly1305.c24 static void chacha_load_key(u32 *k, const u8 *in) in chacha_load_key()
38 u32 k[CHACHA_KEY_WORDS]; in xchacha_init() local
96 u32 k[CHACHA_KEY_WORDS]; in chacha20poly1305_encrypt() local
174 u32 k[CHACHA_KEY_WORDS]; in chacha20poly1305_decrypt() local
225 u32 k[CHACHA_KEY_WORDS]; in chacha20poly1305_crypt_sg_inplace() member
Darc4.c15 int i, j = 0, k = 0; in arc4_setkey() local
Ddes.c623 static unsigned long des_ekey(u32 *pe, const u8 *k) in des_ekey()
714 static void dkey(u32 *pe, const u8 *k) in dkey()
/lib/mpi/
Dmpi-mod.c16 int k; member
98 int k = ctx->k; in mpi_mod_barrett() local
Dmpi-inv.c34 unsigned int k; in mpi_invm() local
Dec.c1217 MPI x1, y1, z1, k, h, yy; in mpi_ec_mul_point() local
/lib/raid6/
Dmktables.c55 int i, j, k; in main() local
/lib/reed_solomon/
Ddecode_rs.c15 int i, j, r, k, pad; variable
/lib/zlib_deflate/
Ddeftree.c320 int k /* node to move down */ in pqdownheap()

12