Searched defs:word (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_macros.h | 258 static inline ulong32 ROL(ulong32 word, int i) in ROL() 266 static inline ulong32 ROR(ulong32 word, int i) in ROR() 276 #define ROLc(word,i) ({ \ argument 284 #define RORc(word,i) ({ \ argument 303 static inline ulong32 ROL(ulong32 word, int i) in ROL() 311 static inline ulong32 ROR(ulong32 word, int i) in ROR() 321 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() 359 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() 367 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() 377 #define ROL64c(word,i) ({ \ argument [all …]
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_negXM.c | 48 uint32_t word; in softfloat_negXM() local
|
/optee_os/core/drivers/crypto/caam/ |
A D | caam_desc.c | 32 void caam_desc_update_hdr(uint32_t *desc, uint32_t word) in caam_desc_update_hdr() 38 void caam_desc_add_word(uint32_t *desc, uint32_t word) in caam_desc_add_word()
|
/optee_os/core/drivers/ |
A D | imx_ocotp.c | 78 TEE_Result imx_ocotp_read(unsigned int bank, unsigned int word, uint32_t *val) in imx_ocotp_read()
|
/optee_os/core/lib/zlib/ |
A D | inflate.c | 459 # define CRC2(check, word) \ argument 466 # define CRC4(check, word) \ argument
|
Completed in 7 milliseconds