Home
last modified time | relevance | path

Searched defs:_ts (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 struct _frame *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 struct _frame *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 struct _frame *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 PyFrameObject *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 struct _frame *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 struct _frame *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 PyFrameObject *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dpystate.h51 struct _ts { struct
54 struct _ts *prev; argument
55 struct _ts *next; argument
59 struct _frame *frame;
60 int recursion_depth;
70 int tracing;
71 int use_tracing;
76 PyObject *c_traceobj;
94 int gilstate_counter;
133 PyObject *context;
[all …]
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dpystate.h60 struct _ts { struct
63 struct _ts *prev; argument
64 struct _ts *next; argument
68 PyFrameObject *frame;
69 int recursion_depth;
76 int tracing;
80 CFrame *cframe;
85 PyObject *c_traceobj;
142 PyObject *context;
146 uint64_t id;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dpystate.h62 struct _ts { struct
65 struct _ts *prev; argument
66 struct _ts *next; argument
70 PyFrameObject *frame;
71 int recursion_depth;
78 int tracing;
82 CFrame *cframe;
87 PyObject *c_traceobj;
144 PyObject *context;
148 uint64_t id;
[all …]
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dpystate.h73 struct _ts { struct
76 struct _ts *prev; argument
77 struct _ts *next; argument
84 int _initialized;
87 int recursion_limit;
93 int tracing;
97 CFrame *cframe;
102 PyObject *c_traceobj;
165 PyObject *context;
169 uint64_t id;
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpystate.h69 typedef struct _ts { struct
72 struct _ts *prev; argument
73 struct _ts *next; argument
76 struct _frame *frame;
77 int recursion_depth;
85 int tracing;
86 int use_tracing;
91 PyObject *c_traceobj;
97 PyObject *exc_type;
98 PyObject *exc_value;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpystate.h84 typedef struct _ts { struct
87 struct _ts *prev; argument
88 struct _ts *next; argument
91 struct _frame *frame;
92 int recursion_depth;
100 int tracing;
101 int use_tracing;
106 PyObject *c_traceobj;
112 PyObject *exc_type;
113 PyObject *exc_value;
[all …]
/dports/lang/python27/Python-2.7.18/Include/
H A Dpystate.h56 typedef struct _ts { struct
59 struct _ts *next; argument
62 struct _frame *frame;
63 int recursion_depth;
67 int tracing;
68 int use_tracing;
73 PyObject *c_traceobj;
79 PyObject *exc_type;
80 PyObject *exc_value;
91 int tick_counter;
[all …]
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dpystate.h56 typedef struct _ts { struct
59 struct _ts *next; argument
62 struct _frame *frame;
63 int recursion_depth;
67 int tracing;
68 int use_tracing;
73 PyObject *c_traceobj;
79 PyObject *exc_type;
80 PyObject *exc_value;
91 int tick_counter;
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpystate.h56 typedef struct _ts { struct
59 struct _ts *next; argument
62 struct _frame *frame;
63 int recursion_depth;
67 int tracing;
68 int use_tracing;
73 PyObject *c_traceobj;
79 PyObject *exc_type;
80 PyObject *exc_value;
91 int tick_counter;
[all …]
/dports/lang/python37/Python-3.7.12/Include/
H A Dpystate.h212 typedef struct _ts { struct
215 struct _ts *prev; argument
216 struct _ts *next; argument
220 struct _frame *frame;
221 int recursion_depth;
231 int tracing;
232 int use_tracing;
237 PyObject *c_traceobj;
255 int gilstate_counter;
297 PyObject *context;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpystate.h212 typedef struct _ts { struct
215 struct _ts *prev; argument
216 struct _ts *next; argument
220 struct _frame *frame;
221 int recursion_depth;
231 int tracing;
232 int use_tracing;
237 PyObject *c_traceobj;
255 int gilstate_counter;
297 PyObject *context;
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/attoparsec-0.14.1/tests/QC/
H A DBuffer.hs45 b_unbuffer (BP _ts t buf) = t === BB.unbuffer buf function
48 t_unbuffer (BP _ts t buf) = t === BT.unbuffer buf function
51 b_length (BP _ts t buf) = B.length t === BB.length buf function
54 t_length (BP _ts t buf) = T.lengthWord16 t === BT.length buf function
57 b_unsafeIndex (BP _ts t buf) = do function
63 t_iter (BP _ts t buf) = do function
70 t_iter_ (BP _ts t buf) = do function
76 b_unsafeDrop (BP _ts t buf) = do function
81 t_dropWord16 (BP _ts t buf) = do function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/attoparsec-0.13.2.4/tests/QC/
H A DBuffer.hs45 b_unbuffer (BP _ts t buf) = t === BB.unbuffer buf function
48 t_unbuffer (BP _ts t buf) = t === BT.unbuffer buf function
51 b_length (BP _ts t buf) = B.length t === BB.length buf function
54 t_length (BP _ts t buf) = T.lengthWord16 t === BT.length buf function
57 b_unsafeIndex (BP _ts t buf) = do function
63 t_iter (BP _ts t buf) = do function
70 t_iter_ (BP _ts t buf) = do function
76 b_unsafeDrop (BP _ts t buf) = do function
81 t_dropWord16 (BP _ts t buf) = do function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/attoparsec-0.13.2.4/tests/QC/
H A DBuffer.hs45 b_unbuffer (BP _ts t buf) = t === BB.unbuffer buf function
48 t_unbuffer (BP _ts t buf) = t === BT.unbuffer buf function
51 b_length (BP _ts t buf) = B.length t === BB.length buf function
54 t_length (BP _ts t buf) = T.lengthWord16 t === BT.length buf function
57 b_unsafeIndex (BP _ts t buf) = do function
63 t_iter (BP _ts t buf) = do function
70 t_iter_ (BP _ts t buf) = do function
76 b_unsafeDrop (BP _ts t buf) = do function
81 t_dropWord16 (BP _ts t buf) = do function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/attoparsec-0.13.2.4/tests/QC/
H A DBuffer.hs45 b_unbuffer (BP _ts t buf) = t === BB.unbuffer buf function
48 t_unbuffer (BP _ts t buf) = t === BT.unbuffer buf function
51 b_length (BP _ts t buf) = B.length t === BB.length buf function
54 t_length (BP _ts t buf) = T.lengthWord16 t === BT.length buf function
57 b_unsafeIndex (BP _ts t buf) = do function
63 t_iter (BP _ts t buf) = do function
70 t_iter_ (BP _ts t buf) = do function
76 b_unsafeDrop (BP _ts t buf) = do function
81 t_dropWord16 (BP _ts t buf) = do function
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/attoparsec-0.13.2.4/tests/QC/
H A DBuffer.hs45 b_unbuffer (BP _ts t buf) = t === BB.unbuffer buf function
48 t_unbuffer (BP _ts t buf) = t === BT.unbuffer buf function
51 b_length (BP _ts t buf) = B.length t === BB.length buf function
54 t_length (BP _ts t buf) = T.lengthWord16 t === BT.length buf function
57 b_unsafeIndex (BP _ts t buf) = do function
63 t_iter (BP _ts t buf) = do function
70 t_iter_ (BP _ts t buf) = do function
76 b_unsafeDrop (BP _ts t buf) = do function
81 t_dropWord16 (BP _ts t buf) = do function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/attoparsec-0.13.2.4/tests/QC/
H A DBuffer.hs45 b_unbuffer (BP _ts t buf) = t === BB.unbuffer buf function
48 t_unbuffer (BP _ts t buf) = t === BT.unbuffer buf function
51 b_length (BP _ts t buf) = B.length t === BB.length buf function
54 t_length (BP _ts t buf) = T.lengthWord16 t === BT.length buf function
57 b_unsafeIndex (BP _ts t buf) = do function
63 t_iter (BP _ts t buf) = do function
70 t_iter_ (BP _ts t buf) = do function
76 b_unsafeDrop (BP _ts t buf) = do function
81 t_dropWord16 (BP _ts t buf) = do function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/attoparsec-0.14.1/tests/QC/
H A DBuffer.hs45 b_unbuffer (BP _ts t buf) = t === BB.unbuffer buf function
48 t_unbuffer (BP _ts t buf) = t === BT.unbuffer buf function
51 b_length (BP _ts t buf) = B.length t === BB.length buf function
54 t_length (BP _ts t buf) = T.lengthWord16 t === BT.length buf function
57 b_unsafeIndex (BP _ts t buf) = do function
63 t_iter (BP _ts t buf) = do function
70 t_iter_ (BP _ts t buf) = do function
76 b_unsafeDrop (BP _ts t buf) = do function
81 t_dropWord16 (BP _ts t buf) = do function

12345678910>>...12