Searched refs:SWD_HSIZE (Results 1 – 3 of 3) sorted by relevance
56 #ifndef SWD_HSIZE57 # define SWD_HSIZE 1638466 ((DMUL(0x9f5f,(((((lzo_xint)b[p]<<5)^b[p+1])<<5)^b[p+2]))>>5) & (SWD_HSIZE-1))69 ((DMUL(0x9f5f,(((((lzo_xint)b[p+2]<<5)^b[p+1])<<5)^b[p]))>>5) & (SWD_HSIZE-1))144 swd_uint head3 [ SWD_HSIZE ];147 swd_uint llen3 [ SWD_HSIZE ];245 s->head3 = (swd_uintp) malloc(sizeof(swd_uint) * SWD_HSIZE);248 s->llen3 = (swd_uintp) malloc(sizeof(swd_uint) * SWD_HSIZE);287 lzo_memset(s_llen3(s), 0, (lzo_uint)sizeof(s_llen3(s)[0]) * (lzo_uint)SWD_HSIZE);
77 ((((((lzo_xint)b[p]<<3)^b[p+1])<<3)^b[p+2]) & (SWD_HSIZE-1))81 (((* (lzo_uint32_tp) &b[p]) ^ ((* (lzo_uint32_tp) &b[p])>>10)) & (SWD_HSIZE-1))
210 #define SWD_HSIZE 16384 macro215 (((0x9f5f*(((((uint32_t)b[p]<<5)^b[p+1])<<5)^b[p+2]))>>5) & (SWD_HSIZE-1))266 unsigned int head3 [ SWD_HSIZE ];269 unsigned int llen3 [ SWD_HSIZE ];400 memset(s->llen3, 0, sizeof(s->llen3[0]) * SWD_HSIZE); in swd_init()