Searched refs:nu_ubyte (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | _struct.c | 362 nu_ubyte(const char *p, const formatdef *f) in nu_ubyte() function 695 {'B', sizeof(char), 0, nu_ubyte, np_ubyte}, 928 {'B', 1, 0, nu_ubyte, np_ubyte}, 1139 {'B', 1, 0, nu_ubyte, np_ubyte},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 414 nu_ubyte(_structmodulestate *state, const char *p, const formatdef *f) in nu_ubyte() function 782 {'B', sizeof(char), 0, nu_ubyte, np_ubyte}, 1006 {'B', 1, 0, nu_ubyte, np_ubyte}, 1210 {'B', 1, 0, nu_ubyte, np_ubyte},
|