/external/strace/tests/ |
D | netlink_kobject_uevent.c | 62 const unsigned int extra_len = LENGTH_OF(extra); in test_nlmsg_type_udev() local 65 char *const buf = tail_alloc(uh_len + extra_len); in test_nlmsg_type_udev() 66 memcpy(buf + extra_len, &uh, uh_len); in test_nlmsg_type_udev() 68 sys_send(fd, buf + extra_len, uh_len); in test_nlmsg_type_udev() 83 memcpy(buf + uh_len, extra, extra_len); in test_nlmsg_type_udev() 84 sys_send(fd, buf, uh_len + extra_len); in test_nlmsg_type_udev() 96 print_quoted_memory(buf + uh_len, extra_len); in test_nlmsg_type_udev() 98 uh_len + extra_len, errstr); in test_nlmsg_type_udev() 100 memcpy(buf + extra_len + 1, &uh, uh_len - 1); in test_nlmsg_type_udev() 101 sys_send(fd, buf + extra_len + 1, uh_len); in test_nlmsg_type_udev()
|
/external/strace/tests-m32/ |
D | netlink_kobject_uevent.c | 62 const unsigned int extra_len = LENGTH_OF(extra); in test_nlmsg_type_udev() local 65 char *const buf = tail_alloc(uh_len + extra_len); in test_nlmsg_type_udev() 66 memcpy(buf + extra_len, &uh, uh_len); in test_nlmsg_type_udev() 68 sys_send(fd, buf + extra_len, uh_len); in test_nlmsg_type_udev() 83 memcpy(buf + uh_len, extra, extra_len); in test_nlmsg_type_udev() 84 sys_send(fd, buf, uh_len + extra_len); in test_nlmsg_type_udev() 96 print_quoted_memory(buf + uh_len, extra_len); in test_nlmsg_type_udev() 98 uh_len + extra_len, errstr); in test_nlmsg_type_udev() 100 memcpy(buf + extra_len + 1, &uh, uh_len - 1); in test_nlmsg_type_udev() 101 sys_send(fd, buf + extra_len + 1, uh_len); in test_nlmsg_type_udev()
|
/external/strace/tests-mx32/ |
D | netlink_kobject_uevent.c | 62 const unsigned int extra_len = LENGTH_OF(extra); in test_nlmsg_type_udev() local 65 char *const buf = tail_alloc(uh_len + extra_len); in test_nlmsg_type_udev() 66 memcpy(buf + extra_len, &uh, uh_len); in test_nlmsg_type_udev() 68 sys_send(fd, buf + extra_len, uh_len); in test_nlmsg_type_udev() 83 memcpy(buf + uh_len, extra, extra_len); in test_nlmsg_type_udev() 84 sys_send(fd, buf, uh_len + extra_len); in test_nlmsg_type_udev() 96 print_quoted_memory(buf + uh_len, extra_len); in test_nlmsg_type_udev() 98 uh_len + extra_len, errstr); in test_nlmsg_type_udev() 100 memcpy(buf + extra_len + 1, &uh, uh_len - 1); in test_nlmsg_type_udev() 101 sys_send(fd, buf + extra_len + 1, uh_len); in test_nlmsg_type_udev()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.h | 87 const u8 *mac, const u8 *extra, size_t extra_len); 89 const u8 *extra, size_t extra_len); 100 size_t extra_len); 102 u8 *mac, const u8 *extra, size_t extra_len); 128 size_t extra_len) in eap_sim_verify_mac_sha256() argument 216 const u8 *extra, size_t extra_len);
|
D | eap_sim_common.c | 166 const u8 *mac, const u8 *extra, size_t extra_len) in eap_sim_verify_mac() argument 185 len[1] = extra_len; in eap_sim_verify_mac() 192 extra, extra_len); in eap_sim_verify_mac() 205 const u8 *extra, size_t extra_len) in eap_sim_add_mac() argument 214 len[1] = extra_len; in eap_sim_add_mac() 220 extra, extra_len); in eap_sim_add_mac() 360 const u8 *mac, const u8 *extra, size_t extra_len) in eap_sim_verify_mac_sha256() argument 379 len[1] = extra_len; in eap_sim_verify_mac_sha256() 386 extra, extra_len); in eap_sim_verify_mac_sha256() 399 u8 *mac, const u8 *extra, size_t extra_len) in eap_sim_add_mac_sha256() argument [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_web.c | 313 size_t extra_len = 0; in web_connection_parse_get() local 332 extra_len = 3000; in web_connection_parse_get() 334 extra_len += os_strlen(iface->wps->friendly_name); in web_connection_parse_get() 336 extra_len += os_strlen(iface->wps->manufacturer_url); in web_connection_parse_get() 338 extra_len += os_strlen(iface->wps->model_description); in web_connection_parse_get() 340 extra_len += os_strlen(iface->wps->model_url); in web_connection_parse_get() 342 extra_len += os_strlen(iface->wps->upc); in web_connection_parse_get() 346 extra_len = os_strlen(wps_scpd_xml); in web_connection_parse_get() 368 buf = wpabuf_alloc(1000 + extra_len); in web_connection_parse_get()
|
/external/bsdiff/ |
D | test_utils.cc | 121 extra_len = file_size - kHeaderSize - ctrl_len - diff_len; in LoadFromFile() 128 bz2_extra = vector<uint8_t>(ptr, ptr + extra_len); in LoadFromFile()
|
D | test_utils.h | 78 uint64_t extra_len = 0; member
|
D | patch_writer_unittest.cc | 68 EXPECT_EQ(sizeof(kCompressedEmpty), patch.extra_len); in TEST_F()
|
/external/curl/lib/ |
D | content_encoding.c | 381 ssize_t extra_len; in check_gzip_header() local 386 extra_len = (data[1] << 8) | data[0]; in check_gzip_header() 388 if(len < (extra_len + 2)) in check_gzip_header() 391 len -= (extra_len + 2); in check_gzip_header() 392 data += (extra_len + 2); in check_gzip_header()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 230 int i, payload_len, extra_len; in do_sendmsg_corked() local 234 extra_len = cfg_payload_len - (cfg_cork * payload_len); in do_sendmsg_corked() 246 msg->msg_iov[0].iov_len = payload_len + extra_len; in do_sendmsg_corked() 247 extra_len = 0; in do_sendmsg_corked()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_bsd.c | 1362 size_t extra_len; in wpa_driver_bsd_add_scan_entry() local 1365 extra_len = 2 + sr->isr_ssid_len; in wpa_driver_bsd_add_scan_entry() 1366 extra_len += 2 + sr->isr_nrates; in wpa_driver_bsd_add_scan_entry() 1367 extra_len += 3; /* ERP IE */ in wpa_driver_bsd_add_scan_entry() 1368 extra_len += sr->isr_ie_len; in wpa_driver_bsd_add_scan_entry() 1370 result = os_zalloc(sizeof(*result) + extra_len); in wpa_driver_bsd_add_scan_entry()
|
D | driver_wext.c | 1430 size_t extra_len; in wpa_driver_wext_add_scan_entry() local 1448 extra_len = 0; in wpa_driver_wext_add_scan_entry() 1450 extra_len += 2 + data->ssid_len; in wpa_driver_wext_add_scan_entry() 1452 extra_len += 3; in wpa_driver_wext_add_scan_entry() 1454 r = os_zalloc(sizeof(*r) + extra_len + data->ie_len); in wpa_driver_wext_add_scan_entry() 1458 r->ie_len = extra_len + data->ie_len; in wpa_driver_wext_add_scan_entry()
|
/external/python/cpython3/Lib/ |
D | gzip.py | 420 extra_len, = struct.unpack("<H", self._read_exact(2)) 421 self._read_exact(extra_len)
|
/external/u-boot/lib/zlib/ |
D | deflate.c | 515 wraplen += 2 + s->gzhead->extra_len; 640 put_byte(s, s->gzhead->extra_len & 0xff); 641 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); 684 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) { 700 if (s->gzindex == s->gzhead->extra_len) {
|
D | inflate.c | 445 state->head->extra_len = (unsigned)hold; in inflate() 459 len = state->head->extra_len - state->length; in inflate()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_aka.c | 905 size_t extra_len) in eap_aka_verify_mac() argument 909 extra_len); in eap_aka_verify_mac() 910 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len); in eap_aka_verify_mac()
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *)
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 451 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_aka.c | 817 size_t extra_len) in eap_aka_verify_mac() argument 821 extra_len); in eap_aka_verify_mac() 822 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len); in eap_aka_verify_mac()
|
/external/zlib/src/ |
D | deflate.c | 682 wraplen += 2 + s->gzhead->extra_len; 890 put_byte(s, s->gzhead->extra_len & 0xff); 891 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); 903 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
|
D | zlib.h | 120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 682 wraplen += 2 + s->gzhead->extra_len; 890 put_byte(s, s->gzhead->extra_len & 0xff); 891 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); 903 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
|
D | zlib.h | 120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
|
/external/zlib/ |
D | zlib.h | 120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
|