Lines Matching defs:mask
436 uint16_t nr, mask = 0;
439 mask = LONG_MASK;
443 if (((of->mask & nr) > 0) && (of->long_opts[lindex] == number)) {
445 of->mask &= ~nr;
452 mask = SHORT_MASK;
457 if (((of->mask & nr) > 0) && (of->short_opts[lindex] == (number & 0xff))) {
459 of->mask &= ~nr;
474 lindex = coap_fls(~of->mask & mask);
485 of->mask |= 1 << (lindex - 1);