• Home
  • Raw
  • Download

Lines Matching +full:1 +full:c

35 ./python ../c-parser/cpython.py
36 --exclude '+../c-parser/EXCLUDED'
37 --macros '+../c-parser/MACROS'
38 --incldirs '+../c-parser/INCL_DIRS'
42 Modules/**/*.c
43 Objects/**/*.c
44 Parser/**/*.c
45 Python/**/*.c
54 Modules/_sha3/kcp/KeccakP-1600-opt64.c
57 #Modules/_ctypes/darwin/*.c
58 #Modules/_ctypes/libffi_osx/*.c
59 Modules/_scproxy.c # SystemConfiguration/SystemConfiguration.h
62 Modules/_winapi.c # windows.h
64 Modules/overlapped.c # winsock.h
65 Python/dynload_win.c # windows.h
69 Python/dynload_aix.c # sys/ldr.h
70 Python/dynload_dl.c # dl.h
71 Python/dynload_hpux.c # dl.h
73 Python/emscripten_signal.c
87 Python/deepfreeze/*.c
110 Modules/_dbmmodule.c
111 Modules/cjkcodecs/_codecs_*.c
112 Modules/expat/xmlrole.c
113 Modules/expat/xmlparse.c
114 Python/initconfig.c
125 Modules/_tkinter.c /usr/include/tcl8.6
126 Modules/tkappinit.c /usr/include/tcl
127 Modules/_decimal/**/*.c Modules/_decimal/libmpdec
130 ''')[1:]
137 Include/internal/*.h Py_BUILD_CORE 1
138 Python/**/*.c Py_BUILD_CORE 1
139 Parser/**/*.c Py_BUILD_CORE 1
140 Objects/**/*.c Py_BUILD_CORE 1
142 Modules/_asynciomodule.c Py_BUILD_CORE 1
143 Modules/_collectionsmodule.c Py_BUILD_CORE 1
144 Modules/_ctypes/_ctypes.c Py_BUILD_CORE 1
145 Modules/_ctypes/cfield.c Py_BUILD_CORE 1
146 Modules/_cursesmodule.c Py_BUILD_CORE 1
147 Modules/_datetimemodule.c Py_BUILD_CORE 1
148 Modules/_functoolsmodule.c Py_BUILD_CORE 1
149 Modules/_heapqmodule.c Py_BUILD_CORE 1
150 Modules/_io/*.c Py_BUILD_CORE 1
151 Modules/_localemodule.c Py_BUILD_CORE 1
152 Modules/_operator.c Py_BUILD_CORE 1
153 Modules/_posixsubprocess.c Py_BUILD_CORE 1
154 Modules/_sre/sre.c Py_BUILD_CORE 1
155 Modules/_threadmodule.c Py_BUILD_CORE 1
156 Modules/_tracemalloc.c Py_BUILD_CORE 1
157 Modules/_weakref.c Py_BUILD_CORE 1
158 Modules/_zoneinfo.c Py_BUILD_CORE 1
159 Modules/atexitmodule.c Py_BUILD_CORE 1
160 Modules/cmathmodule.c Py_BUILD_CORE 1
161 Modules/faulthandler.c Py_BUILD_CORE 1
162 Modules/gcmodule.c Py_BUILD_CORE 1
163 Modules/getpath.c Py_BUILD_CORE 1
164 Modules/getpath_noop.c Py_BUILD_CORE 1
165 Modules/itertoolsmodule.c Py_BUILD_CORE 1
166 Modules/main.c Py_BUILD_CORE 1
167 Modules/mathmodule.c Py_BUILD_CORE 1
168 Modules/posixmodule.c Py_BUILD_CORE 1
169 Modules/sha256module.c Py_BUILD_CORE 1
170 Modules/sha512module.c Py_BUILD_CORE 1
171 Modules/signalmodule.c Py_BUILD_CORE 1
172 Modules/symtablemodule.c Py_BUILD_CORE 1
173 Modules/timemodule.c Py_BUILD_CORE 1
174 Modules/unicodedata.c Py_BUILD_CORE 1
175 Objects/stringlib/codecs.h Py_BUILD_CORE 1
176 Objects/stringlib/unicode_format.h Py_BUILD_CORE 1
177 Parser/string_parser.h Py_BUILD_CORE 1
178 Parser/pegen.h Py_BUILD_CORE 1
179 Python/ceval_gil.h Py_BUILD_CORE 1
180 Python/condvar.h Py_BUILD_CORE 1
182 Modules/_json.c Py_BUILD_CORE_BUILTIN 1
183 Modules/_pickle.c Py_BUILD_CORE_BUILTIN 1
184 Modules/_testinternalcapi.c Py_BUILD_CORE_BUILTIN 1
186 Include/cpython/abstract.h Py_CPYTHON_ABSTRACTOBJECT_H 1
187 Include/cpython/bytearrayobject.h Py_CPYTHON_BYTEARRAYOBJECT_H 1
188 Include/cpython/bytesobject.h Py_CPYTHON_BYTESOBJECT_H 1
189 Include/cpython/ceval.h Py_CPYTHON_CEVAL_H 1
190 Include/cpython/code.h Py_CPYTHON_CODE_H 1
191 Include/cpython/dictobject.h Py_CPYTHON_DICTOBJECT_H 1
192 Include/cpython/fileobject.h Py_CPYTHON_FILEOBJECT_H 1
193 Include/cpython/fileutils.h Py_CPYTHON_FILEUTILS_H 1
194 Include/cpython/frameobject.h Py_CPYTHON_FRAMEOBJECT_H 1
195 Include/cpython/import.h Py_CPYTHON_IMPORT_H 1
196 Include/cpython/listobject.h Py_CPYTHON_LISTOBJECT_H 1
197 Include/cpython/methodobject.h Py_CPYTHON_METHODOBJECT_H 1
198 Include/cpython/object.h Py_CPYTHON_OBJECT_H 1
199 Include/cpython/objimpl.h Py_CPYTHON_OBJIMPL_H 1
200 Include/cpython/pyerrors.h Py_CPYTHON_ERRORS_H 1
201 Include/cpython/pylifecycle.h Py_CPYTHON_PYLIFECYCLE_H 1
202 Include/cpython/pymem.h Py_CPYTHON_PYMEM_H 1
203 Include/cpython/pystate.h Py_CPYTHON_PYSTATE_H 1
204 Include/cpython/sysmodule.h Py_CPYTHON_SYSMODULE_H 1
205 Include/cpython/traceback.h Py_CPYTHON_TRACEBACK_H 1
206 Include/cpython/tupleobject.h Py_CPYTHON_TUPLEOBJECT_H 1
207 Include/cpython/unicodeobject.h Py_CPYTHON_UNICODEOBJECT_H 1
216 Modules/**/*.c PyMODINIT_FUNC PyObject*
217 Objects/unicodeobject.c PyMODINIT_FUNC PyObject*
218 Python/marshal.c PyMODINIT_FUNC PyObject*
219 Python/_warnings.c PyMODINIT_FUNC PyObject*
220 Python/Python-ast.c PyMODINIT_FUNC PyObject*
221 Python/import.c PyMODINIT_FUNC PyObject*
222 Modules/_testcapimodule.c PyAPI_FUNC(RTYPE) RTYPE
223 Python/getargs.c PyAPI_FUNC(RTYPE) RTYPE
228 */clinic/*.c.h PyDoc_VAR(name) static const char name[]
229 */clinic/*.c.h PyDoc_STR(str) str
230 */clinic/*.c.h PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str)
233 #Modules/_io/bytesio.c Py_EXPORTED_SYMBOL /* */
243 Include/**/*.h _POSIX_THREADS 1
244 Include/**/*.h HAVE_PTHREAD_H 1
247 Modules/getpath.c PYTHONPATH 1
248 Modules/getpath.c PREFIX ...
249 Modules/getpath.c EXEC_PREFIX ...
250 Modules/getpath.c VERSION ...
251 Modules/getpath.c VPATH ...
252 Modules/getpath.c PLATLIBDIR ...
254 # from Modules/_sha3/sha3module.c
255 Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c PLATFORM_BYTE_ORDER 4321 # force big-endian
256 Modules/_sha3/kcp/*.c KeccakOpt 64
257 Modules/_sha3/kcp/*.c KeccakP200_excluded 1
258 Modules/_sha3/kcp/*.c KeccakP400_excluded 1
259 Modules/_sha3/kcp/*.c KeccakP800_excluded 1
262 Modules/_decimal/**/*.c CONFIG_64 1
263 Modules/_decimal/**/*.c ASM 1
264 Modules/expat/xmlparse.c HAVE_EXPAT_CONFIG_H 1
265 Modules/expat/xmlparse.c XML_POOR_ENTROPY 1
266 Modules/_dbmmodule.c HAVE_GDBM_DASH_NDBM_H 1
271 Objects/stringlib/codecs.h STRINGLIB_IS_UNICODE 1
275 ''')[1:]
296 _abs('Modules/_datetimemodule.c'): (20_000, 300),
297 _abs('Modules/posixmodule.c'): (20_000, 500),
298 _abs('Modules/termios.c'): (10_000, 800),
299 _abs('Modules/_testcapimodule.c'): (20_000, 400),
302 _abs('Objects/typeobject.c'): (20_000, 200),
303 _abs('Python/compile.c'): (20_000, 500),
304 _abs('Python/pylifecycle.c'): (500_000, 5000),
305 _abs('Python/pystate.c'): (500_000, 5000),