Searched refs:hbits (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_bitput.c | 35 RK_U8 hbits = 0; in mpp_put_bits() local 41 hbits = 64 - lbits; in mpp_put_bits() 42 invalue = (invalue << hbits) >> hbits; in mpp_put_bits()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_hash_gen.h | 131 htable_size(u8 hbits) in htable_size() argument 136 if (hbits > 31) in htable_size() 138 hsize = jhash_size(hbits); in htable_size() 1448 u8 hbits; in IPSET_TOKEN() local 1517 hbits = fls(hashsize - 1); in IPSET_TOKEN() 1518 hsize = htable_size(hbits); in IPSET_TOKEN() 1528 t->hregion = ip_set_alloc(ahash_sizeof_regions(hbits)); in IPSET_TOKEN() 1535 for (i = 0; i < ahash_numof_locks(hbits); i++) in IPSET_TOKEN() 1546 t->htable_bits = hbits; in IPSET_TOKEN() 1547 t->maxelem = h->maxelem / ahash_numof_locks(hbits); in IPSET_TOKEN()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | assembler.h | 190 .macro regs_to_64, rd, lbits, hbits 192 .macro regs_to_64, rd, hbits, lbits 194 orr \rd, \lbits, \hbits, lsl #32
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 280 u32 hbits = ~(u32) K; in emit_set_const_sext() local 283 emit(SETHI(hbits, reg), ctx); in emit_set_const_sext()
|