Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dcodecs.h634 # define SWAB2(CH) ((CH) << 8) /* high byte is zero */ in STRINGLIB() macro
688 #define SWAB2(CH) (((CH) << 8) | ((CH) >> 8)) in STRINGLIB() macro