Home
last modified time | relevance | path

Searched refs:T_LONG (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dmember.py6 T_LONG = "T_LONG" variable
26 "long" : T_LONG,
27 "unsigned long" : T_LONG,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_structmembers.py48 ts.T_LONG = LONG_MAX
49 self.assertEqual(ts.T_LONG, LONG_MAX)
50 ts.T_LONG = LONG_MIN
51 self.assertEqual(ts.T_LONG, LONG_MIN)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstructmember.h48 #define T_LONG 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstructmember.h48 #define T_LONG 2 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dstructmember.c85 case T_LONG: in PyMember_GetOne()
276 case T_LONG:{ in PyMember_SetOne()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dstructmember.c85 case T_LONG: in PyMember_GetOne()
276 case T_LONG:{ in PyMember_SetOne()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c1182 {"frametimings", T_LONG, offsetof(ProfilerObject, linetimings), READONLY},
1183 {"lineevents", T_LONG, offsetof(ProfilerObject, lineevents), READONLY},
1184 {"linetimings", T_LONG, offsetof(ProfilerObject, linetimings), READONLY},
Dselectmodule.c1198 # define T_INTPTRT T_LONG
D_testcapimodule.c1735 {"T_LONG", T_LONG, offsetof(test_structmembers, structmembers.long_member), 0, NULL},
Dflmodule.c1553 {"window", T_LONG, OFF(window), RO},
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c131 T_LONG, T_U_LONG, TP_LONG, T_LLONG, T_U_LLONG, enumerator
1630 ADDTYPE(T_LONG); \ in __find_arguments()
1867 case T_LONG: in __find_arguments()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c1072 {"rowcount", T_LONG, offsetof(pysqlite_Cursor, rowcount), RO},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c1198 # define T_INTPTRT T_LONG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1232 # define T_INTPTRT T_LONG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c193 {"__flags__", T_LONG, offsetof(PyTypeObject, tp_flags), READONLY},
194 {"__weakrefoffset__", T_LONG,
197 {"__dictoffset__", T_LONG,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c193 {"__flags__", T_LONG, offsetof(PyTypeObject, tp_flags), READONLY},
194 {"__weakrefoffset__", T_LONG,
197 {"__dictoffset__", T_LONG,