/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 567 memcmp(":metho", nv->name, nv->namelen - 1) == 0)) { in nghttp2_http_record_request_method()
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache.c | 501 return memcmp(entry, key, CACHE_KEY_SIZE) == 0; in disk_cache_has_key()
|
H A D | bitset.h | 52 #define BITSET_EQUAL(x, y) (memcmp( (x), (y), sizeof (x) ) == 0)
|
H A D | fossilize_db.c | 226 if (memcmp(magic, stream_reference_magic_and_version, in load_foz_dbs()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_shader.c | 377 assert(memcmp(&shader->info.sysvals, &fixed_sysvals, in shader_create()
|
/third_party/libexif/libexif/fuji/ |
H A D | exif-mnote-data-fuji.c | 344 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 D | ns-icmpv6_sender.c | 304 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 D | main.c | 569 memcmp(exp->value, ts.token, exp->len))) { in main()
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 390 return memcmp(lhs.repr_.data_, rhs.repr_.data_, lhs.repr_.size_) == 0; in operator ==()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp_impl.h | 540 #define BCMP(s1, s2, l) memcmp(s1, s2, l)
|
/third_party/lwip/src/netif/ppp/ |
H A D | multilink.c | 445 && memcmp(vd.dptr, key.dptr, vd.dsize) == 0;
|
/third_party/lz4/examples/ |
H A D | frameCompress.c | 371 if (!result) result = memcmp(b0, b1, r0); in compareFiles()
|
/third_party/lz4/ossfuzz/ |
H A D | round_trip_stream_fuzzer.c | 118 FUZZ_ASSERT_MSG(!memcmp(data, state->roundTrip.buf, size), "Corruption!"); in state_checkRoundTrip()
|
/third_party/node/deps/v8/src/base/ |
H A D | cpu.cc | 345 if (item_len == q - p && memcmp(p, item, item_len) == 0) {
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.c | 326 return memcmp(a, b, sizeof(struct fd6_texture_key)) == 0; in key_equals()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compute_transforms.cpp | 280 return memcmp(a, b, sizeof(struct d3d12_compute_transform_key)) == 0; in equals_compute_transform_key()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_bo.c | 81 assert(!memcmp(bo, &((struct panfrost_bo){}), sizeof(*bo))); in panfrost_bo_alloc()
|
/third_party/musl/ |
H A D | Makefile | 121 MEMOPS_OBJS = $(filter %/memcpy.o %/memmove.o %/memcmp.o %/memset.o, $(LIBC_OBJS))
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | vs-test.c | 327 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in init_tex()
|
/third_party/mesa3d/src/glx/tests/ |
H A D | clientinfo_unittest.cpp | 516 EXPECT_EQ(0, memcmp(gl_ext_string, ext, sizeof(ext))); in TEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | nameservercheck_client.c | 275 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 D | ecdsa_ossl.c | 364 if (derlen != sig_len || memcmp(sigbuf, der, derlen) != 0) in ossl_ecdsa_verify()
|
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_sign.c | 494 if (derlen != sig_len || memcmp(sig, der, derlen) != 0) { in ossl_sm2_internal_verify()
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 509 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 D | enc.c | 475 if (memcmp(mbuf, magic, sizeof(mbuf)) == 0) { /* file IS salted */ in enc_main()
|