Home
last modified time | relevance | path

Searched refs:memcmp (Results 4801 - 4825 of 4924) sorted by relevance

1...<<191192193194195196197

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c1628 if (!memcmp(p->buf + n, matroska_doctypes[i], probelen)) in matroska_probe()
/third_party/backends/backend/
H A Dartec_eplus48u.c1071 if (memcmp (block, check_buf, block_size) != 0) in artec48u_download_firmware()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c8268 return !memcmp(a->pos, b->pos, a->channels * sizeof(a->pos[0])); in chmap_equal()
/third_party/backends/sanei/
H A Dsanei_scsi.c3938 if (memcmp in sanei_scsi_cmd2()
H A Dsanei_usb.c1090 (memcmp(data, expected_data, data_size) == 0)) in sanei_usb_check_data_equal()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp1819 if (memcmp(&metaEqParams, in GetMetaEquation()
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c175 && !memcmp(first, second, size)); in ntfs_same_sid()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3698 if (memcmp(&this->asTex()->tex, in isActionEqual()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c4528 if (memcmp(&li->base->key, key, shader->variant_key_size) == 0) { in llvmpipe_update_fs()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c5538 if (memcmp(s + 16, allzeroes, sizeof(allzeroes)) != 0) in ossl_ed25519_verify()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3450 pub fn memcmp(cx: *const c_void, ct: *const c_void, n: size_t) -> c_int; in memcmp() functions
/third_party/openssl/crypto/ec/
H A Dcurve25519.c5538 if (memcmp(s + 16, allzeroes, sizeof(allzeroes)) != 0) in ossl_ed25519_verify()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.cpp64 return memcmp(&a, &b, sizeof(Type)) < 0; in operator <()
H A DProgram.cpp4342 if (memcmp(commitString.data(), angle::GetANGLECommitHash(), commitString.size()) != 0)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.cpp4092 if (memcmp(expected_color, found_color, sizeof(expected_color)) != 0)
H A Dgl4cCopyImageTests.cpp483 /** Compare two pixels with memcmp
497 return 0 == memcmp(left_pixel_data, right_pixel_data, pixel_size); in comparePixels()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c5510 if (memcmp(s + 16, allzeroes, sizeof(allzeroes)) != 0) in ED25519_verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp434 // strcmp(P, "x") -> memcmp(P, "x", 2)
449 // strcmp to memcmp
487 if (Length == 1) // strncmp(x,y,1) -> memcmp(x,y,1)
516 // strncmp to memcmp
993 if (Len == 0) // memcmp(s1,s2,0) -> 0
996 // memcmp(S1,S2,1) -> *(unsigned char*)LHS - *(unsigned char*)RHS
1007 // memcmp(S1,S2,N/8)==0 -> (*(intN_t*)S1 != *(intN_t*)S2)==0
1040 return B.CreateZExt(B.CreateICmpNE(LHSV, RHSV), CI->getType(), "memcmp");
1044 // Constant folding: memcmp(x, y, Len) -> constant (all arguments are const).
1052 // Fold the memcmp an
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c572 return a->size == b->size && memcmp(a->str, b->str, a->size) == 0; in zstring_match()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-rn-operand-rm-shift-rs-a32.cc5211 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
H A Dtest-assembler-cond-rdlow-rnlow-operand-immediate-imm8-t32.cc2220 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h282 return a.size == b.size && memcmp(a.data, b.data, a.size) == 0; in upb_strview_eql()
/third_party/python/Modules/
H A D_ssl.c5031 result = memcmp(left_id, right_id, left_len); in PySSLSession_richcompare()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c5005 return memcmp(self->b_ptr, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", self->b_size); in Simple_bool()
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c5506 if (memcmp(&newc->u.node6.mask, &c->u.node6.mask, 16) > 0) in define_ipv6_node_context()

Completed in 168 milliseconds

1...<<191192193194195196197