HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_memcmp (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Define.h 13 #define JBIG2_memcmp FXSYS_memcmp
  /external/pdfium/xfa/fgas/localization/
fgas_datetime.h 309 return FXSYS_memcmp(static_cast<const FX_DATETIME*>(dt1),
314 return FXSYS_memcmp(static_cast<const FX_DATETIME*>(dt1), &dt2,
318 return FXSYS_memcmp(&dt1, static_cast<const FX_DATETIME*>(dt2),
322 return FXSYS_memcmp(static_cast<const FX_DATETIME*>(dt1),
327 return FXSYS_memcmp(static_cast<const FX_DATETIME*>(dt1), &dt2,
331 return FXSYS_memcmp(&dt1, static_cast<const FX_DATETIME*>(dt2),
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 77 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) {
86 if (!FXSYS_memcmp(buf, text[i].key, std::min(len, FXSYS_strlen(buf)))) {
ccodec_tiffmodule.cpp 85 return FXSYS_memcmp(ptr1, ptr2, (size_t)size);
fx_codec_jpeg.cpp 257 FXSYS_memcmp(src_buf + src_size - 2, "\xFF\xD9", 2) != 0) {
fx_codec_jpx_opj.cpp 744 if (FXSYS_memcmp(m_SrcData, szJP2Header, sizeof(szJP2Header)) == 0) {
  /external/pdfium/core/fpdfapi/page/
fpdf_page_colors.cpp 228 FXSYS_memcmp(pData + 0x190, "sRGB IEC61966-2.1", 17) == 0) {
  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 196 FXSYS_memcmp(ptr, m_pData->m_String, m_pData->m_nDataLength) == 0;
204 FXSYS_memcmp(m_pData->m_String, str.c_str(), str.GetLength()) == 0;
218 FXSYS_memcmp(other.m_pData->m_String, m_pData->m_String,
226 int result = FXSYS_memcmp(c_str(), str.c_str(),
fx_system.h 192 #define FXSYS_memcmp memcmp
fx_extension.cpp 615 } while (FXSYS_memcmp(&st1, &st2, sizeof(SYSTEMTIME)) == 0);
  /external/pdfium/third_party/zlib_v128/
zutil.h 211 # define zmemcmp FXSYS_memcmp
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.h 54 return FXSYS_memcmp(this, &rect, sizeof(CLST_Rect)) == 0;
  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler.cpp 340 if (FXSYS_memcmp(digest, pkey, 32) != 0)
453 return FXSYS_memcmp(test, ukeybuf, 16) == 0;
455 if (FXSYS_memcmp((void*)ukey.c_str(), ukeybuf, 16) == 0) {
cpdf_syntax_parser.cpp 653 if (FXSYS_memcmp(m_WordBuffer, kEndStreamStr.raw_str(),
755 FXSYS_memcmp(m_WordBuffer, kEndObjStr.raw_str(),
cpdf_object_unittest.cpp 165 return FXSYS_memcmp(stream1->GetRawData(), stream2->GetRawData(),
    [all...]
  /external/pdfium/core/fxcodec/lgif/
fx_gif.cpp     [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 262 FXSYS_memcmp(m_CurGraphState.m_DashArray, pGraphState->m_DashArray,
  /external/pdfium/core/fpdfapi/font/
cpdf_fontencoding.cpp     [all...]

Completed in 811 milliseconds