Searched refs:MIDDLE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/ |
H A D | z3fold.c | 75 MIDDLE, enumerator 572 bud = MIDDLE; in get_free_buddy() 602 int middle_idx = __idx(zhdr, MIDDLE); in compact_single_buddy() 646 case MIDDLE: in compact_single_buddy() 1124 case MIDDLE: in z3fold_free() 1193 case MIDDLE: in z3fold_map() 1232 if (buddy == MIDDLE) in z3fold_unmap() 1330 encode_handle(new_zhdr, MIDDLE); in z3fold_page_migrate()
|
/openbmc/qemu/tests/unit/ |
H A D | test-int128.c | 32 #define MIDDLE (-1ULL & ~LOW & ~HIGH) macro 36 return (x & LOW) | ((x & 4) ? MIDDLE : 0) | (x & 0x8000 ? HIGH : 0); in expand16()
|
/openbmc/linux/Documentation/input/ |
H A D | event-codes.rst | 414 the primary button press. BTN_{MIDDLE,RIGHT,4,5,etc.} should be used to report 423 BTN_{MOUSE,LEFT,MIDDLE,RIGHT} must not be reported as the result of touch
|