/third_party/libcoap/src/ |
H A D | coap_uri.c | 102 memcmp(str_var, coap_uri_scheme[i].name, p - str_var) == 0) { in coap_split_uri_sub() 311 memcmp(addr, uri->host.s, uri_host_len) != 0)) { in coap_uri_into_options()
|
/third_party/mbedtls/library/ |
H A D | x509_crl.c | 480 memcmp(crl->sig_oid.p, sig_oid2.p, crl->sig_oid.len) != 0 || in mbedtls_x509_crl_parse_der() 483 memcmp(sig_params1.p, sig_params2.p, sig_params1.len) != 0)) { in mbedtls_x509_crl_parse_der()
|
H A D | hmac_drbg.c | 590 CHK(memcmp(buf, result_pr, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test() 615 CHK(memcmp(buf, result_nopr, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-date.c | 152 if (!memcmp (day_names_p[i], *str_p, 3)) in ecma_date_parse_day_name() 178 if (!memcmp (month_names_p[i], *str_p, 3)) in ecma_date_parse_month_name()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest07.c | 420 if (memcmp in dotest() 458 if (memcmp in dotest()
|
H A D | ftest03.c | 425 if (memcmp in dotest() 463 if (memcmp in dotest()
|
/third_party/libwebsockets/lib/system/dhcpclient/ |
H A D | dhcpc4.c | 351 if (memcmp(&p[4], r->xid, 4)) /* must be our xid */ in lws_dhcpc4_parse() 354 if (memcmp(&p[0x1c], r->is.mac, 6)) /* our netif mac? */ in lws_dhcpc4_parse()
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 433 int memcmp(const void *vl, const void *vr, size_t n) in memcmp() function 435 return g_usrLibc->memcmp(vl, vr, n); in memcmp()
|
/third_party/node/deps/icu-small/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/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()
|