/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()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pipeline_cache.c | 59 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 D | virgl_resource_cache.c | 45 return memcmp(&entry->params, ¶ms, sizeof(params)) == 0; in virgl_resource_cache_entry_is_compatible()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | collate.c | 62 rc = memcmp(data1, data2, min(data1_len, data2_len)); in ntfs_collate_binary()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | if_nameindex.c | 58 memcmp(map->name, RTA_DATA(rta), namelen) == 0) in netlink_msg_to_nameindex()
|
H A D | ether.c | 101 if (memcmp(addr, temp_addr, 6) == 0) { in ether_ntohost()
|
/third_party/musl/src/network/ |
H A D | if_nameindex.c | 57 memcmp(map->name, RTA_DATA(rta), namelen) == 0) in netlink_msg_to_nameindex()
|
H A D | dn_comp.c | 47 if (l != base[o] || memcmp(base+o+1, end, l)) in match()
|
H A D | ether.c | 109 if (memcmp(addr, temp_addr, 6) == 0) { in ether_ntohost()
|
/third_party/ninja/src/ |
H A D | clparser.cc | 51 memcmp(in, prefix.c_str(), (int)prefix.size()) == 0) { in FilterShowIncludes()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_msaa.c | 97 memcmp(locations, st->state.sample_locations, size) != 0) { in update_sample_locations()
|
/third_party/mesa3d/src/util/ |
H A D | os_memory_fd.c | 84 if (memcmp(header.uuid, sha1, UUID_SIZE)) { in os_import_memory_fd()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_dual_tex.c | 124 return memcmp(&I->src[0], &J->src[0], in coord_equal()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap03.c | 117 if (memcmp(dummy, addr, page_sz)) { in main()
|
H A D | mmap04.c | 104 if (memcmp(dummy, addr, page_sz)) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_map01.c | 117 } else if (memcmp(val_set, val_get, (size_t) VAL_SZ)) { in run()
|
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
H A D | getxattr01.c | 131 if (memcmp(tc[i - 1].value, XATTR_TEST_VALUE, XATTR_TEST_VALUE_SIZE)) in main()
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
H A D | pwrite01.c | 53 if (memcmp(write_buf[count], read_buf[count], K1) != 0) { in check_file_contents()
|