Searched refs:M___hello__ (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Python/ |
D | frozen.c | 14 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/ |
D | frozen.c | 17 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/ |
D | ignored-globals.txt | 325 M___hello__
|
D | known.tsv | 501 Python/frozen.c - M___hello__ variable static unsigned char M___hello__[]
|