Lines Matching refs:formatdef
28 } formatdef; typedef
329 _range_error(const formatdef *f, int is_unsigned) in _range_error()
380 nu_char(const char *p, const formatdef *f) in nu_char()
386 nu_byte(const char *p, const formatdef *f) in nu_byte()
392 nu_ubyte(const char *p, const formatdef *f) in nu_ubyte()
398 nu_short(const char *p, const formatdef *f) in nu_short()
406 nu_ushort(const char *p, const formatdef *f) in nu_ushort()
414 nu_int(const char *p, const formatdef *f) in nu_int()
422 nu_uint(const char *p, const formatdef *f) in nu_uint()
430 nu_long(const char *p, const formatdef *f) in nu_long()
438 nu_ulong(const char *p, const formatdef *f) in nu_ulong()
446 nu_ssize_t(const char *p, const formatdef *f) in nu_ssize_t()
454 nu_size_t(const char *p, const formatdef *f) in nu_size_t()
462 nu_longlong(const char *p, const formatdef *f) in nu_longlong()
470 nu_ulonglong(const char *p, const formatdef *f) in nu_ulonglong()
478 nu_bool(const char *p, const formatdef *f) in nu_bool()
487 nu_halffloat(const char *p, const formatdef *f) in nu_halffloat()
497 nu_float(const char *p, const formatdef *f) in nu_float()
505 nu_double(const char *p, const formatdef *f) in nu_double()
513 nu_void_p(const char *p, const formatdef *f) in nu_void_p()
521 np_byte(char *p, PyObject *v, const formatdef *f) in np_byte()
536 np_ubyte(char *p, PyObject *v, const formatdef *f) in np_ubyte()
551 np_char(char *p, PyObject *v, const formatdef *f) in np_char()
563 np_short(char *p, PyObject *v, const formatdef *f) in np_short()
581 np_ushort(char *p, PyObject *v, const formatdef *f) in np_ushort()
599 np_int(char *p, PyObject *v, const formatdef *f) in np_int()
615 np_uint(char *p, PyObject *v, const formatdef *f) in np_uint()
631 np_long(char *p, PyObject *v, const formatdef *f) in np_long()
641 np_ulong(char *p, PyObject *v, const formatdef *f) in np_ulong()
651 np_ssize_t(char *p, PyObject *v, const formatdef *f) in np_ssize_t()
661 np_size_t(char *p, PyObject *v, const formatdef *f) in np_size_t()
671 np_longlong(char *p, PyObject *v, const formatdef *f) in np_longlong()
681 np_ulonglong(char *p, PyObject *v, const formatdef *f) in np_ulonglong()
692 np_bool(char *p, PyObject *v, const formatdef *f) in np_bool()
705 np_halffloat(char *p, PyObject *v, const formatdef *f) in np_halffloat()
715 np_float(char *p, PyObject *v, const formatdef *f) in np_float()
728 np_double(char *p, PyObject *v, const formatdef *f) in np_double()
741 np_void_p(char *p, PyObject *v, const formatdef *f) in np_void_p()
757 static const formatdef native_table[] = {
785 bu_int(const char *p, const formatdef *f) in bu_int()
800 bu_uint(const char *p, const formatdef *f) in bu_uint()
812 bu_longlong(const char *p, const formatdef *f) in bu_longlong()
827 bu_ulonglong(const char *p, const formatdef *f) in bu_ulonglong()
839 bu_halffloat(const char *p, const formatdef *f) in bu_halffloat()
845 bu_float(const char *p, const formatdef *f) in bu_float()
851 bu_double(const char *p, const formatdef *f) in bu_double()
857 bu_bool(const char *p, const formatdef *f) in bu_bool()
863 bp_int(char *p, PyObject *v, const formatdef *f) in bp_int()
887 bp_uint(char *p, PyObject *v, const formatdef *f) in bp_uint()
909 bp_longlong(char *p, PyObject *v, const formatdef *f) in bp_longlong()
925 bp_ulonglong(char *p, PyObject *v, const formatdef *f) in bp_ulonglong()
941 bp_halffloat(char *p, PyObject *v, const formatdef *f) in bp_halffloat()
947 bp_float(char *p, PyObject *v, const formatdef *f) in bp_float()
959 bp_double(char *p, PyObject *v, const formatdef *f) in bp_double()
971 bp_bool(char *p, PyObject *v, const formatdef *f) in bp_bool()
981 static formatdef bigendian_table[] = {
1006 lu_int(const char *p, const formatdef *f) in lu_int()
1021 lu_uint(const char *p, const formatdef *f) in lu_uint()
1033 lu_longlong(const char *p, const formatdef *f) in lu_longlong()
1048 lu_ulonglong(const char *p, const formatdef *f) in lu_ulonglong()
1060 lu_halffloat(const char *p, const formatdef *f) in lu_halffloat()
1066 lu_float(const char *p, const formatdef *f) in lu_float()
1072 lu_double(const char *p, const formatdef *f) in lu_double()
1078 lp_int(char *p, PyObject *v, const formatdef *f) in lp_int()
1102 lp_uint(char *p, PyObject *v, const formatdef *f) in lp_uint()
1124 lp_longlong(char *p, PyObject *v, const formatdef *f) in lp_longlong()
1140 lp_ulonglong(char *p, PyObject *v, const formatdef *f) in lp_ulonglong()
1156 lp_halffloat(char *p, PyObject *v, const formatdef *f) in lp_halffloat()
1162 lp_float(char *p, PyObject *v, const formatdef *f) in lp_float()
1174 lp_double(char *p, PyObject *v, const formatdef *f) in lp_double()
1185 static formatdef lilendian_table[] = {
1209 static const formatdef *
1237 static const formatdef *
1238 getentry(int c, const formatdef *f) in getentry()
1253 align(Py_ssize_t size, char c, const formatdef *e) in align()
1277 const formatdef *f; in prepare_s()
1278 const formatdef *e; in prepare_s()
1489 const formatdef *e = code->fmtdef; in s_unpack_internal()
1746 const formatdef *e = code->fmtdef; in s_pack_internal()
2315 const formatdef *native = native_table; in PyInit__struct()
2316 formatdef *other, *ptr; in PyInit__struct()