/third_party/ffmpeg/libavformat/ |
H A D | vag.c | 28 if (memcmp(p->buf, "VAGp\0\0\0", 7)) in vag_probe()
|
H A D | oggparsecelt.c | 43 !memcmp(p, ff_celt_codec.magic, ff_celt_codec.magicsize)) { in celt_header()
|
H A D | svag.c | 27 if (memcmp(p->buf, "Svag", 4)) in svag_probe()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_eq.c | 70 if (memcmp(dst_ref, dst_new, PIXELS)) in check_eq()
|
H A D | vf_threshold.c | 73 if (memcmp(out_ref, out_new, WIDTH)) in check_threshold()
|
H A D | idctdsp.c | 87 if (memcmp(dst0, dst1, 10 * 24)) in check_add_put_clamped()
|
H A D | hevc_add_res.c | 64 if (memcmp(dst0, dst1, size)) in compare_add_res()
|
/third_party/curl/docs/examples/ |
H A D | websocket.c | 53 if(!memcmp(expected_payload, buffer, rlen)) { in recv_pong()
|
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdmerge.c | 70 return length==(end2-l2) && 0==memcmp(l1, l2, length); in sameData()
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | datediff.cpp | 89 if(oldLen!=len || memcmp(outchars,oldChars,len*sizeof(outchars[0]))) { in main()
|
/third_party/libuv/test/ |
H A D | test-udp-try-send.c | 73 ASSERT_OK(memcmp("EXIT", rcvbuf->base, nread)); in sv_recv_cb()
|
H A D | test-tcp-connect6-error.c | 102 if (!memcmp(&p->address.address6.sin6_addr, "\xfe\x80", 2)) in TEST_IMPL()
|
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.h | 66 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0 in valid_object()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_get_mapinfo_linux.c | 90 if (len > deleted_len && memcmp(strings + len - deleted_len, deleted, deleted_len)) in _handle_file_note()
|
/third_party/ltp/lib/ |
H A D | tst_capability.c | 75 if (!memcmp(cur, new, sizeof(new))) in tst_cap_action()
|
/third_party/node/deps/v8/testing/ |
H A D | gmock-support.h | 72 return std::memcmp(&arg, &x, sizeof(x)) == 0; in MATCHER_P()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 28 int memcmp (const void *, const void *, size_t);
|
/third_party/musl/src/network/ |
H A D | inet_ntop.c | 19 if (memcmp(a, "\0\0\0\0\0\0\0\0\0\0\377\377", 12)) in inet_ntop()
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 30 int memcmp (const void *, const void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 28 int memcmp (const void *, const void *, size_t);
|
/third_party/ltp/testcases/kernel/syscalls/getgroups/ |
H A D | getgroups01.c | 108 if (memcmp(cmpset, gidset, NGROUPS * sizeof(GID_T)) != 0) in main()
|
/third_party/ltp/testcases/kernel/syscalls/msync/ |
H A D | msync02.c | 98 else if (memcmp(addr + 100, write_buf, strlen(write_buf)) != 0) in main()
|
/third_party/ltp/testcases/kernel/syscalls/recvmsg/ |
H A D | recvmsg02.c | 78 if ((R == bufflen) && !memcmp(msg, buff, R)) in verify_recvmsg()
|
/third_party/ltp/testcases/kernel/syscalls/process_madvise/ |
H A D | process_madvise01.c | 54 if (memcmp(*data_ptr, data, MEM_CHILD) != 0) { in child_alloc()
|
/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent.h | 80 if (memcmp(event, uevent->msg, strlen(uevent->msg))) in uevent_match()
|