/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()
|
H A D | bi_test.h | 69 return memcmp((uint8_t *) A + sizeof(struct list_head), in bit_instr_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()
|
H A D | mmap01.c | 97 if (memcmp(&addr[file_sz], dummy, page_sz - file_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()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl04.c | 143 if (memcmp(tc->res_data, tc->set_data, tc->sz)) { in verify_quota()
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
H A D | writev02.c | 158 if (memcmp(buf_list[0], buf_list[1], CHUNK) in main()
|
H A D | writev03.c | 113 if (memcmp(readbuf, buf, total_read)) { in run()
|
/third_party/ltp/testcases/kernel/security/dirtypipe/ |
H A D | dirtypipe.c | 59 if (memcmp(pattern_buf, read_buf, 4096) != 0) in check_file_contents()
|
/third_party/ltp/testcases/kernel/syscalls/pread/ |
H A D | pread01.c | 49 if (memcmp(write_buf[count], read_buf[count], K1) != 0) { in compare_bufers()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/ |
H A D | 1-2.c | 137 if (memcmp(buf, check + BUF_SIZE / 2, BUF_SIZE)) { in main()
|
H A D | 1-1.c | 120 if (memcmp(buf, check, BUF_SIZE)) { in main()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vertex_state_cache.c | 42 return !memcmp(&sa->input, &sb->input, sizeof(sa->input)); in key_equals()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_cmd_signature.cpp | 99 return memcmp(a, b, sizeof(struct d3d12_cmd_signature_key)) == 0; in equals_cmd_signature_key()
|