/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_CROPCAP.c | 119 CU_ASSERT_EQUAL(memcmp(&cropcap, &cropcap2, sizeof(cropcap)), in do_ioctl_VIDIOC_CROPCAP()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-extensions.c | 108 memcmp( cur->MBEDTLS_PRIVATE(asn1), oid->MBEDTLS_PRIVATE_V30_ONLY(p), oid->MBEDTLS_PRIVATE_V30_ONLY(len) ) == 0 ) { \
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_sshd_demo.c | 308 if (memcmp(peer, ps, (unsigned int)peer_len)) { in ssh_ops_is_pubkey_authorized()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.h | 458 return memcmp(a, b, key_size) == 0; in svga_compile_keys_equal()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | graw_util.h | 271 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in graw_util_create_tex2d()
|
H A D | quad-sample.c | 254 if (memcmp(ptr, tex2d, sizeof tex2d) != 0) { in init_tex()
|
/third_party/node/src/crypto/ |
H A D | crypto_hmac.cc | 273 memcmp(out->data(), params.signature.data(), out->size()) == 0); in EncodeOutput()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.h | 91 // 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 D | node_sockaddr-inl.h | 168 return memcmp(raw(), other.raw(), length()) == 0; in operator ==()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfslabel.c | 254 same = !memcmp(oldbs, bs, vol->sector_size); in change_serial()
|
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_to_binary_tree_inc.h | 162 0 == memcmp(&data[cur_ix_masked], &data[prev_ix_masked], len)); in StoreAndFindMatches()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_buf_test.c | 222 CU_ASSERT(0 == memcmp("hello world", out, (size_t)outlen)); in test_nghttp2_bufs_remove()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_parameter_layout.c | 85 if (memcmp(dst->Parameters[j].StateIndexes, curr->StateIndexes, in copy_indirect_accessed_array()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_draw.c | 70 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 D | icupkg.cpp | 540 if((s-outFilenameBuffer)>5 && 0==memcmp(s-5, suffix, 5)) { in main()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_insert_flow.c | 283 progress = !!memcmp(&state, &blk->scoreboard_out, sizeof(state)); in scoreboard_block_update()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_analysis.c | 268 if (memcmp(get_vert(vb, i, stride), in check_elts24()
|
/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.c | 269 return !memcmp((const char *) e->data, "Apple iOS", strlen("Apple iOS")); in exif_mnote_data_apple_identify()
|
/third_party/libexif/libexif/ |
H A D | exif-content.c | 226 (!memcmp(entry->data, "HUAWEI\0\0", 8))) { in exif_content_get_huawei_makenote_entry()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aiocp.c | 308 if (memcmp(srcbuff, dstbuff, r)) { in run()
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 282 } else if (memcmp(&psoe->so_setval, &sobuf, psoe->so_valsize)) { in so_test()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify01.c | 284 } else if (memcmp(buf, fname, strlen(fname))) { in test_fanotify()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 223 !memcmp(ke->buf, kid, kid_len))) { in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
H A D | minimal-secure-streams.c | 254 if (!memcmp(expected_blob_hash, digest, 32)) { in myss_rx()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | security_tests.c | 348 res = memcmp(pp, secure_pattern, sizeof(secure_pattern)); in amdgpu_secure_bounce()
|