Showing content from http://mail.python.org/pipermail/python-dev/attachments/20060528/0039611c/attachment.obj below:
Include/abstract.h: long PyObject_Hash(PyObject *o); Include/boolobject.h:PyAPI_FUNC(PyObject *) PyBool_FromLong(long); Include/datetime.h: long hashcode; /* -1 when unknown */ Include/datetime.h: long hashcode; \ Include/dictobject.h: long me_hash; /* cached hash code of me_key */ Include/dictobject.h: PyDictEntry *(*ma_lookup)(PyDictObject *mp, PyObject *key, long hash); Include/import.h:PyAPI_FUNC(long) PyImport_GetMagicNumber(void); Include/intobject.h: long ob_ival; Include/intobject.h:PyAPI_FUNC(PyObject *) PyInt_FromLong(long); Include/intobject.h:PyAPI_FUNC(long) PyInt_AsLong(PyObject *); Include/intobject.h:PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *); Include/intobject.h:PyAPI_FUNC(long) PyInt_GetMax(void); Include/intobject.h:PyAPI_FUNC(unsigned long) PyOS_strtoul(char *, char **, int); Include/intobject.h:PyAPI_FUNC(long) PyOS_strtol(char *, char **, int); Include/longintrepr.h:#define BASE_TWODIGITS_TYPE long Include/longobject.h:PyAPI_FUNC(PyObject *) PyLong_FromLong(long); Include/longobject.h:PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLong(unsigned long); Include/longobject.h:PyAPI_FUNC(long) PyLong_AsLong(PyObject *); Include/longobject.h:PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *); Include/longobject.h:PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLongMask(PyObject *); Include/marshal.h:PyAPI_FUNC(void) PyMarshal_WriteLongToFile(long, FILE *, int); Include/marshal.h:PyAPI_FUNC(long) PyMarshal_ReadLongFromFile(FILE *); Include/modsupport.h:PyAPI_FUNC(int) PyModule_AddIntConstant(PyObject *, const char *, long); Include/object.h:typedef long (*hashfunc)(PyObject *); Include/object.h: long tp_flags; Include/object.h:PyAPI_FUNC(long) PyObject_Hash(PyObject *); Include/object.h:PyAPI_FUNC(long) _Py_HashDouble(double); Include/object.h:PyAPI_FUNC(long) _Py_HashPointer(void*); Include/objimpl.h: long double dummy; /* force worst-case alignment */ Include/py_curses.h: return PyInt_FromLong((long) X()); } Include/pyport.h:typedef long fd_mask; Include/pystate.h: long thread_id; /* Thread id where this tstate was created */ Include/pystate.h:PyAPI_FUNC(int) PyThreadState_SetAsyncExc(long, PyObject *); Include/pythread.h:PyAPI_FUNC(long) PyThread_start_new_thread(void (*)(void *), void *); Include/pythread.h:PyAPI_FUNC(long) PyThread_get_thread_ident(void); Include/setobject.h: long hash; /* cached hash code for the entry key */ Include/setobject.h: setentry *(*lookup)(PySetObject *so, PyObject *key, long hash); Include/setobject.h: long hash; /* only used by frozenset objects */ Include/stringobject.h: long ob_shash; Include/unicodeobject.h:typedef unsigned long Py_UCS4; Include/unicodeobject.h: long hash; /* Hash value; -1 if not set */ Include/weakrefobject.h: long hash; Include/weakrefobject.h:PyAPI_FUNC(long) _PyWeakref_GetWeakrefCount(PyWeakReference *head); Modules/cgensupport.h:#define mknewshortobject(x) PyInt_FromLong((long)x) Modules/cgensupport.h: int i, long *p_a); Modules/cgensupport.h: int i, int n, long *p_a); Modules/cgensupport.h: int i, long *p_a); PC/pyconfig.h: sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t). Python/thread_atheos.h:long PyThread_start_new_thread(void (*func) (void *), void *arg) Python/thread_atheos.h:long PyThread_get_thread_ident(void) Python/thread_beos.h:long PyThread_start_new_thread( void (*func)(void *), void *arg ) Python/thread_beos.h:long PyThread_get_thread_ident( void ) Python/thread_cthread.h:long Python/thread_cthread.h:long Python/thread_cthread.h: return (long) cthread_self(); Python/thread_foobar.h:long Python/thread_foobar.h:long Python/thread_lwp.h:long PyThread_start_new_thread(void (*func)(void *), void *arg) Python/thread_lwp.h:long PyThread_get_thread_ident(void) Python/thread_nt.h:long PyThread_get_thread_ident(void); Python/thread_nt.h: long id; Python/thread_nt.h:long Python/thread_nt.h:long PyThread_get_thread_ident(void) Python/thread_os2.h:long PyThread_get_thread_ident(void); Python/thread_os2.h:long Python/thread_os2.h:long Python/thread_os2.h: (long)sem)); Python/thread_pth.h:long PyThread_start_new_thread(void (*func)(void *), void *arg) Python/thread_pth.h:long PyThread_get_thread_ident(void) Python/thread_pth.h: return (long) *(long *) &threadid; Python/thread_pthread.h:long Python/thread_pthread.h: return (long) th; Python/thread_pthread.h: return (long) *(long *) &th; Python/thread_pthread.h:long Python/thread_pthread.h: return (long) threadid; Python/thread_pthread.h: return (long) *(long *) &threadid; Python/thread_sgi.h: long addr, size; Python/thread_sgi.h: addr = (long) dl_getrange(size + HDR_SIZE); Python/thread_sgi.h: dprintf(("arena start: %p, arena size: %ld\n", shared_arena, (long) usconfig(CONF_GETSIZE, shared_arena))); Python/thread_sgi.h:long PyThread_start_new_thread(void (*func)(void *), void *arg) Python/thread_sgi.h: long addr, size; Python/thread_sgi.h: addr = (long) dl_getrange(size + HDR_SIZE); Python/thread_sgi.h:long PyThread_get_thread_ident(void) Python/thread_solaris.h:long Python/thread_solaris.h:long Python/thread_wince.h:long PyThread_get_thread_ident(void); Python/thread_wince.h:long PyThread_start_new_thread(void (*func)(void *), void *arg) Python/thread_wince.h: long rv; Python/thread_wince.h:long PyThread_get_thread_ident(void)
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4