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

/barrelfish-2018-10-04/lib/net_device_manager/
H A Dportalloc.c63 int bitnr = 0; local
87 bitnr += s;
94 //bitnr is now the bitposition within the current 64 bit word which
96 assert(bitnr >= 0 && bitnr <= 63);
98 free_ports[i] &= ~(1 << bitnr);
101 return (bitnr + i * sizeof(uint64_t) * 8 + pstart);

Completed in 29 milliseconds