Home
last modified time | relevance | path

Searched defs:SWAB4 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dcodecs.h737 # define SWAB4(CH, tmp) ((CH) << 24) /* high bytes are zero */ macro
739 # define SWAB4(CH, tmp) (tmp = (CH), \ macro
743 # define SWAB4(CH, tmp) (tmp = (CH), \ macro