Home
last modified time | relevance | path

Searched refs:memcmp (Results 2651 - 2675 of 4924) sorted by relevance

1...<<101102103104105106107108109110>>...197

/third_party/musl/src/crypt/
H A Dcrypt_sha256.c319 if (!p || q != testbuf || memcmp(testbuf, testhash, sizeof testhash)) in __crypt_sha256()
/third_party/musl/src/time/
H A D__tz.c319 if (map && (map_size < 44 || memcmp(map, "TZif", 4))) { in do_tzset()
/third_party/nghttp2/lib/
H A Dnghttp2_http.c567 memcmp(":metho", nv->name, nv->namelen - 1) == 0)) { in nghttp2_http_record_request_method()
/third_party/musl/porting/liteos_a/user_debug/
H A DMakefile121 MEMOPS_OBJS = $(filter %/memcpy.o %/memmove.o %/memcmp.o %/memset.o, $(LIBC_OBJS))
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c219 memcmp(channel->local_ip6, ares_in6addr_any._S6_un._S6_u8, in configure_socket()
/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.c434 if (!memcmp(paramList->Parameters[index].StateIndexes, in _mesa_add_sized_state_reference()
/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()

Completed in 20 milliseconds

1...<<101102103104105106107108109110>>...197