/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_scan.h | 70 (0 == memcmp((request)->ssids[0].ssid, "DIRECT-", strlen("DIRECT-"))))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_demo_upg_verify.c | 37 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 D | app_demo_upg_verify.c | 37 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 D | libopenh264.c | 57 if (memcmp(&libver, &g_stCodecVersion, sizeof(libver))) { in ff_libopenh264_check_version()
|
/third_party/ffmpeg/libavformat/ |
H A D | img2_brender_pix.c | 31 if (memcmp(p->buf, brender_magic, sizeof(brender_magic))) in brender_read_probe()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_scn_gnu_compressed_size.c | 57 && memcmp (d->d_buf, "ZLIB", 4) == 0) in dwelf_scn_gnu_compressed_size()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | blockdsp.c | 49 if (memcmp(buf0, buf1, sizeof(*buf0) * size)) \
|
H A D | g722dsp.c | 47 if (memcmp(dst0, dst1, sizeof(dst0))) in check_qmf()
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | ThreadedTest.cpp | 17 Res += memcmp(Data, Data + Size / 2, 4); in LLVMFuzzerTestOneInput()
|
/third_party/musl/libc-test/src/regression/ |
H A D | inet_pton-empty-last-field.c | 25 if (inet_pton(AF_INET6, addr, buf)!=1 || memcmp(buf, want, 16)!=0) { in main()
|
/third_party/musl/src/thread/ |
H A D | pthread_setattr_default_np.c | 14 if (memcmp(&tmp, &zero, sizeof tmp)) in pthread_setattr_default_np()
|
/third_party/musl/src/temp/ |
H A D | mkostemps.c | 11 if (l<6 || len>l-6 || memcmp(template+l-len-6, "XXXXXX", 6)) { in __mkostemps()
|
H A D | mktemp.c | 13 if (l < 6 || memcmp(template+l-6, "XXXXXX", 6)) { in mktemp()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_npn.c | 34 if (memcmp(&in[i], key, keylen) == 0) { in select_next_protocol()
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | memcmp.c | 37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp() function
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_clip.c | 64 if (memcmp(&st->state.clip, &clip, sizeof(clip)) != 0) { in st_update_clip()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_npn.c | 34 if (memcmp(&in[i], key, keylen) == 0) { in select_next_protocol()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_macro.h | 45 #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0)
|
/third_party/ltp/testcases/kernel/syscalls/exit/ |
H A D | exit02.c | 41 if (memcmp(buf, FNAME, sizeof(FNAME))) { in check_file()
|
/third_party/mesa3d/src/util/tests/ |
H A D | mesa-sha1_test.cpp | 55 ASSERT_TRUE(memcmp(buf, p.expected_sha1, SHA1_LENGTH) == 0) in TEST_P()
|
/third_party/skia/src/core/ |
H A D | SkMD5.h | 28 return 0 == memcmp(data, other.data, sizeof(data)); in operator ==()
|
/third_party/python/Objects/stringlib/ |
H A D | eq.h | 23 return memcmp(PyUnicode_1BYTE_DATA(a), PyUnicode_1BYTE_DATA(b), in unicode_eq()
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 645 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 D | resource_tool.c | 662 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 D | test_oscore.c | 25 (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...] |