Home
last modified time | relevance | path

Searched defs:SUB16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.h54 #define SUB16(a, b) (((a) + 16 - (b)) & 0xF) macro
/openbmc/qemu/target/arm/
H A Dhelper.c11734 #define SUB16(a, b, n) RESULT(sub16_sat(a, b), n, 16); macro
11781 #define SUB16(a, b, n) RESULT(sub16_usat(a, b), n, 16); macro
11807 #define SUB16(a, b, n) SARITH16(a, b, n, -) macro
11832 #define SUB16(a, b, n) do { \ macro
11856 #define SUB16(a, b, n) \ macro
11869 #define SUB16(a, b, n) \ macro