Searched refs:nu_byte (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 356 nu_byte(const char *p, const formatdef *f) in nu_byte() function 694 {'b', sizeof(char), 0, nu_byte, np_byte}, 927 {'b', 1, 0, nu_byte, np_byte}, 1138 {'b', 1, 0, nu_byte, np_byte},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 397 nu_byte(const char *p, const formatdef *f) in nu_byte() function 770 {'b', sizeof(char), 0, nu_byte, np_byte}, 994 {'b', 1, 0, nu_byte, np_byte}, 1198 {'b', 1, 0, nu_byte, np_byte},
|