Home
last modified time | relevance | path

Searched refs:memcmp (Results 426 - 450 of 1951) sorted by relevance

1...<<11121314151617181920>>...79

/third_party/ffmpeg/libavformat/
H A Dvag.c28 if (memcmp(p->buf, "VAGp\0\0\0", 7)) in vag_probe()
H A Doggparsecelt.c43 !memcmp(p, ff_celt_codec.magic, ff_celt_codec.magicsize)) { in celt_header()
H A Dsvag.c27 if (memcmp(p->buf, "Svag", 4)) in svag_probe()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_eq.c70 if (memcmp(dst_ref, dst_new, PIXELS)) in check_eq()
H A Dvf_threshold.c73 if (memcmp(out_ref, out_new, WIDTH)) in check_threshold()
H A Didctdsp.c87 if (memcmp(dst0, dst1, 10 * 24)) in check_add_put_clamped()
H A Dhevc_add_res.c64 if (memcmp(dst0, dst1, size)) in compare_add_res()
/third_party/curl/docs/examples/
H A Dwebsocket.c53 if(!memcmp(expected_payload, buffer, rlen)) { in recv_pong()
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c70 return length==(end2-l2) && 0==memcmp(l1, l2, length); in sameData()
/third_party/icu/tools/multi/proj/provider/
H A Ddatediff.cpp89 if(oldLen!=len || memcmp(outchars,oldChars,len*sizeof(outchars[0]))) { in main()
/third_party/libuv/test/
H A Dtest-udp-try-send.c73 ASSERT_OK(memcmp("EXIT", rcvbuf->base, nread)); in sv_recv_cb()
H A Dtest-tcp-connect6-error.c102 if (!memcmp(&p->address.address6.sin6_addr, "\xfe\x80", 2)) in TEST_IMPL()
/third_party/libunwind/libunwind/src/
H A Delfxx.h66 return (memcmp (ei->image, ELFMAG, SELFMAG) == 0 in valid_object()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_mapinfo_linux.c90 if (len > deleted_len && memcmp(strings + len - deleted_len, deleted, deleted_len)) in _handle_file_note()
/third_party/ltp/lib/
H A Dtst_capability.c75 if (!memcmp(cur, new, sizeof(new))) in tst_cap_action()
/third_party/node/deps/v8/testing/
H A Dgmock-support.h72 return std::memcmp(&arg, &x, sizeof(x)) == 0; in MATCHER_P()
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h28 int memcmp (const void *, const void *, size_t);
/third_party/musl/src/network/
H A Dinet_ntop.c19 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 Dstring.h30 int memcmp (const void *, const void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h28 int memcmp (const void *, const void *, size_t);
/third_party/ltp/testcases/kernel/syscalls/getgroups/
H A Dgetgroups01.c108 if (memcmp(cmpset, gidset, NGROUPS * sizeof(GID_T)) != 0) in main()
/third_party/ltp/testcases/kernel/syscalls/msync/
H A Dmsync02.c98 else if (memcmp(addr + 100, write_buf, strlen(write_buf)) != 0) in main()
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg02.c78 if ((R == bufflen) && !memcmp(msg, buff, R)) in verify_recvmsg()
/third_party/ltp/testcases/kernel/syscalls/process_madvise/
H A Dprocess_madvise01.c54 if (memcmp(*data_ptr, data, MEM_CHILD) != 0) { in child_alloc()
/third_party/ltp/testcases/kernel/uevents/
H A Duevent.h80 if (memcmp(event, uevent->msg, strlen(uevent->msg))) in uevent_match()

Completed in 8 milliseconds

1...<<11121314151617181920>>...79