Home
last modified time | relevance | path

Searched defs:get_small_int (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/serde_json/src/lexical/
Dcached.rs64 pub fn get_small_int(&self, index: usize) -> u64 { in get_small_int() method
/external/python/cpython3/Misc/
Dcoverity_model.c41 static PyObject *get_small_int(sdigit ival) in get_small_int() function
/external/python/cpython3/Objects/
Dlongobject.c40 get_small_int(sdigit ival) in get_small_int() function
64 #define get_small_int(ival) (Py_UNREACHABLE(), NULL) macro