Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.h67 # define STACK_UPPER(x, a, b) (a) macro
69 # define STACK_UPPER(x, a, b) (b) macro
77 # define STACK_UPPER(x, a, b) (stack_growup_p(x) ? (a) : (b)) macro
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdtrack.c44 STACK_UPPER, /* Use highest value encountered instead */ enumerator