Home
last modified time | relevance | path

Searched refs:memcmp (Results 601 - 625 of 4938) sorted by relevance

1...<<21222324252627282930>>...198

/kernel/linux/linux-6.6/lib/
H A Dtest_hexdump.c141 if (memcmp(test, real, TEST_HEXDUMP_BUF_SIZE)) { in test_hexdump()
195 a = r == e && !memcmp(test, buf, TEST_HEXDUMP_BUF_SIZE); in test_hexdump_overflow()
/kernel/linux/linux-6.6/scripts/basic/
H A Dfixdep.c158 memcmp(aux->name, name, len) == 0) in in_hashtable()
187 return !memcmp(s + slen - sublen, sub, sublen); in str_ends_with()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_058.cpp52 ret = memcmp(&signalset, &signalset1, sizeof(sigset_t)); in TestSpawnAttrDef()
78 ret = memcmp(&signalset, &signalset1, sizeof(sigset_t)); in TestSpawnAttrMask()
H A Dprocess_test_059.cpp52 ret = memcmp(&signalset, &signalset1, sizeof(sigset_t)); in TestSpawnAttrDef()
78 ret = memcmp(&signalset, &signalset1, sizeof(sigset_t)); in TestSpawnAttrMask()
/third_party/elfutils/tests/
H A Dasm-tst9.c198 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0) in main()
315 if (memcmp (data->d_buf, expecteddata, sizeof (expecteddata)) in main()
/third_party/ffmpeg/libavcodec/
H A Dvorbis_parser.c59 if (memcmp(&buf[1], "vorbis", 6)) { in parse_id_header()
96 if (memcmp(&buf[1], "vorbis", 6)) { in parse_setup_header()
/third_party/ffmpeg/libavformat/
H A Dvqf.c40 if (!memcmp(probe_packet->buf + 4, "97012000", 8)) in vqf_probe()
43 if (!memcmp(probe_packet->buf + 4, "00052200", 8)) in vqf_probe()
H A Dxwma.c39 if (!memcmp(p->buf, "RIFF", 4) && !memcmp(p->buf + 8, "XWMA", 4)) in xwma_probe()
/third_party/curl/tests/unit/
H A Dunit1650.c177 if(req[i].packet && memcmp(req[i].packet, buffer, size)) {
181 abort_if(req[i].packet && memcmp(req[i].packet, buffer, size),
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_sao.c97 if (memcmp(dst0 + j*stride, dst1 + j*stride, w*SIZEOF_PIXEL)) in check_sao_band()
134 if (memcmp(dst0 + j*stride, dst1 + j*stride, w*SIZEOF_PIXEL)) in check_sao_edge()
/third_party/icu/icu4c/source/common/
H A Dwintz.cpp253 (memcmp((const void *)&dynamicTZI.StandardDate, (const void *)&registryTziValue.StandardDate, sizeof(SYSTEMTIME)) == 0) && in uprv_detectWindowsTimeZone()
254 (memcmp((const void *)&dynamicTZI.DaylightDate, (const void *)&registryTziValue.DaylightDate, sizeof(SYSTEMTIME)) == 0)) in uprv_detectWindowsTimeZone()
/third_party/libwebsockets/lib/misc/
H A Dpeer-limits.c125 !memcmp(q, &peerx->sa46.sa6.sin6_addr, rlen)) in lws_get_or_create_peer()
129 !memcmp(q, &peerx->sa46.sa4.sin_addr, rlen)) { in lws_get_or_create_peer()
/third_party/lzma/CPP/Common/
H A DMyBuffer.h126 return memcmp(b1, b2, size1 * sizeof(T)) == 0; in operator ==()
137 return memcmp(b1, b2, size1 * sizeof(T)) != 0; in operator !=()
/third_party/mbedtls/library/
H A Dbase64.c267 memcmp(base64_test_enc, buffer, 88) != 0) { in mbedtls_base64_self_test()
282 memcmp(base64_test_dec, buffer, 64) != 0) { in mbedtls_base64_self_test()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c134 if (!memcmp(iter_data, templ, size)) { in cso_hash_find_data_from_template()
152 if (!memcmp(iter_data, templ, size)) in cso_find_state_template()
/third_party/musl/src/network/
H A Dgetnameinfo.c92 if (memcmp(a, iplit.addr, 16) || iplit.scopeid != scopeid) in reverse_hosts()
167 if (memcmp(a, "\0\0\0\0\0\0\0\0\0\0\xff\xff", 12)) in getnameinfo()
/third_party/musl/porting/linux/user/include/
H A Dsched.h83 int memcmp(const void *, const void *, size_t);
122 #define CPU_EQUAL_S(size,set1,set2) (!memcmp(set1,set2,size))
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c91 if (memcmp(a, iplit.addr, 16) || iplit.scopeid != scopeid) in reverse_hosts()
166 if (memcmp(a, "\0\0\0\0\0\0\0\0\0\0\xff\xff", 12)) in getnameinfo()
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h81 int memcmp(const void *, const void *, size_t);
119 #define CPU_EQUAL_S(size,set1,set2) (!memcmp(set1,set2,size))
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c71 if (memcmp(a, iplit.addr, 16) || iplit.scopeid != scopeid) in reverse_hosts()
142 if (memcmp(a, "\0\0\0\0\0\0\0\0\0\0\xff\xff", 12)) in getnameinfo()
/third_party/node/deps/icu-small/source/common/
H A Dwintz.cpp253 (memcmp((const void *)&dynamicTZI.StandardDate, (const void *)&registryTziValue.StandardDate, sizeof(SYSTEMTIME)) == 0) && in uprv_detectWindowsTimeZone()
254 (memcmp((const void *)&dynamicTZI.DaylightDate, (const void *)&registryTziValue.DaylightDate, sizeof(SYSTEMTIME)) == 0)) in uprv_detectWindowsTimeZone()
/third_party/mesa3d/src/mesa/program/
H A Dprog_cache.c181 memcmp(cache->last->key, key, keysize) == 0) { in _mesa_search_program_cache()
191 memcmp(c->key, key, keysize) == 0) { in _mesa_search_program_cache()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate06.c237 err = err || memcmp(rbuf, wbuf, offset); in run()
240 err = err || memcmp(rbuf + offset, wbuf + offset, size); in run()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify22.c147 if (memcmp(&fid->fsid, &ex->fid->fsid, sizeof(fid->fsid))) { in check_error_event_info_fid()
166 if (memcmp(fh->f_handle, ex->fid->handle.f_handle, fh->handle_bytes)) { in check_error_event_info_fid()
H A Dfanotify13.c249 if (memcmp(event_file_handle->f_handle, in do_test()
260 if (memcmp(&event_fid->fsid, &expected_fid->fsid, in do_test()

Completed in 13 milliseconds

1...<<21222324252627282930>>...198