Home
last modified time | relevance | path

Searched refs:T_INT (Results 1 - 25 of 27) sorted by relevance

12

/third_party/python/Lib/test/test_capi/
H A Dtest_structmembers.py20 5, # T_INT
56 ts.T_INT = INT_MAX
57 self.assertEqual(ts.T_INT, INT_MAX)
58 ts.T_INT = INT_MIN
59 self.assertEqual(ts.T_INT, INT_MIN)
98 'T_INT', 'T_UINT',
/third_party/python/Include/
H A Dstructmember.h28 #define T_INT 1 macro
/third_party/mesa3d/src/freedreno/afuc/
H A Dparser.y121 %token <num> T_INT
263 | T_INT
/third_party/python/Python/
H A Dstructmember.c29 case T_INT: in PyMember_GetOne()
181 case T_INT:{ in PyMember_SetOne()
H A Dtraceback.c158 {"tb_lasti", T_INT, OFF(tb_lasti), READONLY},
159 {"tb_lineno", T_INT, OFF(tb_lineno), READONLY},
H A Dsymtable.c157 {"nested", T_INT, OFF(ste_nested), READONLY},
158 {"type", T_INT, OFF(ste_type), READONLY},
159 {"lineno", T_INT, OFF(ste_lineno), READONLY},
/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.h71 # define T_HANDLE T_INT
H A Dsemaphore.c729 {"kind", T_INT, offsetof(SemLockObject, kind), READONLY,
731 {"maxvalue", T_INT, offsetof(SemLockObject, maxvalue), READONLY,
/third_party/python/Doc/includes/
H A Dcustom2.c72 {"number", T_INT, offsetof(CustomObject, number), 0,
H A Dcustom4.c84 {"number", T_INT, offsetof(CustomObject, number), 0,
H A Dcustom3.c68 {"number", T_INT, offsetof(CustomObject, number), 0,
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.c870 #define T_INT(R, S, M) SYM_BASETYPE, M, R, &bits_in_##S, &max_int_alignment, &int_type macro
871 #define T__INT(R, S) T_INT(R, S, MOD_SIGNED)
872 #define T_SINT(R, S) T_INT(R, S, MOD_ESIGNED)
873 #define T_UINT(R,S) T_INT(R, S, MOD_UNSIGNED)
889 { &bool_ctype, T_INT(-3, bool, MOD_UNSIGNED) },
/third_party/python/Objects/
H A Dcodeobject.c1790 {"co_argcount", T_INT, OFF(co_argcount), READONLY},
1791 {"co_posonlyargcount", T_INT, OFF(co_posonlyargcount), READONLY},
1792 {"co_kwonlyargcount", T_INT, OFF(co_kwonlyargcount), READONLY},
1793 {"co_stacksize", T_INT, OFF(co_stacksize), READONLY},
1794 {"co_flags", T_INT, OFF(co_flags), READONLY},
1795 {"co_nlocals", T_INT, OFF(co_nlocals), READONLY},
1801 {"co_firstlineno", T_INT, OFF(co_firstlineno), READONLY},
/third_party/python/Modules/
H A Dxxsubtype.c189 {"state", T_INT, offsetof(spamdictobject, state), READONLY,
H A Dsha256module.c548 {"digest_size", T_INT, offsetof(SHAobject, digestsize), READONLY, NULL},
H A Dselectmodule.c1770 # define T_INTPTRT T_INT
1784 # define T_INT64 T_INT
H A D_lzmamodule.c1334 {"check", T_INT, offsetof(Decompressor, check), READONLY,
H A Dsha512module.c604 {"digest_size", T_INT, offsetof(SHAobject, digestsize), READONLY, NULL},
H A D_datetimemodule.c2744 {"days", T_INT, OFFSET(days), READONLY,
2747 {"seconds", T_INT, OFFSET(seconds), READONLY,
2750 {"microseconds", T_INT, OFFSET(microseconds), READONLY,
H A Dsocketmodule.c5050 {"family", T_INT, offsetof(PySocketSockObject, sock_family), READONLY, "the socket family"},
5051 {"type", T_INT, offsetof(PySocketSockObject, sock_type), READONLY, "the socket type"},
5052 {"proto", T_INT, offsetof(PySocketSockObject, sock_proto), READONLY, "the socket protocol"},
H A D_pickle.c5067 {"bin", T_INT, offsetof(PicklerObject, bin)},
5068 {"fast", T_INT, offsetof(PicklerObject, fast)},
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y318 %token <num> T_INT
708 | T_INT { $$ = $1; }
709 | '-' T_INT { $$ = -$2; }
1388 integer: T_INT { $$ = $1; }
1389 | '-' T_INT { $$ = -$2; }
/third_party/python/PC/
H A Dwinreg.c350 {"handle", T_INT, OFF(hkey), READONLY},
/third_party/python/Modules/_sqlite/
H A Dcursor.c1334 {"arraysize", T_INT, offsetof(pysqlite_Cursor, arraysize), 0},
/third_party/python/Modules/_sre/
H A Dsre.c2801 {"flags", T_INT, PAT_OFF(flags), READONLY,

Completed in 55 milliseconds

12