Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/
H A Ddccp.h106 #define TO_SIGNED48(x) (((x) < INT48_MIN)? (x) : -COMPLEMENT48( (x))) macro
/kernel/linux/linux-6.6/net/dccp/
H A Ddccp.h106 #define TO_SIGNED48(x) (((x) < INT48_MIN)? (x) : -COMPLEMENT48( (x))) macro

Completed in 2 milliseconds