Searched refs:NLIST (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c71 # define NLIST nlist macro
78 # define NLIST nlist_64 macro
311 struct NLIST nl;
313 ML_(cur_plus)(symtab_cur, i * sizeof(struct NLIST)),
911 * sizeof(struct NLIST)) {
941 dysymcmd.iextdefsym * sizeof(struct NLIST)),
947 dysymcmd.ilocalsym * sizeof(struct NLIST)),
/external/python/cpython2/Modules/
H A D_testcapimodule.c82 #define NLIST 30 macro
83 list = PyList_New(NLIST);
86 /* list = range(NLIST) */
87 for (i = 0; i < NLIST; ++i) {
102 for (i = 0; i < NLIST; ++i) {
104 if (PyInt_AS_LONG(anint) != NLIST-1-i) {
112 #undef NLIST macro
/external/python/cpython3/Modules/
H A D_testcapimodule.c140 #define NLIST 30 macro
141 list = PyList_New(NLIST);
144 /* list = range(NLIST) */
145 for (i = 0; i < NLIST; ++i) {
160 for (i = 0; i < NLIST; ++i) {
162 if (PyLong_AS_LONG(anint) != NLIST-1-i) {
170 #undef NLIST macro

Completed in 153 milliseconds