/third_party/ffmpeg/libavformat/ |
H A D | matroskadec.c | 1628 if (!memcmp(p->buf + n, matroska_doctypes[i], probelen)) in matroska_probe()
|
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 1071 if (memcmp (block, check_buf, block_size) != 0) in artec48u_download_firmware()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 8268 return !memcmp(a->pos, b->pos, a->channels * sizeof(a->pos[0])); in chmap_equal()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 3938 if (memcmp in sanei_scsi_cmd2()
|
H A D | sanei_usb.c | 1090 (memcmp(data, expected_data, data_size) == 0)) in sanei_usb_check_data_equal()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
H A D | gfx9addrlib.cpp | 1819 if (memcmp(&metaEqParams, in GetMetaEquation()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | acls.c | 175 && !memcmp(first, second, size)); in ntfs_same_sid()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 3698 if (memcmp(&this->asTex()->tex, in isActionEqual()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 4528 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 D | curve25519.c | 5538 if (memcmp(s + 16, allzeroes, sizeof(allzeroes)) != 0) in ossl_ed25519_verify()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3450 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 D | curve25519.c | 5538 if (memcmp(s + 16, allzeroes, sizeof(allzeroes)) != 0) in ossl_ed25519_verify()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 64 return memcmp(&a, &b, sizeof(Type)) < 0; in operator <()
|
H A D | Program.cpp | 4342 if (memcmp(commitString.data(), angle::GetANGLECommitHash(), commitString.size()) != 0)
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseBufferTests.cpp | 4092 if (memcmp(expected_color, found_color, sizeof(expected_color)) != 0)
|
H A D | gl4cCopyImageTests.cpp | 483 /** 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 D | curve25519.c | 5510 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 D | SimplifyLibCalls.cpp | 434 // 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 D | awk.c | 572 return a->size == b->size && memcmp(a->str, b->str, a->size) == 0; in zstring_match()
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-rn-operand-rm-shift-rs-a32.cc | 5211 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
H A D | test-assembler-cond-rdlow-rnlow-operand-immediate-imm8-t32.cc | 2220 (memcmp(result_ptr, reference[i].encoding, reference[i].size) != in TestHelper()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 282 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.c | 5031 result = memcmp(left_id, right_id, left_len); in PySSLSession_richcompare()
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 5005 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 D | policy_define.c | 5506 if (memcmp(&newc->u.node6.mask, &c->u.node6.mask, 16) > 0) in define_ipv6_node_context()
|