Searched refs:tri_int32_t (Results 1 – 2 of 2) sorted by relevance
26 typedef TriState<int32_t> tri_int32_t; typedef70 tri_int32_t a(1); in TEST()93 tri_int32_t a(1); in TEST()94 tri_int32_t b(1); in TEST()95 tri_int32_t c(2); in TEST()96 tri_int32_t d; in TEST()152 tri_int32_t y, z, w; in TEST()
249 typedef TriState<int32_t> tri_int32_t; typedef