Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hashopenssl.c500 #define GEN_CONSTRUCTOR(NAME) \ argument
521 #define CONSTRUCTOR_METH_DEF(NAME) \ argument
528 #define INIT_CONSTRUCTOR_CONSTANTS(NAME) do { \ argument
Dpyexpat.c578 #define RC_HANDLER(RC, NAME, PARAMS, INIT, PARAM_FORMAT, CONVERSION, \ argument
607 #define VOID_HANDLER(NAME, PARAMS, PARAM_FORMAT) \ argument
611 #define INT_HANDLER(NAME, PARAMS, PARAM_FORMAT)\ argument
Dcmathmodule.c1098 #define INIT_SPECIAL_VALUES(NAME, BODY) { Py_complex* p = (Py_complex*)NAME; BODY } in initcmath() argument
Dgcmodule.c1365 #define ADD_INT(NAME) if (PyModule_AddIntConstant(m, #NAME, NAME) < 0) return in initgc() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcheckappend.py116 NAME=tokenize.NAME): argument
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dpmu.h72 #define SAVE_QOS(array, NAME) \ argument
74 #define RESTORE_QOS(array, NAME) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtoken.py12 NAME = 1 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtoken.py14 NAME = 1 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dtoken.h13 #define NAME 1 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dtoken.h13 #define NAME 1 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtoken.py10 NAME = 1 variable
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DPolicyEntryOperation.h26 #define NAME BIT(7) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c4626 #define RICHCMP_WRAPPER(NAME, OP) \ argument
5790 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5793 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument
5796 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5799 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5801 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5803 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5805 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5808 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5811 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument
[all …]
Dframeobject.c26 #define WARN_GET_SET(NAME) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c4678 #define RICHCMP_WRAPPER(NAME, OP) \ argument
5843 #define TPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5846 #define FLSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC, FLAGS) \ argument
5849 #define ETSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5852 #define SQSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5854 #define MPSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5856 #define NBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5858 #define UNSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5861 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ argument
5864 #define BINSLOT(NAME, SLOT, FUNCTION, DOC) \ argument
[all …]
Dframeobject.c26 #define WARN_GET_SET(NAME) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c578 #define RC_HANDLER(RC, NAME, PARAMS, INIT, PARAM_FORMAT, CONVERSION, \ argument
607 #define VOID_HANDLER(NAME, PARAMS, PARAM_FORMAT) \ argument
611 #define INT_HANDLER(NAME, PARAMS, PARAM_FORMAT)\ argument
Dcmathmodule.c1105 #define INIT_SPECIAL_VALUES(NAME, BODY) { Py_complex* p = (Py_complex*)NAME; BODY } in initcmath() argument
Dgcmodule.c1419 #define ADD_INT(NAME) if (PyModule_AddIntConstant(m, #NAME, NAME) < 0) return in initgc() argument
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c551 #define GET_SPI_MULTIWRITE_MACRO(_1, _2, _3, _4, NAME, ...) NAME argument
556 #define GET_SPI_WRITE_MACRO(_1, _2, _3, NAME, ...) NAME argument
561 #define GET_SPI_READ_MACRO(_1, _2, _3, _4, NAME, ...) NAME argument
569 #define GET_SPI_WRITE_SS_MACRO(_1, _2, _3, _4, _5, NAME, ...) NAME argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c352 #define SET_SCOPE(DICT, NAME, I) { \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c354 #define SET_SCOPE(DICT, NAME, I) { \ argument

12