Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc4569 template<> struct OneByteMask<4> { struct
4570 static const uint32_t value = 0xFF00FF00;
4572 template<> struct OneByteMask<8> { struct
4573 static const uint64_t value = V8_2PART_UINT64_C(0xFF00FF00, FF00FF00);