Searched defs:bit (Results 1 - 2 of 2) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-packet.c127 /* Always set the TC bit to 0 initially.
128 * If there are multiple packets later, we'll update the bit shortly before sending.
1417 uint8_t bit = 0; local
1452 bit += 8;
1462 n = (uint16_t) window << 8 | (uint16_t) bit;
1473 bit ++;
1942 /* We accept empty NSEC bitmaps. The bit indicating the presence of the NSEC record itself
1944 * without the NSEC bit set. */
2155 /* Try to reduce memory usage a bit */
/systemd/src/basic/
H A Dcgroup-util.c1862 CGroupMask bit = CGROUP_CONTROLLER_TO_MASK(c); local
1867 if (mask & bit)
1869 else if (supported & bit)
1891 CGroupMask bit = CGROUP_CONTROLLER_TO_MASK(c); local
1894 if (!(supported & bit))
1898 p = path_callback(bit, userdata);
1943 CGroupMask bit = CGROUP_CONTROLLER_TO_MASK(c); local
1946 if (!(supported & bit))
1950 p = to_callback(bit, userdata);
1976 CGroupMask bit local
2167 CGroupMask bit = CGROUP_CONTROLLER_TO_MASK(c); local
[all...]

Completed in 384 milliseconds