Searched defs:nbits (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | bitmap.h | 9 #define small_const_nbits(nbits) \ argument 12 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | lin_gadget_compat.h | 20 #define small_const_nbits(nbits) \ argument 23 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto_sum.c | 10 u32 nbits, char *addr, int len) in dump_hash()
|
| H A D | crypto.c | 150 #define RSA_TEST(nbits, bn, be, bc, bd, in, out) { \ argument
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v1.c | 183 u32 nbits; in rockchip_crypto_sha_final() local 216 u32 nbits, *buf = (u32 *)output; in rockchip_crypto_rsa_verify() local
|
| H A D | crypto_ce.c | 395 u32 nbits; in rockchip_crypto_sha_final() local
|
| H A D | crypto_v2.c | 660 u32 nbits; in rockchip_crypto_sha_final() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | crypto.h | 42 #define BITS2BYTE(nbits) ((nbits) / 8) argument 43 #define BITS2WORD(nbits) ((nbits) / 32) argument
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | immap.c | 93 static void binary(char *label, uint value, int nbits) in binary()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | bch.c | 1031 unsigned int nbits; in decode_bch() local 1208 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 34 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument
|