/third_party/musl/src/crypt/ |
H A D | crypt_sha256.c | 319 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash)) in __crypt_sha256()
|
/third_party/musl/src/time/ |
H A D | __tz.c | 319 if (map && (map_size < 44 || memcmp(map, "TZif", 4))) { in do_tzset()
|
/third_party/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/musl/porting/liteos_a/user_debug/ |
H A D | Makefile | 121 MEMOPS_OBJS = $(filter %/memcpy.o %/memmove.o %/memcmp.o %/memset.o, $(LIBC_OBJS))
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__socket.c | 219 memcmp(channel->local_ip6, ares_in6addr_any._S6_un._S6_u8, in configure_socket()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_parameter.c | 434 if (!memcmp(paramList->Parameters[index].StateIndexes, in _mesa_add_sized_state_reference()
|
/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()
|