Searched refs:formatdef (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _struct.c | 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() [all …]
|
/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 …]
|