Home
last modified time | relevance | path

Searched refs:memcmp (Results 1576 - 1600 of 5067) sorted by relevance

1...<<61626364656667686970>>...203

/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp207 if((suffix-itemID)==parentLength && 0==memcmp(itemID, parent, parentLength)) { in checkParent()
578 if(0==memcmp(dataFormats[i].dataFormat, dataFormat, 4)) { in getDataFormat()
/third_party/libdrm/tests/amdgpu/
H A Dcp_dma_tests.c317 CU_ASSERT_EQUAL(memcmp(dst_bo_cpu, reference_data, DMA_SIZE) == 0, true); in amdgpu_cp_dma()
389 CU_ASSERT_EQUAL(memcmp(exported_bo_cpu, reference_data, DMA_SIZE) == 0, true); in amdgpu_cp_dma_p2p()
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c63 return memcmp(a->kid, b->kid, a->kid_len); in lws_tls_kid_cmp()
672 !memcmp(skid, pskids, skid_len)) { in lws_tls_jit_trust_blob_queury_skid()
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.cc68 if (!memcmp(pc - offset, pattern->bytes, pattern->bytes_count)) in IsNoFrameRegion()
76 if (!memcmp(pc, pattern->bytes + offset, pattern->bytes_count - offset)) in IsNoFrameRegion()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c117 return (memcmp(a, b, offsetof(struct fd_batch_key, surf[0])) == 0) && in fd_batch_key_equals()
118 (memcmp(a->surf, b->surf, sizeof(a->surf[0]) * a->num_surfs) == 0); in fd_batch_key_equals()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_draw.c347 } else if (memcmp(ice->state.last_grid, grid->grid, sizeof(grid->grid)) != 0) { in iris_update_grid_size_resource()
405 if (memcmp(ice->state.last_block, grid->block, sizeof(grid->block)) != 0) { in iris_launch_grid()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c205 if (memcmp(identity, in lima_do_blit()
210 if (memcmp(identity, in lima_do_blit()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp346 return memcmp(a, b, sizeof(struct d3d12_gfx_pipeline_state)) == 0; in equals_gfx_pipeline_state()
473 return memcmp(a, b, sizeof(struct d3d12_compute_pipeline_state)) == 0; in equals_compute_pipeline_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c464 } else if (memcmp(ice->state.last_grid, grid->grid, sizeof(grid->grid)) != 0) { in crocus_update_grid_size_resource()
505 if (memcmp(ice->state.last_block, grid->block, sizeof(grid->block)) != 0) { in crocus_launch_grid()
/third_party/node/deps/openssl/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/node/deps/openssl/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/node/deps/openssl/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/openssl/test/testutil/
H A Dtests.c337 if (n1 != n2 || s1 == NULL || s2 == NULL || memcmp(s1, s2, n1) != 0) { in test_mem_eq()
352 if (s1 == NULL || memcmp(s1, s2, n1) == 0) { in test_mem_ne()
/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;

Completed in 22 milliseconds

1...<<61626364656667686970>>...203