Home
last modified time | relevance | path

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

/src/contrib/bmake/
H A Dutil.c678 #ifndef NUM_TYPE
680 # define NUM_TYPE long long macro
682 # define NUM_TYPE int64_t macro
686 #ifdef NUM_TYPE
690 #define __INT NUM_TYPE
H A Dvar.c3352 # define NUM_TYPE long long macro
3355 # define NUM_TYPE long macro
3359 static NUM_TYPE
3362 NUM_TYPE val; in num_val()
3388 NUM_TYPE a, b; in SubNumAsc()