Home
last modified time | relevance | path

Searched refs:lilendian_table (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_struct.c1136 static formatdef lilendian_table[] = { variable
1165 return lilendian_table; in whichtable()
1173 return lilendian_table; in whichtable()
2049 other = lilendian_table; in init_struct()
/external/python/cpython3/Modules/
D_struct.c1185 static formatdef lilendian_table[] = { variable
1215 return lilendian_table; in whichtable()
1221 return lilendian_table; in whichtable()
2318 other = lilendian_table; in PyInit__struct()