Home
last modified time | relevance | path

Searched refs:memcmp (Results 2701 - 2725 of 5073) sorted by relevance

1...<<101102103104105106107108109110>>...203

/third_party/ffmpeg/libavformat/
H A Drpl.c38 if (memcmp(p->buf, RPL_SIGNATURE, RPL_SIGNATURE_SIZE)) in rpl_probe()
H A Dxmv.c129 if (!memcmp(p->buf + 12, "xobX", 4)) in xmv_probe()
H A Driffenc.c220 !memcmp(par->extradata + par->extradata_size - 9, "BottomUp", 9)); in ff_put_bmp_header()
/third_party/ffmpeg/libavutil/
H A Davstring.c79 if (!memcmp(haystack, needle, needle_len)) in av_strnstr()
H A Dhwcontext_cuda.c508 if (memcmp(src_uuid, uuid.bytes, sizeof (uuid.bytes)) == 0) { in cuda_device_derive()
/third_party/curl/lib/vtls/
H A Dschannel_verify.c99 if(((*p) == first) && (memcmp(p, needle, needlelen) == 0)) in c_memmem()
/third_party/alsa-lib/test/lsb/
H A Dmidi_event.c231 TEST_CHECK(!memcmp(ev.data.ext.ptr, "\xf0\x7f\x7f\x04\x01\x7f\x7f\xf7", 8)); in test_encode()
/third_party/alsa-utils/amidi/
H A Damidi.c305 if (length >= 4 && !memcmp(send_data, "MThd", 4)) { in load_file()
/third_party/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp115 partialSKResult = memcmp(sBuf, tBuf, pieceSize); in compareUsingPartials()
/third_party/libuv/src/win/
H A Dpoll.c245 if (memcmp((void*) &protocol_info->ProviderId, in uv__fast_poll_get_peer_socket()
/third_party/libsnd/src/
H A Dogg_speex.c208 { if (odata->opacket.bytes >= 8 && memcmp (odata->opacket.packet, "Speex ", 8) == 0) in spx_read_header()
/third_party/libwebsockets/lib/abstract/transports/
H A Dunit-test.c321 if (memcmp(buf, priv->expect->buffer, len)) { in lws_atcut_tx()
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c454 if (memcmp(&header.magic, WRAPPED_DATA_MAGIC, in unwrap_data()
/third_party/mbedtls/library/
H A Dssl_ticket.c407 if (memcmp(name, ctx->keys[i].name, 4) == 0) { in ssl_ticket_select_key()
H A Dpkcs7.c340 memcmp(signer->alg_identifier.p, alg->p, alg->len) != 0) { in pkcs7_get_signer_info()
H A Dpoly1305.c488 ASSERT(0 == memcmp(mac, test_mac[i], 16U), ("failed (mac)\n")); in mbedtls_poly1305_self_test()
H A Dpkcs5.c475 memcmp(result_key_test_data[i], key, key_len_test_data[i]) != 0) { in mbedtls_pkcs5_self_test()
H A Dlmots.c542 if (memcmp(&Kc_public_key_candidate, ctx->public_key, in mbedtls_lmots_verify()
H A Dentropy.c576 ret = memcmp(buf0, buf1, sizeof(buf0)) == 0; in mbedtls_entropy_source_self_test()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c169 if (memcmp(buf + pos, k7zSignature, k7zSignatureSize) == 0) in FindSignature()
/third_party/mbedtls/programs/aes/
H A Dcrypt_and_hash.c182 if (memcmp(argv[6], "hex:", 4) == 0) { in main()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-number.c945 && memcmp (infinity_str_p, str_curr_p, infinity_length) == 0) in ecma_number_parse_float()
/third_party/mesa3d/src/egl/main/
H A Degldisplay.c241 return memcmp(a, b, na * sizeof(a[0])) == 0 ? EGL_TRUE : EGL_FALSE; in _eglSameAttribs()
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.c151 assert(!memcmp(bo, &((struct agx_bo) {}), sizeof(*bo))); in agx_bo_alloc()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c328 memcmp(&ds_info->front, &ds_info->back, sizeof(ds_info->front))) in pack_stencil_cfg()

Completed in 21 milliseconds

1...<<101102103104105106107108109110>>...203