/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_name.c | 326 if (memcmp(a->s6_addr, defpolicy[i].addr, defpolicy[i].len)) in policyof()
|
/third_party/musl/src/network/ |
H A D | lookup_name.c | 385 if (memcmp(a->s6_addr, defpolicy[i].addr, defpolicy[i].len)) in policyof()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_sysconfig.c | 422 if (memcmp(&namesrvr.sa6->sin6_addr, &ares_in6addr_any, in get_DNS_Windows()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | swapimpl.cpp | 1014 if(0==memcmp(swapFns[i].dataFormat, pInfo->dataFormat, 4)) { in udata_swap()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_http.c | 1462 memcmp(":metho", nv->name, nv->namelen - 1) == 0)) { in nghttp3_http_record_request_method()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_interp.c | 709 assert(memcmp(&coeff_type, &type, sizeof coeff_type) == 0); in lp_build_interp_soa_init()
|
H A D | lp_state_setup.c | 874 memcmp(&li->base->key, key, key->size) == 0) { in llvmpipe_update_setup()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | swapimpl.cpp | 1014 if(0==memcmp(swapFns[i].dataFormat, pInfo->dataFormat, 4)) { in udata_swap()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-client.c | 836 if (!memcmp(hash, tcr->hash, len)) {
|
/third_party/node/deps/v8/src/objects/ |
H A D | backing-store.cc | 145 // {memcmp} to compare the range against itself shifted by that amount, in DebugCheckZero() 148 DCHECK_EQ(0, memcmp(bytes, bytes + kBaseCase, byte_length - kBaseCase)); in DebugCheckZero()
|
H A D | shared-function-info.cc | 255 DCHECK_EQ(memcmp(reinterpret_cast<void*>(address()), in CopyFrom()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 114 return memcmp(a, b, sizeof(*a)) == 0; in gmem_key_equals()
|
H A D | freedreno_state.c | 208 !memcmp(&buf->u, &images[i].u, sizeof(buf->u)))
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_gs_variant.cpp | 464 return memcmp(a, b, sizeof(struct d3d12_gs_variant_key)) == 0; in equals_gs_variant_key()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blt.c | 431 assert(!memcmp(&blit_info->src, &blit_info->dst, sizeof(blit_info->src))); in etna_try_blt_blit()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_conv.c | 819 if(memcmp(&src_type, &dst_type, sizeof src_type) != 0) { in lp_build_conv()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_clear.c | 212 bool color_changed = !!memcmp(&res->aux.clear_color, &color, in fast_clear_color()
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.c | 274 if (i >= 3 && memcmp(p, utf8_bom, 3) == 0) { in def_load_bio()
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 697 if (len > 3 && memcmp(linebuf, utf8_bom, 3) == 0) { in sanitize_line()
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 376 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions
|
/third_party/pcre2/pcre2/maint/ |
H A D | ucptest.c | 848 if (memcmp(ucd, next_ucd, sizeof(ucd_record)) != 0) break; in find_chars()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_lib.c | 697 if (len > 3 && memcmp(linebuf, utf8_bom, 3) == 0) { in sanitize_line()
|
/third_party/openssl/crypto/conf/ |
H A D | conf_def.c | 274 if (i >= 3 && memcmp(p, utf8_bom, 3) == 0) { in def_load_bio()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderInput.cpp | 467 if (0 != memcmp(transform_feedback_data, reference_data, m_buffer_size)) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 77 return (memcmp(a, b, length * sizeof(T))) ? false : true; in areBuffersEqual()
|