OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pattern32
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/network/
MIMESniffing.cpp
238
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 290 milliseconds