Home
last modified time | relevance | path

Searched refs:memcmp (Results 576 - 600 of 1936) sorted by relevance

1...<<21222324252627282930>>...78

/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()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline_cache.c59 if (memcmp(header.uuid, pdevice->pipeline_cache_uuid, VK_UUID_SIZE) != 0) in pvr_pipeline_cache_load()
/third_party/mesa3d/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.c45 return memcmp(&entry->params, &params, sizeof(params)) == 0; in virgl_resource_cache_entry_is_compatible()
/third_party/ntfs-3g/libntfs-3g/
H A Dcollate.c62 rc = memcmp(data1, data2, min(data1_len, data2_len)); in ntfs_collate_binary()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dif_nameindex.c58 memcmp(map->name, RTA_DATA(rta), namelen) == 0) in netlink_msg_to_nameindex()
H A Dether.c101 if (memcmp(addr, temp_addr, 6) == 0) { in ether_ntohost()
/third_party/musl/src/network/
H A Dif_nameindex.c57 memcmp(map->name, RTA_DATA(rta), namelen) == 0) in netlink_msg_to_nameindex()
H A Ddn_comp.c47 if (l != base[o] || memcmp(base+o+1, end, l)) in match()
H A Dether.c109 if (memcmp(addr, temp_addr, 6) == 0) { in ether_ntohost()
/third_party/ninja/src/
H A Dclparser.cc51 memcmp(in, prefix.c_str(), (int)prefix.size()) == 0) { in FilterShowIncludes()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_msaa.c97 memcmp(locations, st->state.sample_locations, size) != 0) { in update_sample_locations()
/third_party/mesa3d/src/util/
H A Dos_memory_fd.c84 if (memcmp(header.uuid, sha1, UUID_SIZE)) { in os_import_memory_fd()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_dual_tex.c124 return memcmp(&I->src[0], &J->src[0], in coord_equal()
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap03.c117 if (memcmp(dummy, addr, page_sz)) { in main()
H A Dmmap04.c104 if (memcmp(dummy, addr, page_sz)) { in main()
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_map01.c117 } else if (memcmp(val_set, val_get, (size_t) VAL_SZ)) { in run()
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr01.c131 if (memcmp(tc[i - 1].value, XATTR_TEST_VALUE, XATTR_TEST_VALUE_SIZE)) in main()
/third_party/ltp/testcases/kernel/syscalls/pwrite/
H A Dpwrite01.c53 if (memcmp(write_buf[count], read_buf[count], K1) != 0) { in check_file_contents()

Completed in 10 milliseconds

1...<<21222324252627282930>>...78