Searched refs:formatdef (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 35 } formatdef; typedef 300 _range_error(const formatdef *f, int is_unsigned) in _range_error() 350 nu_char(const char *p, const formatdef *f) in nu_char() 356 nu_byte(const char *p, const formatdef *f) in nu_byte() 362 nu_ubyte(const char *p, const formatdef *f) in nu_ubyte() 368 nu_short(const char *p, const formatdef *f) in nu_short() 376 nu_ushort(const char *p, const formatdef *f) in nu_ushort() 384 nu_int(const char *p, const formatdef *f) in nu_int() 392 nu_uint(const char *p, const formatdef *f) in nu_uint() 406 nu_long(const char *p, const formatdef *f) in nu_long() [all …]
|
/external/python/cpython3/Modules/ |
D | _struct.c | 44 } formatdef; typedef 340 _range_error(const formatdef *f, int is_unsigned) in _range_error() 391 nu_char(const char *p, const formatdef *f) in nu_char() 397 nu_byte(const char *p, const formatdef *f) in nu_byte() 403 nu_ubyte(const char *p, const formatdef *f) in nu_ubyte() 409 nu_short(const char *p, const formatdef *f) in nu_short() 417 nu_ushort(const char *p, const formatdef *f) in nu_ushort() 425 nu_int(const char *p, const formatdef *f) in nu_int() 433 nu_uint(const char *p, const formatdef *f) in nu_uint() 441 nu_long(const char *p, const formatdef *f) in nu_long() [all …]
|