Home
last modified time | relevance | path

Searched refs:longval (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Modules/
H A D_randommodule.c599 PyObject *longval = PyLong_FromLong(0); in _random_exec() local
600 if (longval == NULL) { in _random_exec()
604 PyObject *longtype = PyObject_Type(longval); in _random_exec()
605 Py_DECREF(longval); in _random_exec()
/third_party/python/Modules/_ctypes/
H A Dcfield.c1120 long longval = PyLong_AsLong(value); in c_set() local
1121 if (longval < 0 || longval >= 256) in c_set()
1123 *(char *)ptr = (char)longval; in c_set()
/third_party/python/Modules/_sqlite/
H A Dconnection.c1785 long longval; in collation_callback() local
1811 longval = PyLong_AsLongAndOverflow(retval, &result); in collation_callback()
1812 if (longval == -1 && PyErr_Occurred()) { in collation_callback()
1817 if (longval > 0) in collation_callback()
1819 else if (longval < 0) in collation_callback()
/third_party/icu/icu4c/source/
H A Dconfigure1935 static long int longval () { return $2; }
1948 long int i = longval ();
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure1923 static long int longval () { return $2; }
1936 long int i = longval ();
/third_party/eudev/
H A Dconfigure2404 static long int longval () { return $2; }
2417 long int i = longval ();
/third_party/lame/
H A Dconfigure2112 static long int longval () { return $2; }
2125 long int i = longval ();
/third_party/python/
H A Dconfigure2424 static long int longval (void) { return $2; }
2437 long int i = longval ();

Completed in 90 milliseconds