Home
last modified time | relevance | path

Searched defs:W (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dcrc32.c76 # define W Z_TESTW macro
80 # define W 8 /* required for MAKECRCH */ macro
83 # define W 8 macro
85 # define W 4 macro
94 # define W 4 macro
/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.h65 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP()
70 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP()
H A Dsha.c141 uint64_t W[16]; in sha512_transform() local