Searched refs:pattern32 (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/WebCore/platform/network/
H A DMIMESniffing.cpp238 const uint32_t* pattern32 = reinterpret_cast<const uint32_t*>(info.pattern); local
245 if ((*data32++ & *mask32++) != *pattern32++)
249 const char* p = reinterpret_cast<const char*>(pattern32);

Completed in 129 milliseconds