Home
last modified time | relevance | path

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

/freebsd-13.1/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.c3240 # define NUM_TYPE long long macro
3243 # define NUM_TYPE long macro
3247 static NUM_TYPE
3250 NUM_TYPE val; in num_val()
3276 NUM_TYPE a, b; in SubNumAsc()