/third_party/ffmpeg/libavcodec/ |
H A D | xbmdec.c | 52 if (!memcmp(p, key, keylen)) in parse_str_int()
|
/third_party/ffmpeg/libavformat/ |
H A D | adxdec.c | 46 || memcmp(p->buf + offset - 2, "(c)CRI", 6)) in adx_probe()
|
H A D | msf.c | 28 if (memcmp(p->buf, "MSF", 3)) in msf_probe()
|
H A D | vocdec.c | 30 if (memcmp(p->buf, ff_voc_magic, sizeof(ff_voc_magic) - 1)) in voc_probe()
|
H A D | ac3dec.c | 52 if(!memcmp(buf2, "\x1\x10", 2)) { in ac3_eac3_probe()
|
H A D | sccdec.c | 45 if (!memcmp(buf, "Scenarist_SCC V1.0", 18)) in scc_probe()
|
H A D | ip.c | 40 return memcmp(s6_addr_a, s6_addr_b, 16); in compare_addr()
|
H A D | riff.h | 123 return memcmp(g1, g2, sizeof(ff_asf_guid)); in ff_guidcmp()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | tea.c | 67 if (memcmp(dst, ref, 8*len)) { in test_tea()
|
/third_party/curl/lib/ |
H A D | socketpair.c | 174 if(memcmp(rnd, check, sizeof(check))) in Curl_socketpair()
|
H A D | curl_sasl.h | 136 !memcmp(line, mech, wordlen))
|
/third_party/curl/tests/http/clients/ |
H A D | ws-pingpong.c | 75 !memcmp(expected_payload, buffer, rlen)) { in recv_pong()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | videodsp.c | 43 if (memcmp(dst0, dst1, bw * bh * sizeof(type))) \
|
H A D | utvideodsp.c | 50 if (memcmp(buf0 + h*WIDTH_PADDED, \
|
/third_party/gn/src/gn/ |
H A D | string_output_buffer.cc | 77 if (memcmp(file_page.data(), pages_[nn]->data(), wanted_size) != 0) in ContentsEqual()
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | caldiff.cpp | 94 if(oldLen!=len || memcmp(outchars,oldChars,len*sizeof(outchars[0]))) { in main()
|
/third_party/libsnd/src/ |
H A D | dwd.c | 132 if (memcmp (ubuf.cbuf, DWD_IDENTIFIER, DWD_IDENTIFIER_LEN) != 0) in dwd_read_header()
|
/third_party/libuv/test/ |
H A D | test-udp-alloc-cb-fail.c | 133 ASSERT(!memcmp("PING", rcvbuf->base, nread)); in sv_recv_cb()
|
H A D | test-udp-create-socket-early.c | 66 ASSERT_OK(memcmp(&addr.sin_addr, in TEST_IMPL()
|
H A D | test-udp-multicast-join.c | 112 ASSERT(!memcmp("PING", buf->base, nread)); in cl_recv_cb()
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | conmon.c | 75 !memcmp(((struct sockaddr_in6 *)ai->ai_addr)-> in lws_conmon_append_copy_new_dns_results()
|
/third_party/mbedtls/tests/include/test/ |
H A D | macros.h | 203 TEST_ASSERT(memcmp((p1), (p2), (size1)) == 0); \
|
/third_party/mbedtls/programs/pkey/ |
H A D | ecdh_curve25519.c | 181 ret = memcmp(secret_srv, secret_cli, srv_olen); in main()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 174 if (It[0] == Cpatt[0] && memcmp(It, Cpatt, PattLen) == 0) in SearchMemory()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_QUERYCAP.c | 123 CU_ASSERT_EQUAL(memcmp(&cap, &cap2, sizeof(cap)), 0); in test_VIDIOC_QUERYCAP()
|