Home
last modified time | relevance | path

Searched refs:memcmp (Results 276 - 300 of 1951) sorted by relevance

1...<<11121314151617181920>>...79

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_scan.h70 (0 == memcmp((request)->ssids[0].ssid, "DIRECT-", strlen("DIRECT-"))))
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_demo_upg_verify.c37 if (memcmp(user_info->chip_product, file_chip, HI_APP_CHIP_PRODUCT_LEN) == EOK) { in app_demo_upg_check_chip_product()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dapp_demo_upg_verify.c37 if (memcmp(user_info->chip_product, file_chip, HI_APP_CHIP_PRODUCT_LEN) == EOK) { in app_demo_upg_check_chip_product()
/third_party/ffmpeg/libavcodec/
H A Dlibopenh264.c57 if (memcmp(&libver, &g_stCodecVersion, sizeof(libver))) { in ff_libopenh264_check_version()
/third_party/ffmpeg/libavformat/
H A Dimg2_brender_pix.c31 if (memcmp(p->buf, brender_magic, sizeof(brender_magic))) in brender_read_probe()
/third_party/elfutils/libdwelf/
H A Ddwelf_scn_gnu_compressed_size.c57 && memcmp (d->d_buf, "ZLIB", 4) == 0) in dwelf_scn_gnu_compressed_size()
/third_party/ffmpeg/tests/checkasm/
H A Dblockdsp.c49 if (memcmp(buf0, buf1, sizeof(*buf0) * size)) \
H A Dg722dsp.c47 if (memcmp(dst0, dst1, sizeof(dst0))) in check_qmf()
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DThreadedTest.cpp17 Res += memcmp(Data, Data + Size / 2, 4); in LLVMFuzzerTestOneInput()
/third_party/musl/libc-test/src/regression/
H A Dinet_pton-empty-last-field.c25 if (inet_pton(AF_INET6, addr, buf)!=1 || memcmp(buf, want, 16)!=0) { in main()
/third_party/musl/src/thread/
H A Dpthread_setattr_default_np.c14 if (memcmp(&tmp, &zero, sizeof tmp)) in pthread_setattr_default_np()
/third_party/musl/src/temp/
H A Dmkostemps.c11 if (l<6 || len>l-6 || memcmp(template+l-len-6, "XXXXXX", 6)) { in __mkostemps()
H A Dmktemp.c13 if (l < 6 || memcmp(template+l-6, "XXXXXX", 6)) { in mktemp()
/third_party/nghttp2/lib/
H A Dnghttp2_npn.c34 if (memcmp(&in[i], key, keylen) == 0) { in select_next_protocol()
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemcmp.c37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp() function
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c64 if (memcmp(&st->state.clip, &clip, sizeof(clip)) != 0) { in st_update_clip()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_npn.c34 if (memcmp(&in[i], key, keylen) == 0) { in select_next_protocol()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_macro.h45 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0)
/third_party/ltp/testcases/kernel/syscalls/exit/
H A Dexit02.c41 if (memcmp(buf, FNAME, sizeof(FNAME))) { in check_file()
/third_party/mesa3d/src/util/tests/
H A Dmesa-sha1_test.cpp55 ASSERT_TRUE(memcmp(buf, p.expected_sha1, SHA1_LENGTH) == 0) in TEST_P()
/third_party/skia/src/core/
H A DSkMD5.h28 return 0 == memcmp(data, other.data, sizeof(data)); in operator ==()
/third_party/python/Objects/stringlib/
H A Deq.h23 return memcmp(PyUnicode_1BYTE_DATA(a), PyUnicode_1BYTE_DATA(b), in unicode_eq()
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c645 if (!memcmp(path, "./", 2)) { in fix_path()
849 if (memcmp(header.magic, RESOURCE_PTN_HDR_MAGIC, sizeof(header.magic))) { in get_entry()
872 if (memcmp(entry->tag, INDEX_TBL_ENTR_TAG, sizeof(entry->tag))) { in get_entry()
1033 if (!memcmp(arg, OPT_CHARGE_ANIM_LEVEL_CONF, strlen(OPT_CHARGE_ANIM_LEVEL_CONF))) { in test_charge()
1047 } else if (!memcmp(arg, OPT_CHARGE_ANIM_DELAY, strlen(OPT_CHARGE_ANIM_DELAY))) { in test_charge()
1050 } else if (!memcmp(arg, OPT_CHARGE_ANIM_LOOP_CUR, strlen(OPT_CHARGE_ANIM_LOOP_CUR))) { in test_charge()
1051 only_current_level = !memcmp(arg + strlen(OPT_CHARGE_ANIM_LOOP_CUR), "true", 0x04); in test_charge()
1053 } else if (!memcmp(arg, OPT_CHARGE_ANIM_LEVELS, strlen(OPT_CHARGE_ANIM_LEVELS))) { in test_charge()
1179 } else if (!memcmp(OPT_IMAGE, arg, strlen(OPT_IMAGE))) { in main()
1181 } else if (!memcmp(OPT_ROO in main()
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c662 if (!memcmp(path, "./", 2)) { in fix_path()
860 if (memcmp(header.magic, RESOURCE_PTN_HDR_MAGIC, sizeof(header.magic))) { in get_entry()
887 if (memcmp(entry->tag, INDEX_TBL_ENTR_TAG, sizeof(entry->tag))) { in get_entry()
1046 if (!memcmp(arg, OPT_CHARGE_ANIM_LEVEL_CONF, in test_charge()
1061 } else if (!memcmp(arg, OPT_CHARGE_ANIM_DELAY, in test_charge()
1065 } else if (!memcmp(arg, OPT_CHARGE_ANIM_LOOP_CUR, in test_charge()
1068 !memcmp(arg + strlen(OPT_CHARGE_ANIM_LOOP_CUR), "true", 4); in test_charge()
1070 } else if (!memcmp(arg, OPT_CHARGE_ANIM_LEVELS, in test_charge()
1199 } else if (!memcmp(OPT_IMAGE, arg, strlen(OPT_IMAGE))) { in main()
1201 } else if (!memcmp(OPT_ROO in main()
[all...]
/third_party/libcoap/tests/
H A Dtest_oscore.c25 (sizeof((a)) == (b)->length && memcmp((a), (b)->s, (b)->length) == 0)
473 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], protected_coap_request, in t_oscore_c_4()
539 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], protected, in t_oscore_c_5()
608 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], protected, in t_oscore_c_6()
696 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], unprotected_coap_request, in t_oscore_c_7()
712 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], protected_coap_response, in t_oscore_c_7()
803 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], protected_coap_request, in t_oscore_c_7_2()
820 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], in t_oscore_c_7_2()
910 result = memcmp(&osc_pdu->token[-osc_pdu->hdr_size], unprotected_coap_request, in t_oscore_c_8()
926 result = memcmp( in t_oscore_c_8()
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...79