Searched refs:nw (Results 1 – 2 of 2) sorted by relevance
133 uint32_t nw = (uint32_t) ne[0] << 16 | ne[1], hw = (uint32_t) hs[0] << 16 | hs[1]; in memmem() local134 for (hs++; hs <= end && hw != nw; ) in memmem()136 return hw == nw ? (void *)(hs - 1) : NULL; in memmem()
1051 int nw, nw1; in copybits() local1061 nw = b->_wds; in copybits()1062 nw1 = nw & 1; in copybits()1063 for(xe = x + (nw - nw1); x < xe; x += 2) in copybits()