Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_unit.c1181 #define TBASE 7 macro
1213 uh = new_unrhdr(TBASE, INT_MAX, NULL); in test_iter()
1215 vals[i] = i + TBASE; in test_iter()
1216 x = alloc_unr_specific(uh, i + TBASE); in test_iter()
1217 if (x != i + TBASE) { in test_iter()
1219 i + TBASE); in test_iter()
1227 if (v < TBASE) in test_iter()