Searched refs:bitmask (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_6lowpan_ll.c76 uint8_t bitmask = (uint8_t)(0xff << (8 - (len % 8))); local
81 return (int32_t)((a[bytes] & bitmask) - (b[bytes] & bitmask));

Completed in 26 milliseconds