Search | Google it | Results 1 - 1 of 1 for funcall:BitSearch0_w from tkernel_2/lib/libsys/src/bitsearch0.c (0.00 seconds) |
117: #if ALLOW_MISALIGN 118: return BitSearch0_w((const UW*)base, offset, width); 119: #else 121: UINT wofs = ((UINT)base) & 3; 122: return BitSearch0_w((const UW*)((const UB*)base - wofs), offset + wofs * 8, width); 123: #endif