Searched refs:FXSYS_memcmp32 (Results 1 - 22 of 22) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Define.h11 #define JBIG2_memcmp FXSYS_memcmp32
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftstdlib.h80 #define ft_memcmp FXSYS_memcmp32
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftstdlib.h80 #define ft_memcmp FXSYS_memcmp32
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_utility.cpp81 if (FXSYS_memcmp32(m_pHeader, "FXMP", 4)) {
H A Dfpdf_font.cpp1385 return FXSYS_memcmp32(m_Unicodes, pAnother->m_Unicodes, sizeof(m_Unicodes)) == 0;
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h82 return str.m_Length == m_Length && FXSYS_memcmp32(str.m_Ptr, m_Ptr, m_Length) == 0;
87 return str.m_Length != m_Length || FXSYS_memcmp32(str.m_Ptr, m_Ptr, m_Length) != 0;
524 return str.m_Length == m_Length && FXSYS_memcmp32(str.m_Ptr, m_Ptr, m_Length * sizeof(FX_WCHAR)) == 0;
529 return str.m_Length != m_Length || FXSYS_memcmp32(str.m_Ptr, m_Ptr, m_Length * sizeof(FX_WCHAR)) != 0;
H A Dfx_system.h228 #define FXSYS_memcmp32 FXSYS_memcmp macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzutil.h211 # define zmemcmp FXSYS_memcmp32
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp317 if (FXSYS_memcmp32(digest, pkey, 32) != 0) {
425 return FXSYS_memcmp32(test, ukeybuf, 16) == 0;
427 if (FXSYS_memcmp32((FX_LPVOID)(FX_LPCSTR)ukey, ukeybuf, 16) == 0) {
H A Dfpdf_parser_objects.cpp1042 if (FXSYS_memcmp32(srcBuf, destBuf, actualSize) != 0) {
1073 if (FXSYS_memcmp32(srcBuf, pBuf, actualSize) != 0) {
1082 return FXSYS_memcmp32(m_pDataBuf, pOther->m_pDataBuf, m_dwSize) == 0;
H A Dfpdf_parser_utility.cpp175 if (FXSYS_memcmp32(m_pData + m_dwCurPos, token, token_len) == 0) {
H A Dfpdf_parser_parser.cpp2426 if (m_WordSize < 9 || FXSYS_memcmp32(m_WordBuffer, "endstream", 9)) {
2485 if (m_WordSize == 6 && 0 == FXSYS_memcmp32(m_WordBuffer, "endobj", 6)) {
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp366 } while (FXSYS_memcmp32(&st1, &st2, sizeof(SYSTEMTIME)) == 0);
H A Dfx_basic_bstring.cpp238 FXSYS_memcmp32(m_pData->m_String, str.GetCStr(), str.GetLength()) == 0;
249 FXSYS_memcmp32(m_pData->m_String, s2.m_pData->m_String, m_pData->m_nDataLength) == 0;
H A Dfx_basic_maps.cpp406 return FXSYS_memcmp32(&pCompact->m_LenHigh, pStr, len) == 0;
411 return FXSYS_memcmp32(pCompact->m_pBuffer, pStr, len) == 0;
H A Dfx_basic_wstring.cpp227 FXSYS_memcmp32(str.GetPtr(), m_pData->m_String, m_pData->m_nDataLength * sizeof(FX_WCHAR)) == 0;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp80 (FXSYS_memcmp32(marker->data, "\x49\x43\x43\x5f\x50\x52\x4f\x46\x49\x4c\x45\x00", 12) == 0)) {
440 if(src_size > 1 && FXSYS_memcmp32(src_buf + src_size - 2, "\xFF\xD9", 2) != 0) {
H A Dfx_codec_jpx_opj.cpp600 if(FXSYS_memcmp32(m_SrcData, "\x00\x00\x00\x0c\x6a\x50\x20\x20\x0d\x0a\x87\x0a", 12) == 0) {
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp463 FXSYS_memcmp32(m_StringBuf.GetBuffer(), m_LastImageDict.GetBuffer(), m_StringBuf.GetSize())) {
H A Dfpdf_page_colors.cpp519 m_bsRGB = nComponents == 3 && dwSize == 3144 && FXSYS_memcmp32(pData + 0x190, "sRGB IEC61966-2.1", 17) == 0;
1400 return FXSYS_memcmp32(m_pBuffer, other.m_pBuffer, m_pCS->GetBufSize()) == 0;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp245 FXSYS_memcmp32(m_CurGraphState.m_DashArray, pGraphState->m_DashArray, sizeof(FX_FLOAT)*m_CurGraphState.m_DashCount)) {
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp164 FXSYS_memcmp32((FX_LPCWSTR)pNode->short_name, (FX_LPCWSTR)short_name, short_name.GetLength()*sizeof(FX_WCHAR)) == 0) {

Completed in 544 milliseconds