Home
last modified time | relevance | path

Searched refs:memcmp (Results 776 - 800 of 1985) sorted by relevance

1...<<31323334353637383940>>...80

/third_party/openssl/crypto/evp/
H A Dbio_ok.c506 ret = memcmp(&(ctx->buf[ctx->buf_off]), tmp, md_size) == 0; in sig_in()
587 if (memcmp(&(ctx->buf[tl + OK_BLOCK_BLOCK]), tmp, md_size) == 0) { in block_in()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProperties.cpp105 if (memcmp(expected_bool_value, bool_value, sizeof(bool) * n_components) != 0) in iterate()
113 if (memcmp(expected_int_value, int_value, sizeof(int) * n_components) != 0) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp401 if (memcmp(m_reference_data_ptr, m_rendered_data_ptr, base_layer_data_size)) in iterate()
435 if (!memcmp(m_layer_face_data[n_layer_face][n_pattern_color], last_level_data_buffer, in iterate()
/third_party/openssl/crypto/rsa/
H A Drsa_gen.c511 && memcmp(ciphertxt, plaintxt, plaintxt_len) == 0) in rsa_keygen_pairwise_test()
519 || memcmp(decoded, plaintxt, decoded_len) != 0) in rsa_keygen_pairwise_test()
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.c205 #define USYNERGY_IS_PACKET(pkt_id) memcmp(message+4, pkt_id, 4)==0
209 if (memcmp(message+4, "Synergy", 7)==0) in sProcessMessage()
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.cpp51 if (memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 || in IsGif()
52 memcmp(GIF89_STAMP, buf, GIF_STAMP_LEN) == 0) in IsGif()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkgitems.cpp207 if((suffix-itemID)==parentLength && 0==memcmp(itemID, parent, parentLength)) { in checkParent()
570 if(0==memcmp(dataFormats[i].dataFormat, dataFormat, 4)) { in getDataFormat()
/third_party/openssl/apps/
H A Dfipsinstall.c261 || memcmp(module_mac, buf1, module_mac_len) != 0) { in verify_config()
279 || memcmp(install_mac, buf2, install_mac_len) != 0) { in verify_config()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringRef.cpp93 // The two number sequences have the same length (J-I), just memcmp them.
170 if (std::memcmp(Start, Needle, N) == 0)
186 if (std::memcmp(Start, Needle, N - 1) == 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DStringRef.cpp79 // The two number sequences have the same length (J-I), just memcmp them.
156 if (std::memcmp(Start, Needle, N) == 0)
172 if (std::memcmp(Start, Needle, N - 1) == 0)
/third_party/toybox/toys/pending/
H A Dtftp.c294 memcmp(&((struct sockaddr_in *)&server)->sin_addr, in file_get()
298 memcmp(&((struct sockaddr_in6 *)&server)->sin6_addr, in file_get()
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.h78 return memcmp(bytes, other.bytes, kSizeInBytes) == 0; in Equals()
282 memcmp(&dump_.q_[code], &dump_.z_[code], kQRegSizeInBytes) == 0;
/third_party/selinux/libselinux/src/
H A Dregex.c285 if (len1 != len2 || memcmp(regex1->regex, regex2->regex, len1)) in regex_cmp()
533 if (len1 != len2 || memcmp(regex1->regex, regex2->regex, len1)) in regex_cmp()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.h174 return (memcmp(&a, &b, sizeof(T)) < 0); in StructLessThan()
182 return (memcmp(&a, &b, sizeof(T)) == 0); in StructEquals()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c1759 if (memcmp(&dest->viewport.viewports, &src->viewport.viewports, in cmd_buffer_bind_pipeline_static_state()
1774 if (memcmp(&dest->scissor.scissors, &src->scissor.scissors, in cmd_buffer_bind_pipeline_static_state()
1783 if (memcmp(&dest->stencil_compare_mask, &src->stencil_compare_mask, in cmd_buffer_bind_pipeline_static_state()
1791 if (memcmp(&dest->stencil_write_mask, &src->stencil_write_mask, in cmd_buffer_bind_pipeline_static_state()
1799 if (memcmp(&dest->stencil_reference, &src->stencil_reference, in cmd_buffer_bind_pipeline_static_state()
1807 if (memcmp(dest->blend_constants, src->blend_constants, in cmd_buffer_bind_pipeline_static_state()
1816 if (memcmp(&dest->depth_bias, &src->depth_bias, in cmd_buffer_bind_pipeline_static_state()
1941 if (!memcmp(state->dynamic.viewport.viewports + firstViewport, in v3dv_CmdSetViewport()
1974 if (!memcmp(state->dynamic.scissor.scissors + firstScissor, in v3dv_CmdSetScissor()
3096 if (!memcmp((uint8_ in v3dv_CmdPushConstants()
[all...]
/foundation/multimedia/av_codec/services/drm_decryptor/
H A Dcodec_drm_decrypt.cpp323 if (memcmp(data + startPos, USER_REGISTERED_UUID, in DrmFindHevcCeiNalUnit()
356 if (memcmp(data + startPos, USER_REGISTERED_UUID, in DrmFindH264CeiNalUnit()
421 if (memcmp(data + offset, USER_REGISTERED_UUID, DRM_USER_DATA_REGISTERED_UUID_SIZE) == 0) { in DrmFindEncryptionFlagPos()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_aes_crypto_test.cpp158 ret = memcmp((const char *)decryptOutData.data, (const char *)encryptInData.data, decryptOutData.len); in HWTEST_F()
333 ret = memcmp((const char *)decryptOutData.data, (const char *)encryptInData.data, decryptOutData.len); in HWTEST_F()
498 ret = memcmp((const char *)decryptOutData.data, (const char *)encryptInData.data, decryptOutData.len); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp97 return (memcmp(bitmap_, other.bitmap_, sizeof(bitmap_)) == 0); in operator ==()
649 int32_t ret = memcmp(&addr6Start, &addr6End, sizeof(addr6Start)); in GetIp6AndMask()
687 ret = memcmp(&tmpAddr, &addr6End, sizeof(addr6Start)); in GetIp6AndMask()
/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c629 !memcmp(ps->sps_list[sps_id]->data, sps_buf->data, sps_buf->size)) { in ff_h264_decode_seq_parameter_set()
651 if (!memcmp(pps->scaling_matrix8[j], pps->scaling_matrix8[i], in init_dequant8_coeff_table()
677 if (!memcmp(pps->scaling_matrix4[j], pps->scaling_matrix4[i], in init_dequant4_coeff_table()
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c242 || memcmp (build_id->memory, elf_build_id, build_id->len) != 0) in invalid_elf()
342 || memcmp (buffer, ELFMAG, SELFMAG) != 0) in dwfl_segment_report_module()
625 && !memcmp (note_name, "GNU", sizeof "GNU")) in dwfl_segment_report_module()
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.c280 if(!memcmp(junkout, expect, expectLen)) in testConvertFromUnicode()
420 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t))) in testConvertToUnicode()
438 if(!memcmp(junkout, expect, expectlen*2)) in testConvertToUnicode()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c376 if (!memcmp (lit_get_magic_string_utf8 (LIT_MAGIC_STRING_NULL), in ecma_builtin_json_parse_next_token()
392 if (!memcmp (lit_get_magic_string_utf8 (LIT_MAGIC_STRING_TRUE), in ecma_builtin_json_parse_next_token()
408 if (!memcmp (lit_get_magic_string_utf8 (LIT_MAGIC_STRING_FALSE), in ecma_builtin_json_parse_next_token()
/third_party/libexif/libexif/huawei/
H A Dexif-mnote-data-huawei.c394 if (!memcmp (pOrder, "II", 2)) in exif_mnote_data_huawei_load()
396 else if (!memcmp (pOrder, "MM", 2)) in exif_mnote_data_huawei_load()
780 ret = !memcmp(e->data, HUAWEI_HEADER, 8); in exif_mnote_data_huawei_identify()
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c418 fail_unless(!memcmp(snd_buf, rcv_buf, BUF_SZ)); in test_sockets_msgapi_tcp()
596 fail_unless(!memcmp(rcv_buf, snd_buf, sizeof(rcv_buf))); in test_sockets_msgapi_cmsg()
626 fail_unless(!memcmp(rcv_buf, snd_buf, sizeof(rcv_buf))); in test_sockets_msgapi_cmsg()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c362 !memcmp(i915->fragment_sampler + start, samplers, num * sizeof(void *))) in i915_bind_sampler_states()
691 diff = memcmp(old->data, ibuf->data, ibuf->b.width0); in i915_set_constant_buffer()
739 !memcmp(i915->fragment_sampler_views, views, in i915_set_sampler_views()

Completed in 29 milliseconds

1...<<31323334353637383940>>...80