Home
last modified time | relevance | path

Searched refs:M___hello__ (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Python/
Dfrozen.c14 static unsigned char M___hello__[] = { variable
24 #define SIZE (int)sizeof(M___hello__)
28 {"__hello__", M___hello__, SIZE},
30 {"__phello__", M___hello__, -SIZE},
31 {"__phello__.spam", M___hello__, SIZE},
/external/python/cpython3/Python/
Dfrozen.c17 static unsigned char M___hello__[] = { variable
29 #define SIZE (int)sizeof(M___hello__)
40 {"__hello__", M___hello__, SIZE},
42 {"__phello__", M___hello__, -SIZE},
43 {"__phello__.spam", M___hello__, SIZE},
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt325 M___hello__
Dknown.tsv501 Python/frozen.c - M___hello__ variable static unsigned char M___hello__[]