gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:BitSearch1_w from tkernel_2/lib/libsys/src/bitsearch1.c (0.00 seconds)
tkernel_2
lib/libsys/src/bitsearch1.c - 4.2KB - 124 lines
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