Home | History | Annotate | Download | only in Modules

Lines Matching refs:mformat_code

1895     mformat_code: int(type="enum machine_format_code")
1905 enum machine_format_code mformat_code,
1934 if (mformat_code < MACHINE_FORMAT_CODE_MIN ||
1935 mformat_code > MACHINE_FORMAT_CODE_MAX) {
1948 if (mformat_code == typecode_to_mformat_code((char)typecode) ||
1949 mformat_code == UNKNOWN_FORMAT) {
1958 if (Py_SIZE(items) % mformat_descriptors[mformat_code].size != 0) {
1963 switch (mformat_code) {
1967 int le = (mformat_code == IEEE_754_FLOAT_LE) ? 1 : 0;
1989 int le = (mformat_code == IEEE_754_DOUBLE_LE) ? 1 : 0;
2010 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1;
2020 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1;
2045 mformat_descriptors[mformat_code];
2118 int mformat_code;
2154 mformat_code = typecode_to_mformat_code(typecode);
2155 if (mformat_code == UNKNOWN_FORMAT || protocol < 3) {
2187 mformat_code, array_str, dict);