Home
last modified time | relevance | path

Searched refs:memcmp (Results 901 - 925 of 1808) sorted by relevance

1...<<31323334353637383940>>...73

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_CROPCAP.c119 CU_ASSERT_EQUAL(memcmp(&cropcap, &cropcap2, sizeof(cropcap)), in do_ioctl_VIDIOC_CROPCAP()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-extensions.c108 memcmp( cur->MBEDTLS_PRIVATE(asn1), oid->MBEDTLS_PRIVATE_V30_ONLY(p), oid->MBEDTLS_PRIVATE_V30_ONLY(len) ) == 0 ) { \
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c308 if (memcmp(peer, ps, (unsigned int)peer_len)) { in ssh_ops_is_pubkey_authorized()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_shader.h458 return memcmp(a, b, key_size) == 0; in svga_compile_keys_equal()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h271 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in graw_util_create_tex2d()
H A Dquad-sample.c254 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in init_tex()
/third_party/node/src/crypto/
H A Dcrypto_hmac.cc273 memcmp(out->data(), params.signature.data(), out->size()) == 0); in EncodeOutput()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.h91 // Also handles the {nullptr} case which would be UB for memcmp. in operator <()
98 return memcmp(bytes.begin(), other.bytes.begin(), bytes.size()) < 0; in operator <()
/third_party/node/src/
H A Dnode_sockaddr-inl.h168 return memcmp(raw(), other.raw(), length()) == 0; in operator ==()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfslabel.c254 same = !memcmp(oldbs, bs, vol->sector_size); in change_serial()
/third_party/node/deps/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h162 0 == memcmp(&data[cur_ix_masked], &data[prev_ix_masked], len)); in StoreAndFindMatches()
/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c222 CU_ASSERT(0 == memcmp("hello world", out, (size_t)outlen)); in test_nghttp2_bufs_remove()
/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter_layout.c85 if (memcmp(dst->Parameters[j].StateIndexes, curr->StateIndexes, in copy_indirect_accessed_array()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_draw.c70 if (memcmp(currval->Ptr, tmp, 4 * sizeof(GLfloat) << dmul_shift) != 0) { in copy_vao()
/third_party/node/deps/icu-small/source/tools/icupkg/
H A Dicupkg.cpp540 if((s-outFilenameBuffer)>5 && 0==memcmp(s-5, suffix, 5)) { in main()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_insert_flow.c283 progress = !!memcmp(&state, &blk->scoreboard_out, sizeof(state)); in scoreboard_block_update()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_analysis.c268 if (memcmp(get_vert(vb, i, stride), in check_elts24()
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.c269 return !memcmp((const char *) e->data, "Apple iOS", strlen("Apple iOS")); in exif_mnote_data_apple_identify()
/third_party/libexif/libexif/
H A Dexif-content.c226 (!memcmp(entry->data, "HUAWEI\0\0", 8))) { in exif_content_get_huawei_makenote_entry()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiocp.c308 if (memcmp(srcbuff, dstbuff, r)) { in run()
/third_party/ltp/testcases/network/lib6/
H A Dasapi_03.c282 } else if (memcmp(&psoe->so_setval, &sobuf, psoe->so_valsize)) { in so_test()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify01.c284 } else if (memcmp(buf, fname, strlen(fname))) { in test_fanotify()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
H A Dmain.c223 !memcmp(ke->buf, kid, kid_len))) { in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H A Dminimal-secure-streams.c254 if (!memcmp(expected_blob_hash, digest, 32)) { in myss_rx()
/third_party/libdrm/tests/amdgpu/
H A Dsecurity_tests.c348 res = memcmp(pp, secure_pattern, sizeof(secure_pattern)); in amdgpu_secure_bounce()

Completed in 15 milliseconds

1...<<31323334353637383940>>...73