Searched refs:longval (Results 1 – 17 of 17) sorted by relevance
625 PyObject *longval = NULL, *longtype = NULL; in PyInit__random() local626 longval = PyLong_FromLong(0); in PyInit__random()627 if (longval == NULL) goto fail; in PyInit__random()629 longtype = PyObject_Type(longval); in PyInit__random()636 Py_DECREF(longval); in PyInit__random()643 Py_XDECREF(longval); in PyInit__random()
160 long longval = PyInt_AsLong(parameter); in pysqlite_statement_bind_parameter() local161 rc = sqlite3_bind_int64(self->st, pos, longval); in pysqlite_statement_bind_parameter()
1356 long longval; in pysqlite_collation_callback() local1380 longval = PyLong_AsLongAndOverflow(retval, &result); in pysqlite_collation_callback()1381 if (longval == -1 && PyErr_Occurred()) { in pysqlite_collation_callback()1386 if (longval > 0) in pysqlite_collation_callback()1388 else if (longval < 0) in pysqlite_collation_callback()
1377 long longval; in pysqlite_collation_callback() local1399 longval = PyLong_AsLongAndOverflow(retval, &result); in pysqlite_collation_callback()1400 if (longval == -1 && PyErr_Occurred()) { in pysqlite_collation_callback()1405 if (longval > 0) in pysqlite_collation_callback()1407 else if (longval < 0) in pysqlite_collation_callback()
1147 long longval = PyLong_AsLong(value); in c_set() local1148 if (longval < 0 || longval >= 256) in c_set()1150 *(char *)ptr = (char)longval; in c_set()
12210 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }12223 long int i = longval ();12615 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }12628 long int i = longval ();13020 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }13033 long int i = longval ();13425 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }13438 long int i = longval ();
1923 static long int longval () { return $2; }1936 long int i = longval ();
1949 static long int longval () { return $2; }1962 long int i = longval ();
2317 static long int longval () { return $2; }2330 long int i = longval ();
713 ``str(longval)[:-1]`` and assumes the 'L' is there, will now lose the final
2059 static long int longval () { return $2; }2072 long int i = longval ();
2006 static long int longval () { return $2; }2019 long int i = longval ();
2243 static long int longval () { return $2; }2256 long int i = longval ();
2163 static long int longval () { return $2; }2176 long int i = longval ();
2190 static long int longval () { return $2; }2203 long int i = longval ();