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