Searched defs:p_int (Results 1 – 8 of 8) sorted by relevance
40 p_int: u64, field126 let p_int = ((f64::from(numerator) / f64::from(denominator)) * SCALE) as u64; in from_ratio() localVariable
401 volatile int* const volatile p_int = nullptr; in TEST() local415 volatile int* const volatile p_int = in TEST() local
618 int *const p_int = page_end - sizeof(int); in main() local
169 s_int **p_int; member
344 std::uintptr_t p_int = reinterpret_cast<std::uintptr_t>(p); in IndexFor() local
403 def p_int(self, p): member in Parser