Searched defs:get_small_int (Results 1 – 3 of 3) sorted by relevance
64 pub fn get_small_int(&self, index: usize) -> u64 { in get_small_int() method
41 static PyObject *get_small_int(sdigit ival) in get_small_int() function
40 get_small_int(sdigit ival) in get_small_int() function64 #define get_small_int(ival) (Py_UNREACHABLE(), NULL) macro