/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkgitems.cpp | 207 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 D | cp_dma_tests.c | 317 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 D | tls-jit-trust.c | 63 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 D | tick-sample.cc | 68 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 D | freedreno_batch_cache.c | 117 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 D | iris_draw.c | 347 } 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 D | lima_blit.c | 205 if (memcmp(identity, in lima_do_blit() 210 if (memcmp(identity, in lima_do_blit()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 346 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 D | crocus_draw.c | 464 } 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 D | rsa_gen.c | 511 && 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 D | fipsinstall.c | 261 || 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 D | bio_ok.c | 506 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 D | tests.c | 337 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 D | bio_ok.c | 506 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 D | esextcTessellationShaderProperties.cpp | 105 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 D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 401 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 D | rsa_gen.c | 511 && 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 D | uSynergy.c | 205 #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 D | SkLibGifCodec.cpp | 51 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 D | pkgitems.cpp | 207 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 D | fipsinstall.c | 261 || 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 D | StringRef.cpp | 93 // 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 D | StringRef.cpp | 79 // 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 D | tftp.c | 294 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 D | test-utils-aarch64.h | 78 return memcmp(bytes, other.bytes, kSizeInBytes) == 0; in Equals() 282 memcmp(&dump_.q_[code], &dump_.z_[code], kQRegSizeInBytes) == 0;
|