Searched defs:SUB16 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | packet_history.h | 54 #define SUB16(a, b) (((a) + 16 - (b)) & 0xF) macro
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 12232 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro 12279 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro 12305 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro 12330 #define SUB16(a, b, n) do { \ macro 12354 #define SUB16(a, b, n) \ macro 12367 #define SUB16(a, b, n) \ macro
|