Searched refs:SWD_HSIZE (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/lzo/src/
H A Dlzo_swd.ch56 #ifndef SWD_HSIZE
57 # define SWD_HSIZE 16384
66 ((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);
H A Dlzo1x_9x.c77 ((((((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))
/external/syslinux/gpxe/src/util/
H A Dnrv2b.c210 #define SWD_HSIZE 16384 macro
215 (((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);

Completed in 105 milliseconds