Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dutil.c602 #ifndef NUM_TYPE
604 # define NUM_TYPE long long macro
606 # define NUM_TYPE int64_t macro
610 #ifdef NUM_TYPE
614 #define __INT NUM_TYPE
H A Dvar.c3331 # define NUM_TYPE long long macro
3334 # define NUM_TYPE long macro
3338 static NUM_TYPE
3341 NUM_TYPE val; in num_val()
3367 NUM_TYPE a, b; in SubNumAsc()