Home
last modified time | relevance | path

Searched refs:memcmp (Results 1376 - 1400 of 1846) sorted by relevance

1...<<51525354555657585960>>...74

/third_party/musl/porting/linux/user/src/network/
H A Dlookup_name.c326 if (memcmp(a->s6_addr, defpolicy[i].addr, defpolicy[i].len)) in policyof()
/third_party/musl/src/network/
H A Dlookup_name.c385 if (memcmp(a->s6_addr, defpolicy[i].addr, defpolicy[i].len)) in policyof()
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c422 if (memcmp(&namesrvr.sa6->sin6_addr, &ares_in6addr_any, in get_DNS_Windows()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dswapimpl.cpp1014 if(0==memcmp(swapFns[i].dataFormat, pInfo->dataFormat, 4)) { in udata_swap()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c1462 memcmp(":metho", nv->name, nv->namelen - 1) == 0)) { in nghttp3_http_record_request_method()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c709 assert(memcmp(&coeff_type, &type, sizeof coeff_type) == 0); in lp_build_interp_soa_init()
H A Dlp_state_setup.c874 memcmp(&li->base->key, key, key->size) == 0) { in llvmpipe_update_setup()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp1014 if(0==memcmp(swapFns[i].dataFormat, pInfo->dataFormat, 4)) { in udata_swap()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c836 if (!memcmp(hash, tcr->hash, len)) {
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc145 // {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 Dshared-function-info.cc255 DCHECK_EQ(memcmp(reinterpret_cast<void*>(address()), in CopyFrom()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c114 return memcmp(a, b, sizeof(*a)) == 0; in gmem_key_equals()
H A Dfreedreno_state.c208 !memcmp(&buf->u, &images[i].u, sizeof(buf->u)))
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp464 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 Detnaviv_blt.c431 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 Dlp_bld_conv.c819 if(memcmp(&src_type, &dst_type, sizeof src_type) != 0) { in lp_build_conv()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c212 bool color_changed = !!memcmp(&res->aux.clear_color, &color, in fast_clear_color()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c274 if (i >= 3 && memcmp(p, utf8_bom, 3) == 0) { in def_load_bio()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c697 if (len > 3 && memcmp(linebuf, utf8_bom, 3) == 0) { in sanitize_line()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs376 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 Ducptest.c848 if (memcmp(ucd, next_ucd, sizeof(ucd_record)) != 0) break; in find_chars()
/third_party/openssl/crypto/pem/
H A Dpem_lib.c697 if (len > 3 && memcmp(linebuf, utf8_bom, 3) == 0) { in sanitize_line()
/third_party/openssl/crypto/conf/
H A Dconf_def.c274 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 DesextcGeometryShaderInput.cpp467 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 DesextcTextureCubeMapArrayImageOperations.cpp77 return (memcmp(a, b, length * sizeof(T))) ? false : true; in areBuffersEqual()

Completed in 34 milliseconds

1...<<51525354555657585960>>...74