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

/systemd/src/udev/
H A Dudev-builtin-input_id.c42 #define OFF(x) ((x)%BITS_PER_LONG) macro
43 #define BIT(x) (1UL<<OFF(x))
45 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1)
/systemd/src/cgtop/
H A Dcgtop.c1068 #define OFF ANSI_NORMAL macro
1071 "\t<" ON "p" OFF "> By path; <" ON "t" OFF "> By tasks/procs; <" ON "c" OFF "> By CPU; <" ON "m" OFF "> By memory; <" ON "i" OFF "> By I/O\n"
1072 "\t<" ON "+" OFF "> Inc. delay; <" ON "-" OFF "> Dec. delay; <" ON "%%" OFF "> Toggle time; <" ON "SPACE" OFF "> Refres
[all...]

Completed in 30 milliseconds