Searched refs:FETCH (Results 1 – 8 of 8) sorted by relevance
/linux/tools/lib/ |
H A D | find_bit.c | 27 #define FIND_FIRST_BIT(FETCH, MUNGE, size) \ argument 32 val = (FETCH); \ 49 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument 59 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \
|
/linux/lib/ |
H A D | find_bit.c | 24 * @FETCH: The expression that fetches and pre-processes each word of bitmap(s) 28 #define FIND_FIRST_BIT(FETCH, MUNGE, size) \ argument 33 val = (FETCH); \ 45 * @FETCH: The expression that fetches and pre-processes each word of bitmap(s) 50 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument 60 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \ 71 #define FIND_NTH_BIT(FETCH, size, num) \ argument 79 tmp = (FETCH); \ 88 tmp = (FETCH) [all...] |
H A D | bitmap.c | 325 #define BITMAP_WEIGHT(FETCH, bits) \ argument 330 w += hweight_long(FETCH); \ 333 w += hweight_long((FETCH) & BITMAP_LAST_WORD_MASK(__bits)); \
|
/linux/drivers/firmware/efi/libstub/ |
H A D | find.c | 13 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument 23 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \
|
/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 697 FETCH 0x01 modifier: return old value 698 XCHG 0xe0 | FETCH atomic exchange 699 CMPXCHG 0xf0 | FETCH atomic compare and exchange 702 The ``FETCH`` modifier is optional for simple atomic operations, and 703 always set for the complex atomic operations. If the ``FETCH`` flag
|
/linux/arch/m68k/fpsp040/ |
H A D | satan.S | 291 |--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 6397 #--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
|
H A D | fplsp.S | 6265 #--FETCH F AND SAVING OF REGISTERS CAN BE ALL HIDED UNDER THE
|