Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c925 static formatdef bigendian_table[] = { variable
1168 return bigendian_table; in whichtable()
1175 return bigendian_table; in whichtable()
2051 other = bigendian_table; in init_struct()
/external/python/cpython3/Modules/
D_struct.c981 static formatdef bigendian_table[] = { variable
1218 return bigendian_table; in whichtable()
1223 return bigendian_table; in whichtable()
2320 other = bigendian_table; in PyInit__struct()