Searched defs:total_len (Results 1 - 25 of 31) sorted by relevance

12

/external/minijail/
H A Dsyscall_filter.h23 size_t total_len; member in struct:filter_block
/external/fio/crc/
H A Dxxhash.h70 uint64_t total_len; member in struct:XXH_state32_t
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-omac1.c49 size_t i, e, left, total_len; local
59 total_len = 0;
61 total_len += len[e];
62 left = total_len;
93 if (left || total_len == 0) {
/external/wpa_supplicant_8/src/crypto/
H A Daes-omac1.c49 size_t i, e, left, total_len; local
59 total_len = 0;
61 total_len += len[e];
62 left = total_len;
93 if (left || total_len == 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-omac1.c49 size_t i, e, left, total_len; local
59 total_len = 0;
61 total_len += len[e];
62 left = total_len;
93 if (left || total_len == 0) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_android.c27 int total_len; member in struct:android_wifi_priv_cmd
59 priv_cmd.total_len = sizeof(buf);
129 priv_cmd.total_len = bp;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c112 size_t total_len; local
119 total_len = 2; /* flag + type length */
121 total_len += short_record ? sizeof(u8) : sizeof(u32);
123 total_len += 1;
124 total_len += type_length + id_length + payload_length;
125 record = wpabuf_alloc(total_len);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_android.c27 int total_len; member in struct:android_wifi_priv_cmd
59 priv_cmd.total_len = sizeof(buf);
129 priv_cmd.total_len = bp;
/external/wpa_supplicant_8/src/wps/
H A Dndef.c112 size_t total_len; local
119 total_len = 2; /* flag + type length */
121 total_len += short_record ? sizeof(u8) : sizeof(u32);
123 total_len += 1;
124 total_len += type_length + id_length + payload_length;
125 record = wpabuf_alloc(total_len);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_android.c27 int total_len; member in struct:android_wifi_priv_cmd
59 priv_cmd.total_len = sizeof(buf);
129 priv_cmd.total_len = bp;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c112 size_t total_len; local
119 total_len = 2; /* flag + type length */
121 total_len += short_record ? sizeof(u8) : sizeof(u32);
123 total_len += 1;
124 total_len += type_length + id_length + payload_length;
125 record = wpabuf_alloc(total_len);
/external/libevent/
H A Devbuffer-internal.h100 size_t total_len; member in struct:evbuffer
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c247 u16 total_len)
259 wpabuf_put_le16(buf, 3 + 1 + 2 + total_len);
242 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
H A Dp2p_build.c479 size_t *total_len, u8 *attr_len)
490 if (info_len + *total_len > MAX_SVC_ADV_LEN) {
588 *total_len += info_len;
589 WPA_PUT_LE16(attr_len, (u16) *total_len);
600 size_t total_len; local
623 total_len = 0;
627 WPA_PUT_LE16(attr_len, (u16) total_len);
634 &ie_len, &pos, &total_len, attr_len);
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN;
651 &total_len,
476 p2p_buf_add_service_info(struct wpabuf *buf, struct p2p_data *p2p, u32 adv_id, u16 config_methods, const char *svc_name, u8 **ie_len, u8 **pos, size_t *total_len, u8 *attr_len) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c247 u16 total_len)
259 wpabuf_put_le16(buf, 3 + 1 + 2 + total_len);
242 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
H A Dp2p_build.c479 size_t *total_len, u8 *attr_len)
490 if (info_len + *total_len > MAX_SVC_ADV_LEN) {
588 *total_len += info_len;
589 WPA_PUT_LE16(attr_len, (u16) *total_len);
600 size_t total_len; local
623 total_len = 0;
627 WPA_PUT_LE16(attr_len, (u16) total_len);
634 &ie_len, &pos, &total_len, attr_len);
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN;
651 &total_len,
476 p2p_buf_add_service_info(struct wpabuf *buf, struct p2p_data *p2p, u32 adv_id, u16 config_methods, const char *svc_name, u8 **ie_len, u8 **pos, size_t *total_len, u8 *attr_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c247 u16 total_len)
259 wpabuf_put_le16(buf, 3 + 1 + 2 + total_len);
242 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
H A Dp2p_build.c479 size_t *total_len, u8 *attr_len)
490 if (info_len + *total_len > MAX_SVC_ADV_LEN) {
588 *total_len += info_len;
589 WPA_PUT_LE16(attr_len, (u16) *total_len);
600 size_t total_len; local
623 total_len = 0;
627 WPA_PUT_LE16(attr_len, (u16) total_len);
634 &ie_len, &pos, &total_len, attr_len);
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN;
651 &total_len,
476 p2p_buf_add_service_info(struct wpabuf *buf, struct p2p_data *p2p, u32 adv_id, u16 config_methods, const char *svc_name, u8 **ie_len, u8 **pos, size_t *total_len, u8 *attr_len) argument
[all...]
/external/boringssl/src/crypto/obj/
H A Dobj.c368 int contents_len, total_len; local
387 total_len = ASN1_object_size(0, contents_len, V_ASN1_OBJECT);
389 buf = OPENSSL_malloc(total_len);
402 op = d2i_ASN1_OBJECT(NULL, &bufp, total_len);
/external/webp/src/enc/
H A Diterator.c121 uint8_t* dst, int len, int total_len) {
124 for (; i < total_len; ++i) dst[i] = dst[len - 1];
120 ImportLine(const uint8_t* src, int src_stride, uint8_t* dst, int len, int total_len) argument
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_RTPpacket.cc808 int total_len = 0; local
825 total_len += len;
837 return payloadLen() - (ptr - payload()) - total_len;
/external/lz4/lib/
H A Dxxhash.c513 U64 total_len; member in struct:__anon13420
525 U64 total_len; member in struct:__anon13421
569 state->total_len = 0;
582 state->total_len = 0;
598 state->total_len += len;
696 if (state->total_len >= 16)
705 h32 += (U32) state->total_len;
752 state->total_len += len;
850 if (state->total_len >= 32)
888 h64 += (U64) state->total_len;
[all...]
/external/dbus/dbus/
H A Ddbus-marshal-recursive.c931 int total_len; local
946 total_len = array_reader_get_array_len (reader);
947 end_pos = reader->u.array.start_pos + total_len;
951 _dbus_verbose ("end_pos %d total_len %d remaining_len %d value_pos %d\n",
952 end_pos, total_len, remaining_len, reader->value_pos);
955 _dbus_assert (remaining_len <= total_len);
/external/fio/
H A Dserver.c113 ssize_t total_len = iov_total_len(iov, count); local
119 total_len -= ret;
120 if (!total_len)
141 if (!total_len)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c1145 UINT16 total_len = 0; local
1158 if ((pbuf_USERIAL_Read->len) <= (len - total_len))
1161 copy_len = (len - total_len);
1163 memcpy((p_data + total_len), current_packet, copy_len);
1165 total_len += copy_len;
1177 if (pbuf_USERIAL_Read == NULL && (total_len < len))
1180 } while ((pbuf_USERIAL_Read != NULL) && (total_len < len));
1183 ALOGD( "%s: returned %d bytes", __func__, total_len);
1185 return total_len;

Completed in 1168 milliseconds

12