Home
last modified time | relevance | path

Searched defs:MYCONST (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c1952 #define MYCONST(name) \ in MODULE_INITFUNC() macro
2001 #define MYCONST(c) PyModule_AddIntConstant(m, #c, c) in MODULE_INITFUNC() macro
2007 #define MYCONST(c) PyModule_AddIntConstant(model_module, #c, c) in MODULE_INITFUNC() macro
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testplugin/testdata/issue25756/plugin/
Dc-life.c9 const int MYCONST = 0; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testlife/testdata/
Dc-life.c9 const int MYCONST = 0; variable
/aosp_15_r20/external/python/cpython3/Modules/
Dpyexpat.c1829 #define MYCONST(c) do { \ in add_model_module() macro
1965 #define MYCONST(c) do { \ in pyexpat_exec() macro