Searched refs:lbits (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_bitput.c | 33 void mpp_put_bits(BitputCtx_t *bp, RK_U64 invalue, RK_S32 lbits) in mpp_put_bits() argument 37 if (!lbits) return; in mpp_put_bits() 41 hbits = 64 - lbits; in mpp_put_bits() 44 if ((bp->bitpos + lbits) >= 64) { in mpp_put_bits() 50 bp->bitpos = (bp->bitpos + lbits) & 63; in mpp_put_bits()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_bitput.h | 39 void mpp_put_bits(BitputCtx_t *bp, RK_U64 invalue, RK_S32 lbits);
|
| /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/buildroot/boot/grub2/ |
| H A D | 0117-io-gzio-Zero-gzio-tl-td-in-init_dynamic_block-if-huf.patch | 25 gzio->bl = lbits;
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | inflate.c | 310 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable 977 bl = lbits; in inflate_dynamic()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | xfrm.h | 362 __u8 lbits; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | xfrm.h | 362 __u8 lbits; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | xfrm.h | 362 __u8 lbits; member
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_user.c | 1159 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo() 1161 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo() 1195 if (thresh4->lbits > 32 || thresh4->rbits > 32) in xfrm_set_spdinfo() 1204 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo() 1211 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo() 1215 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 281 u32 lbits = -0x400 | (u32) K; in emit_set_const_sext() local 284 emit(XOR | IMMED | RS1(reg) | S13(lbits) | RD(reg), ctx); in emit_set_const_sext()
|