Home
last modified time | relevance | path

Searched refs:memcmp (Results 701 - 725 of 1833) sorted by relevance

1...<<21222324252627282930>>...74

/third_party/libcoap/src/
H A Dcoap_uri.c102 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 Dx509_crl.c480 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 Dhmac_drbg.c590 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 Decma-builtin-date.c152 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 Dftest07.c420 if (memcmp in dotest()
458 if (memcmp in dotest()
H A Dftest03.c425 if (memcmp in dotest()
463 if (memcmp in dotest()
/third_party/libwebsockets/lib/system/dhcpclient/
H A Ddhcpc4.c351 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 Dlos_usr_libc.c433 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 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/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()

Completed in 20 milliseconds

1...<<21222324252627282930>>...74