gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_BIT_SET_N (0.01 seconds)
mtkernel_3
kernel/tstdlib/bitop.c - 2.9KB - 117 lines
46: 
47:         mask = _BIT_SET_N(offset);
48: 
66: 67: mask = _BIT_SET_N(offset); 68:
88: position = 0; 89: mask = _BIT_SET_N(offset); 90:
108: position = 8 - (offset & 7); 109: mask = _BIT_SET_N(0); 110: }