/third_party/curl/src/ |
H A D | tool_cb_hdr.c | 158 if(memcmp(p, "filename=", 9)) { in tool_header_cb()
|
/third_party/curl/tests/http/clients/ |
H A D | ws-data.c | 143 if(memcmp(exp_data + r_offset, recvbuf, nread)) { in recv_binary()
|
/third_party/gn/src/base/files/ |
H A D | file_util.cc | 66 (memcmp(buffer1, buffer2, static_cast<size_t>(file1.gcount())))) { in ContentsEqual()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | xtea.c | 69 if (memcmp(dst, ref, 8*len)) { in test_xtea()
|
/third_party/glfw/tests/ |
H A D | monitors.c | 127 if (memcmp(mode, modes + i, sizeof(GLFWvidmode)) == 0) in list_modes()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-flac-test.c | 231 if (memcmp(raw_in, raw_out, out_frame_bytes * NUMBER_OF_AUDIO_FRAMES) != 0) { in run_test()
|
/third_party/gn/src/gn/ |
H A D | source_file.cc | 28 !::memcmp(str.data() + str.size() - ext.size(), ext.data(), in EndsWithExtension()
|
/third_party/libwebsockets/lib/core/ |
H A D | lws_map.c | 103 return memcmp(key1, key2, kl1); in lws_map_compare_key_default()
|
/third_party/libsnd/src/ |
H A D | chanmap.c | 239 if (memcmp (chan_map, curr_map [k].channel_map, channels * sizeof (chan_map [0])) == 0) in aiff_caf_find_channel_layout_tag()
|
H A D | ogg_vcomment.c | 93 { if (memcmp (p, ident->ident, ident->length) != 0) in vorbiscomment_read_tags()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 78 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
|
/third_party/libuv/test/ |
H A D | benchmark-udp-pummel.c | 123 ASSERT(!memcmp(buf->base, EXPECTED, nread)); in recv_cb()
|
H A D | test-udp-ipv6.c | 133 ASSERT(!memcmp(buf->base, data, 9)); in ipv6_recv_ok()
|
/third_party/libwebsockets/lib/drivers/netdev/ |
H A D | netdev.c | 146 !memcmp(bssid, w->bssid, 6)) in lws_netdev_credentials_find()
|
H A D | wifi.c | 68 !memcmp(bssid, w->bssid, 6)) in lws_netdev_wifi_scan_find()
|
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | lwsac.c | 224 !memcmp(pos, find, len)) in lwsac_scan_extant()
|
/third_party/libcoap/src/ |
H A D | coap_async.c | 29 ((val2) == 0 || memcmp((out)->field3, (val3), (val2)) == 0)) break; \
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-symbol.cpp | 201 TEST_ASSERT (memcmp (str_buff, SYMBOL_DESCIPTIVE_STRING_BAR, sizeof (SYMBOL_DESCIPTIVE_STRING_BAR) - 1) == 0); in HWTEST_F()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
H A D | minimal-secure-streams.c | 236 if (memcmp(hugeurl, check, hugeurl_size)) { in myss_rx()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zutil.h | 235 # define zmemcmp memcmp
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | primitives.c | 322 return memcmp(bd1->buf, bd2->buf, bd1->len); in lws_mqtt_bindata_cmp()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/ |
H A D | protocol_lws_minimal_pmd_bulk.c | 228 if (memcmp(in, &redundant_string[m], s)) { in callback_minimal_pmd_bulk()
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_MODULATOR.c | 99 CU_ASSERT_EQUAL(memcmp in do_get_modulator()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-value.h | 141 !memcmp(bit_pattern_, other.bit_pattern_, in operator ==()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zutil.h | 234 # define zmemcmp memcmp
|