/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 3520 if (!memcmp(&vs_const_f[StartRegister * 4], pConstantData, in NineDevice9_SetVertexShaderConstantF() 3575 if (!memcmp(&state->vs_const_i[4 * StartRegister], pConstantData, in NineDevice9_SetVertexShaderConstantI() 3952 if (!memcmp(&state->ps_const_f[StartRegister * 4], pConstantData, in NineDevice9_SetPixelShaderConstantF() 4005 if (!memcmp(&state->ps_const_i[StartRegister][0], pConstantData, in NineDevice9_SetPixelShaderConstantI()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2681 int comp = memcmp(this->cstr_, other.cstr_, min_len); in operator <() 2694 int comp = memcmp(this->cstr_, other.cstr_, this_len); in operator ==() 2939 int comp = memcmp(this_str, other_str, min_len); in operator <() 2994 int comp = memcmp(this_str, other_str, this_len); in operator ==()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2657 int comp = memcmp(this->cstr_, other.cstr_, min_len); 2670 int comp = memcmp(this->cstr_, other.cstr_, this_len); 2907 int comp = memcmp(this_str, other_str, min_len); 2962 int comp = memcmp(this_str, other_str, this_len);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2657 int comp = memcmp(this->cstr_, other.cstr_, min_len); 2670 int comp = memcmp(this->cstr_, other.cstr_, this_len); 2907 int comp = memcmp(this_str, other_str, min_len); 2962 int comp = memcmp(this_str, other_str, this_len);
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2657 int comp = memcmp(this->cstr_, other.cstr_, min_len); 2670 int comp = memcmp(this->cstr_, other.cstr_, this_len); 2907 int comp = memcmp(this_str, other_str, min_len); 2962 int comp = memcmp(this_str, other_str, this_len);
|
/third_party/littlefs/ |
H A D | lfs.c | 145 int res = memcmp(dat, data + i, diff); in lfs_bd_cmp() 1461 if ((namelen == 1 && memcmp(name, ".", 1) == 0) || in lfs_dir_find() 1462 (namelen == 2 && memcmp(name, "..", 2) == 0)) { in lfs_dir_find() 1478 if (sufflen == 2 && memcmp(suffix, "..", 2) == 0) { in lfs_dir_find() 5430 memcmp(&entry.d.u, e, sizeof(entry.d.u)) == 0) { 5479 if (err || memcmp(superblock.d.magic, "littlefs", 8) != 0) {
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 743 memcmp(exts, expected_extensions, len * sizeof(*exts)) != 0) { in full_client_hello_callback() 4149 && memcmp(prot, servalpn, protlen) == 0) { in alpn_select_cb() 5588 && memcmp(cookie, cookie_magic_value, cookie_len) == 0) in verify_cookie_callback() 7813 || !TEST_int_eq(memcmp(tickdata, appdata, tickdlen), 0)) in dec_tick_cb() 8243 || !TEST_int_eq(memcmp(msg, buf, readbytes), 0) in test_shutdown() 8247 || !TEST_int_eq(memcmp(msg, buf, readbytes), 0)) in test_shutdown()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 450 if (memcmp(accountIdHash, foundInfo->accountHash, SHORT_USER_ID_HASH_LEN) == 0) { in ProcessHashAccount() 1584 if (memcmp((void *)key, (void *)msg->key, SHA_HASH_LEN) == 0) { in GetRecvMessage()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_session.c | 437 if (memcmp(&peerInfo->dstAddr, peerAddr, sizeof(struct sockaddr_in)) == 0 && in SearchPeerInfoNode() 751 if (memcmp(&peerInfo->dstAddr, peerAddr, sizeof(struct sockaddr_in)) == 0 && in HandleWithoutSettingError()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpegtsenc.c | 662 memcmp(&st->codecpar->extradata[21], channel_map_a[ch - 1], ch) == 0) { in mpegts_write_pmt() 666 memcmp(&st->codecpar->extradata[21], channel_map_b[ch - 1], ch) == 0) { in mpegts_write_pmt()
|
/third_party/ffmpeg/libavutil/ |
H A D | opt.c | 2132 ret = !memcmp(opt_ptr, tmp.data, tmp.size); in av_opt_is_set_to_default() 2172 return !memcmp(color, dst, sizeof(color)); in av_opt_is_set_to_default()
|
/third_party/curl/src/ |
H A D | tool_operate.c | 1650 (memcmp(config->cert, "loadmem=",8) == 0)) { in single_transfer() 1693 (memcmp(config->key, "loadmem=",8) == 0)) { in single_transfer()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 730 retval = memcmp (read_gamma, gamma, sizeof (read_gamma)); in write_gamma() 769 retval = memcmp (gain_offset, check_data, size); in write_default_offset_gain()
|
H A D | hp3500.c | 1472 if (!memcmp (testbuf, data, 0x818)) in rt_detect_sram() 1506 if (!memcmp (read_data, write_data, 32)) in rt_detect_sram()
|
/third_party/lzma/C/ |
H A D | XzDec.c | 1247 if (XzCheck_Final(&p->check, digest) && memcmp(digest, p->buf, checkSize) != 0)
in XzUnpacker_Code() 1297 if (memcmp(digest, p->shaDigest, SHA256_DIGEST_SIZE) != 0)
in XzUnpacker_Code()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 524 (memcmp(src->swizzle, trivial_swizzle, num_components) == 0); in nir_alu_src_is_trivial_ssa() 876 return memcmp(tex->tg4_offsets, default_tg4_offsets, in nir_tex_instr_has_explicit_tg4_offsets()
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 2039 0 == memcmp(alpn_proto, "h2", sizeof("h2") - 1)) { in GetALPNNegotiatedProto() 2042 0 == memcmp(alpn_proto, "http/1.1", sizeof("http/1.1") - 1)) { in GetALPNNegotiatedProto()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 1719 && !memcmp((char*)a + le16_to_cpu(a->name_offset), 2394 if (memcmp(image_hdr.magic, IMAGE_MAGIC, IMAGE_MAGIC_SIZE) != 0)
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 727 memcmp(alpn.byte(), proto_id, alpn.size()) == 0) { in quic_alpn_select_proto_cb() 1853 if (saddrlen == ip_addrlen && memcmp(saddr, ip_addr, ip_addrlen) == 0) { in verify_numeric_hostname()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 1226 if (memcmp(&first->key, key, key_size) == 0) { in find_or_add_variant() 1244 if (memcmp(&v->key, key, key_size) == 0) { in find_or_add_variant()
|
H A D | iris_resource.c | 1886 assert(memcmp(&dst->surf, &src->surf, sizeof(dst->surf)) == 0); in iris_replace_buffer_storage() 2668 memcmp(&res->aux.clear_color, &color, sizeof(color)) != 0) { in iris_resource_set_clear_color()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.c | 405 !memcmp(a_k->bindings, b_k->bindings, a_k->num_bindings * sizeof(VkDescriptorSetLayoutBinding)); in equals_descriptor_layout() 486 !memcmp(a_k->sizes, b_k->sizes, b_num_type_sizes * sizeof(VkDescriptorPoolSize)); in equals_descriptor_pool_key()
|
H A D | zink_resource.c | 75 return memcmp(pa + offset, pb + offset, sizeof(VkImageViewCreateInfo) - offset) == 0; in equals_ivci() 84 return memcmp(pa + offset, pb + offset, sizeof(VkBufferViewCreateInfo) - offset) == 0; in equals_bvci()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 68 return !memcmp(a, b, sizeof(struct dzn_graphics_pipeline_variant_key)); in gfx_pipeline_variant_key_equal() 1477 !memcmp(&in_blend->pAttachments[i - 1], &in_blend->pAttachments[i], in dzn_graphics_pipeline_translate_blend()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 2340 if (bytes != 3 || memcmp(mbuf, tls_do, 3) != 0) in s_client_main() 2348 if (bytes != 6 || memcmp(mbuf, tls_follows, 6) != 0) in s_client_main()
|