Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c692 static formatdef native_table[] = { variable
1181 return native_table; in whichtable()
2046 formatdef *native = native_table; in init_struct()
/external/python/cpython3/Modules/
D_struct.c757 static const formatdef native_table[] = { variable
1230 return native_table; in whichtable()
2315 const formatdef *native = native_table; in PyInit__struct()