Home
last modified time | relevance | path

Searched refs:memcmp (Results 1026 - 1050 of 1957) sorted by relevance

1...<<41424344454647484950>>...79

/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_put.c96 if (0 == memcmp (upload_data, "Hello123", 8)) in ahc_echo()
H A Dtest_put_chunked.c100 if (0 == memcmp (upload_data, &"Hello123"[*done], have)) in ahc_echo()
H A Dtest_put_large.c111 if (0 == memcmp (upload_data, put_buffer, PUT_SIZE)) in ahc_echo()
/third_party/skia/tests/
H A DPDFDocumentTest.cpp146 if (0 == memcmp(result + i, expectation, len)) { in contains()
H A DCanvasStateTest.cpp104 // now we memcmp the two bitmaps in compare()
108 if (memcmp(pm[0].addr(0, 0), pm[1].addr(0, 0), pm[0].computeByteSize()) != 0) { in compare()
H A DSerialProcsTest.cpp47 if (length != strlen(state->fStr)+1 || 0 != memcmp(data, state->fStr, length)) { in DEF_TEST()
H A DFrontBufferedStreamTest.cpp27 REPORTER_ASSERT(reporter, memcmp(storage.get(), expectations, bytesRead) == 0); in test_read()
H A DFontHostTest.cpp168 REPORTER_ASSERT(reporter, !memcmp(data.get(), data2->data(), size)); in test_tables()
H A DSkDSLRuntimeEffectTest.cpp88 if (0 != memcmp(actual, expected, sizeof(actual))) { in test()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h162 0 == memcmp(&data[cur_ix_masked], &data[prev_ix_masked], len)); in StoreAndFindMatches()
/third_party/openssl/crypto/ct/
H A Dct_log.c347 if (memcmp(log->log_id, log_id, log_id_len) == 0) in CTLOG_STORE_get0_log_by_id()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_fcmp_main.cpp187 if (!memcmp(&ResultSz, &ResultLlc, sizeof(ResultSz))) {
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc190 if (output->size() == size && !memcmp(data, input, size)) in verify_equal()
/third_party/toybox/toys/pending/
H A Darping.c154 if (!memcmp(p, &src_pk.sll_addr, src_pk.sll_halen)) return; in recv_from()
/third_party/toybox/toys/posix/
H A Dcpio.c116 if (size != 110 || memcmp(toybuf, "070701", 6)) error_exit("bad header"); in cpio_main()
H A Dod.c138 && !memcmp(TT.bufs[0], TT.bufs[1], TT.w)) in od_outline()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-zero-t32.cc233 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rdlow-rnlow-rmlow-t32.cc232 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dendian_test.cc126 ASSERT_EQ(0, memcmp(actual_value, expected_value, sizeof(host_value))) in GBSwapHelper()
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c269 if (memcmp(FilePtr,UncprPtr,lFileSize)==0) in main()
/third_party/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c2786 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode()
2802 if(!memcmp(junkout, expect, expectLen)) in testConvertFromUnicode()
2973 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode()
2995 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode()
3160 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicodeWithContext()
3176 if(!memcmp(junkout, expect, expectLen)) in testConvertFromUnicodeWithContext()
3330 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicodeWithContext()
3352 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicodeWithContext()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp496 ret = memcmp(info, newInfo, sizeof(AuthChannelInfo)); in HWTEST_F()
1150 ret = memcmp(info, destInfo, sizeof(AuthChannelInfo)); in HWTEST_F()
1155 memcmp(newInfo, destInfo, sizeof(AuthChannelInfo)); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dclatd_packet_converter_test.cpp209 if (memcmp(iovPackets[CLATD_IPHDR].iov_base, packet, iovPackets[CLATD_IPHDR].iov_len) != 0) { in IsTranslatedPacketCorrect()
213 if (memcmp(iovPackets[CLATD_TPHDR].iov_base, packet, iovPackets[CLATD_TPHDR].iov_len) != 0) { in IsTranslatedPacketCorrect()
217 if (memcmp(iovPackets[CLATD_PAYLOAD].iov_base, packet, iovPackets[CLATD_PAYLOAD].iov_len) != 0) { in IsTranslatedPacketCorrect()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c961 if (memcmp(item->connInfo.bleOption.bleMac, connInfo->bleOption.bleMac, in CheckIsProxyAuthChannel()
963 memcmp(item->connInfo.bleOption.deviceIdHash, connInfo->bleOption.deviceIdHash, in CheckIsProxyAuthChannel()
968 } else if (memcmp(item->connInfo.brOption.brMac, connInfo->brOption.brMac, in CheckIsProxyAuthChannel()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_parcel_unittest.cpp220 EXPECT_EQ(memcmp(readBuffer, buf, bufLength), 0); in ReadWriteBuffer()
238 EXPECT_EQ(memcmp(readBuf, buf, bufLength), 0); in ReadWriteBufferCpp()
752 EXPECT_EQ(memcmp(buffer, readBuffer, len), 0); in HWTEST_F()

Completed in 21 milliseconds

1...<<41424344454647484950>>...79