/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | memutil.cc | 102 if (memcmp(match, pneedle, neelen) == 0) in memmatch()
|
/third_party/skia/include/private/ |
H A D | SkMalloc.h | 136 // So we just need to skip calling memcmp when len == 0. in sk_careful_memcmp() 140 return memcmp(a, b, len); in sk_careful_memcmp()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | lib.rs | 164 pub mod memcmp; modules
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | pool.c | 65 memcmp(executorInfo->deviceUdid, executorIndex->deviceUdid, UDID_LEN) == 0; in IsExecutorNodeMatch() 250 memcmp(condition->deviceUdid, credentialInfo->deviceUdid, UDID_LEN) != 0) { in IsExecutorMatch()
|
H A D | coauth.c | 240 if (memcmp(deviceUdid.data, executor->deviceUdid, UDID_LEN) != 0) { in MountExecutorOnce() 272 memcmp(param->localUdid, param->collectorUdid, UDID_LEN) == 0) { in MountExecutor()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_asf.c | 50 memcmp(p, ff_asf_header, sizeof(ff_asf_guid))) { in rtp_asf_fix_header() 57 if (memcmp(p, ff_asf_file_header, sizeof(ff_asf_guid))) { in rtp_asf_fix_header()
|
H A D | lxfdec.c | 58 if (!memcmp(p->buf, LXF_IDENT, LXF_IDENT_LENGTH)) in lxf_probe() 95 while (memcmp(buf, LXF_IDENT, LXF_IDENT_LENGTH)) { in lxf_sync()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_scale.c | 121 if (memcmp(dst0, dst1, LARGEST_INPUT_SIZE * sizeof(dst0[0]))) in check_yuv2yuvX() 234 if (memcmp(dst0, dst1, ctx->dstW * sizeof(dst0[0]))) in check_hscale()
|
/third_party/icu/tools/unicode/c/genuts46/ |
H A D | genuts46.cpp | 334 (status!=prevStatus || mapping!=prevMapping || 0!=memcmp(prevAge, age, 4)) in main() 355 if(prevStart<c && 0!=memcmp(prevAge, age, 4)) { in main()
|
/third_party/mbedtls/library/ |
H A D | ssl_cache.c | 57 memcmp(session_id, cur->session_id, in ssl_cache_find_entry() 155 memcmp(session_id, cur->session_id, cur->session_id_len) == 0) { in ssl_cache_pick_writing_slot()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 75 if (memcmp(buffer + pos, endID, signatureEndSize) == 0)
in ReadDataString() 87 if (memcmp(buffer + pos, startID, signatureStartSize) == 0)
in ReadDataString()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_QUERYMENU.c | 63 CU_ASSERT_EQUAL(memcmp(menu, &menu2, sizeof(*menu)), 0); in do_check_menu() 72 CU_ASSERT(memcmp(&menu, &menu2, sizeof(menu))); in do_check_menu()
|
H A D | test_VIDIOC_PARM.c | 207 CU_ASSERT_EQUAL(memcmp(&parm, &parm2, sizeof(parm)), 0); in do_get_param() 241 CU_ASSERT_EQUAL(memcmp(&parm, &parm2, sizeof(parm)), 0); in do_get_param_invalid()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest05.c | 355 if (memcmp(buf, zero_buf, csize)) { in dotest() 386 if (memcmp(buf, val_buf, csize)) { in dotest()
|
H A D | ftest08.c | 360 if (memcmp in dotest() 391 if (memcmp in dotest()
|
H A D | ftest04.c | 347 if (memcmp in dotest() 376 if (memcmp in dotest()
|
H A D | ftest01.c | 362 if (memcmp(buf, zero_buf, csize)) { in dotest() 395 if (memcmp(buf, val_buf, csize)) { in dotest()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-async-dns/ |
H A D | main.c | 171 !memcmp(adt[dtest - 1].ads, addr, (unsigned int)alen)) { in cb1() 306 if (memcmp(ipt[n].b, u, (unsigned int)m)) { in main()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_compact.cpp | 66 if (memcmp(&uncompacted, &src, sizeof(src))) { in test_compact_instruction() 74 if (memcmp(&unchanged, &dst, sizeof(dst))) { in test_compact_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vertprog.c | 67 if (memcmp(vp->texcoord, fp->texcoord, sizeof(vp->texcoord))) { in nv30_vertprog_validate() 186 !memcmp(data->value, &constbuf[data->index * 4], 16)) in nv30_vertprog_validate()
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
H A D | stack_space.c | 267 if (memcmp(buf, zero_buf, csize)) { in dotest() 284 if (memcmp(buf, val_buf, csize)) { in dotest()
|
H A D | data_space.c | 299 if (memcmp(buf, zero_buf, csize)) { 316 if (memcmp(buf, val_buf, csize)) {
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_getname.c | 187 if (memcmp(&svr_local_addr, &clt_peer_addr, len) != 0) in main() 191 if (memcmp(&svr_peer_addr, &clt_local_addr, len) != 0) in main()
|
/third_party/ltp/utils/sctp/testlib/ |
H A D | sctputil.c | 354 return memcmp(&addr1->v6.sin6_addr, &addr2->v6.sin6_addr, in cmp_addr() 359 return memcmp(&addr1->v4.sin_addr, &addr2->v4.sin_addr, in cmp_addr()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program_cache.c | 81 return memcmp(a->data, b->data, a->size) == 0; in keybox_equals() 132 if (memcmp(map + existing->offset, assembly, assembly_size) == 0) in find_existing_assembly()
|