Home
last modified time | relevance | path

Searched refs:memcmp (Results 551 - 575 of 1957) sorted by relevance

1...<<21222324252627282930>>...79

/third_party/ffmpeg/libavcodec/
H A Dxbmdec.c52 if (!memcmp(p, key, keylen)) in parse_str_int()
/third_party/ffmpeg/libavformat/
H A Dadxdec.c46 || memcmp(p->buf + offset - 2, "(c)CRI", 6)) in adx_probe()
H A Dmsf.c28 if (memcmp(p->buf, "MSF", 3)) in msf_probe()
H A Dvocdec.c30 if (memcmp(p->buf, ff_voc_magic, sizeof(ff_voc_magic) - 1)) in voc_probe()
H A Dac3dec.c52 if(!memcmp(buf2, "\x1\x10", 2)) { in ac3_eac3_probe()
H A Dsccdec.c45 if (!memcmp(buf, "Scenarist_SCC V1.0", 18)) in scc_probe()
H A Dip.c40 return memcmp(s6_addr_a, s6_addr_b, 16); in compare_addr()
H A Driff.h123 return memcmp(g1, g2, sizeof(ff_asf_guid)); in ff_guidcmp()
/third_party/ffmpeg/libavutil/tests/
H A Dtea.c67 if (memcmp(dst, ref, 8*len)) { in test_tea()
/third_party/curl/lib/
H A Dsocketpair.c174 if(memcmp(rnd, check, sizeof(check))) in Curl_socketpair()
H A Dcurl_sasl.h136 !memcmp(line, mech, wordlen))
/third_party/curl/tests/http/clients/
H A Dws-pingpong.c75 !memcmp(expected_payload, buffer, rlen)) { in recv_pong()
/third_party/ffmpeg/tests/checkasm/
H A Dvideodsp.c43 if (memcmp(dst0, dst1, bw * bh * sizeof(type))) \
H A Dutvideodsp.c50 if (memcmp(buf0 + h*WIDTH_PADDED, \
/third_party/gn/src/gn/
H A Dstring_output_buffer.cc77 if (memcmp(file_page.data(), pages_[nn]->data(), wanted_size) != 0) in ContentsEqual()
/third_party/icu/tools/multi/proj/provider/
H A Dcaldiff.cpp94 if(oldLen!=len || memcmp(outchars,oldChars,len*sizeof(outchars[0]))) { in main()
/third_party/libsnd/src/
H A Ddwd.c132 if (memcmp (ubuf.cbuf, DWD_IDENTIFIER, DWD_IDENTIFIER_LEN) != 0) in dwd_read_header()
/third_party/libuv/test/
H A Dtest-udp-alloc-cb-fail.c133 ASSERT(!memcmp("PING", rcvbuf->base, nread)); in sv_recv_cb()
H A Dtest-udp-create-socket-early.c66 ASSERT_OK(memcmp(&addr.sin_addr, in TEST_IMPL()
H A Dtest-udp-multicast-join.c112 ASSERT(!memcmp("PING", buf->base, nread)); in cl_recv_cb()
/third_party/libwebsockets/lib/core-net/client/
H A Dconmon.c75 !memcmp(((struct sockaddr_in6 *)ai->ai_addr)-> in lws_conmon_append_copy_new_dns_results()
/third_party/mbedtls/tests/include/test/
H A Dmacros.h203 TEST_ASSERT(memcmp((p1), (p2), (size1)) == 0); \
/third_party/mbedtls/programs/pkey/
H A Decdh_curve25519.c181 ret = memcmp(secret_srv, secret_cli, srv_olen); in main()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilWindows.cpp174 if (It[0] == Cpatt[0] && memcmp(It, Cpatt, PattLen) == 0) in SearchMemory()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_QUERYCAP.c123 CU_ASSERT_EQUAL(memcmp(&cap, &cap2, sizeof(cap)), 0); in test_VIDIOC_QUERYCAP()

Completed in 10 milliseconds

1...<<21222324252627282930>>...79