Home
last modified time | relevance | path

Searched refs:TWOS_COMPLEMENT (Results 1 – 1 of 1) sorted by relevance

/timezone/
A Dprivate.h629 #define TWOS_COMPLEMENT(t) ((t) ~ (t) 0 < 0) macro
638 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))

Completed in 4 milliseconds