Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc4240 template<> struct OneByteMask<4> { struct
4241 static const uint32_t value = 0xFF00FF00;
4243 template<> struct OneByteMask<8> { struct
4244 static const uint64_t value = V8_2PART_UINT64_C(0xFF00FF00, FF00FF00);