Home
last modified time | relevance | path

Searched refs:memcmp (Results 2751 - 2775 of 5073) sorted by relevance

1...<<111112113114115116117118119120>>...203

/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c567 memcmp(":metho", nv->name, nv->namelen - 1) == 0)) { in nghttp2_http_record_request_method()
/third_party/mesa3d/src/util/
H A Ddisk_cache.c501 return memcmp(entry, key, CACHE_KEY_SIZE) == 0; in disk_cache_has_key()
H A Dbitset.h52 #define BITSET_EQUAL(x, y) (memcmp( (x), (y), sizeof (x) ) == 0)
H A Dfossilize_db.c226 if (memcmp(magic, stream_reference_magic_and_version, in load_foz_dbs()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c377 assert(memcmp(&shader->info.sysvals, &fixed_sysvals, in shader_create()
/third_party/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.c344 return ((e->size >= 12) && !memcmp (e->data, "FUJIFILM", 8)); in exif_mnote_data_fuji_identify()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv6_sender.c304 if (memcmp(&info_p->daddr, &in6addr_allnodes, sizeof(struct in6_addr)) in create_mld_query()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H A Dmain.c569 memcmp(exp->value, ts.token, exp->len))) { in main()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc390 return memcmp(lhs.repr_.data_, rhs.repr_.data_, lhs.repr_.size_) == 0; in operator ==()
/third_party/lwip/src/include/netif/ppp/
H A Dppp_impl.h540 #define BCMP(s1, s2, l) memcmp(s1, s2, l)
/third_party/lwip/src/netif/ppp/
H A Dmultilink.c445 && memcmp(vd.dptr, key.dptr, vd.dsize) == 0;
/third_party/lz4/examples/
H A DframeCompress.c371 if (!result) result = memcmp(b0, b1, r0); in compareFiles()
/third_party/lz4/ossfuzz/
H A Dround_trip_stream_fuzzer.c118 FUZZ_ASSERT_MSG(!memcmp(data, state->roundTrip.buf, size), "Corruption!"); in state_checkRoundTrip()
/third_party/node/deps/v8/src/base/
H A Dcpu.cc345 if (item_len == q - p && memcmp(p, item, item_len) == 0) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c326 return memcmp(a, b, sizeof(struct fd6_texture_key)) == 0; in key_equals()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp280 return memcmp(a, b, sizeof(struct d3d12_compute_transform_key)) == 0; in equals_compute_transform_key()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_bo.c81 assert(!memcmp(bo, &((struct panfrost_bo){}), sizeof(*bo))); in panfrost_bo_alloc()
/third_party/musl/
H A DMakefile121 MEMOPS_OBJS = $(filter %/memcpy.o %/memmove.o %/memcmp.o %/memset.o, $(LIBC_OBJS))
/third_party/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c327 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in init_tex()
/third_party/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp516 EXPECT_EQ(0, memcmp(gl_ext_string, ext, sizeof(ext))); in TEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_client.c275 for (j=0; j<nns && memcmp(ns+j, &sa, sl); j++); in res_msend_rc_ext()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdsa_ossl.c364 if (derlen != sig_len || memcmp(sigbuf, der, derlen) != 0) in ossl_ecdsa_verify()
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c494 if (derlen != sig_len || memcmp(sig, der, derlen) != 0) { in ossl_sm2_internal_verify()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c509 memcmp(imprint_a, ASN1_STRING_get0_data(b->hashed_msg), len_a) == 0; in ts_check_imprints()
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c475 if (memcmp(mbuf, magic, sizeof(mbuf)) == 0) { /* file IS salted */ in enc_main()

Completed in 34 milliseconds

1...<<111112113114115116117118119120>>...203