ntohs 2706 Source/bindings/v8/SerializedScriptValue.cpp dst[i] = ntohs(src[i]); ntohs 73 Source/platform/fonts/VDMXParser.cpp *value = ntohs(*value); ntohs 36 Source/platform/fonts/opentype/OpenTypeTypes.h operator int16_t() const { return static_cast<int16_t>(ntohs(v)); } ntohs 42 Source/platform/fonts/opentype/OpenTypeTypes.h operator uint16_t() const { return ntohs(v); }