Searched refs:rpos (Results 1 - 25 of 55) sorted by relevance

123

/external/qemu/android/
H A Dcbuffer.c33 if (cb->rpos < 0 || cb->rpos >= cb->size) {
34 reason = "rpos is out of bounds";
43 file, lineno, reason, cb->rpos, cb->count, cb->size);
54 int wpos = cb->rpos + cb->count;
89 int wpos = cb->rpos + cb->count;
99 ASSERT( wpos >= 0 && wpos < cb->size, "wpos is out-of-bounds: %d (rpos=%d)", wpos, cb->rpos);
125 int rpos = cb->rpos; local
154 int rpos = cb->rpos; local
202 int rpos = cb->rpos; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c629 char *rpos, *rend; local
645 rpos = resp;
646 ret = snprintf(rpos, rend - rpos, "SIM-RESP-AUTH %s", imsi);
647 if (ret < 0 || ret >= rend - rpos)
649 rpos += ret;
658 *rpos++ = ' ';
659 rpos += wpa_snprintf_hex(rpos, rend - rpos, k
701 char *pos, *rpos, *rend; local
[all...]
/external/qemu/include/android/
H A Dcbuffer.h22 int rpos; member in struct:__anon29678
31 cb->rpos = 0;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_md5.c35 u8 *rpos, id; local
88 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
90 rpos)) {
96 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", rpos, CHAP_MD5_LEN);
H A Deap_pax.c122 u8 *rpos; local
206 rpos = wpabuf_put(resp, EAP_PAX_MAC_LEN);
210 (u8 *) data->cid, data->cid_len, rpos);
212 rpos, EAP_PAX_MAC_LEN);
216 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
219 NULL, 0, NULL, 0, rpos);
220 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
237 u8 *rpos, mac[EAP_PAX_MAC_LEN]; local
307 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
310 NULL, 0, NULL, 0, rpos);
[all...]
H A Deap_leap.c66 u8 challenge_len, *rpos; local
117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN);
119 challenge_response(challenge, password, rpos);
121 nt_challenge_response(challenge, password, password_len, rpos);
122 os_memcpy(data->peer_response, rpos, LEAP_RESPONSE_LEN);
124 rpos, LEAP_RESPONSE_LEN);
H A Deap_sake.c194 u8 *rpos; local
268 rpos = wpabuf_put(resp, EAP_SAKE_MIC_LEN);
272 wpabuf_head(resp), wpabuf_len(resp), rpos,
273 rpos)) {
295 u8 *rpos; local
341 rpos = wpabuf_put(resp, EAP_SAKE_MIC_LEN);
345 wpabuf_head(resp), wpabuf_len(resp), rpos,
346 rpos)) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_md5.c35 u8 *rpos, id; local
88 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
90 rpos)) {
96 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", rpos, CHAP_MD5_LEN);
H A Deap_pax.c122 u8 *rpos; local
206 rpos = wpabuf_put(resp, EAP_PAX_MAC_LEN);
210 (u8 *) data->cid, data->cid_len, rpos);
212 rpos, EAP_PAX_MAC_LEN);
216 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
219 NULL, 0, NULL, 0, rpos);
220 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
237 u8 *rpos, mac[EAP_PAX_MAC_LEN]; local
307 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
310 NULL, 0, NULL, 0, rpos);
[all...]
H A Deap_leap.c66 u8 challenge_len, *rpos; local
117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN);
119 challenge_response(challenge, password, rpos);
121 nt_challenge_response(challenge, password, password_len, rpos);
122 os_memcpy(data->peer_response, rpos, LEAP_RESPONSE_LEN);
124 rpos, LEAP_RESPONSE_LEN);
H A Deap_sake.c194 u8 *rpos; local
268 rpos = wpabuf_put(resp, EAP_SAKE_MIC_LEN);
272 wpabuf_head(resp), wpabuf_len(resp), rpos,
273 rpos)) {
295 u8 *rpos; local
341 rpos = wpabuf_put(resp, EAP_SAKE_MIC_LEN);
345 wpabuf_head(resp), wpabuf_len(resp), rpos,
346 rpos)) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_md5.c35 u8 *rpos, id; local
88 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
90 rpos)) {
96 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", rpos, CHAP_MD5_LEN);
H A Deap_pax.c122 u8 *rpos; local
206 rpos = wpabuf_put(resp, EAP_PAX_MAC_LEN);
210 (u8 *) data->cid, data->cid_len, rpos);
212 rpos, EAP_PAX_MAC_LEN);
216 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
219 NULL, 0, NULL, 0, rpos);
220 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
237 u8 *rpos, mac[EAP_PAX_MAC_LEN]; local
307 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
310 NULL, 0, NULL, 0, rpos);
[all...]
H A Deap_leap.c66 u8 challenge_len, *rpos; local
117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN);
119 challenge_response(challenge, password, rpos);
121 nt_challenge_response(challenge, password, password_len, rpos);
122 os_memcpy(data->peer_response, rpos, LEAP_RESPONSE_LEN);
124 rpos, LEAP_RESPONSE_LEN);
/external/llvm/utils/
H A Dwciia.py88 rpos = -1
90 rpos = path.find(fpath)
91 if rpos == 0:
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c1070 u8 *start, *end, *rpos, *rend; local
1090 rpos = start + 2;
1091 rend = rpos + start[1];
1094 rpos += 2 + 4;
1096 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN;
1098 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN;
1100 if (rpos == rend) {
1102 os_memmove(rpos
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c1070 u8 *start, *end, *rpos, *rend; local
1090 rpos = start + 2;
1091 rend = rpos + start[1];
1094 rpos += 2 + 4;
1096 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN;
1098 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN;
1100 if (rpos == rend) {
1102 os_memmove(rpos
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c1070 u8 *start, *end, *rpos, *rend; local
1090 rpos = start + 2;
1091 rend = rpos + start[1];
1094 rpos += 2 + 4;
1096 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN;
1098 rpos += 2 + WPA_GET_LE16(rpos) * RSN_SELECTOR_LEN;
1100 if (rpos == rend) {
1102 os_memmove(rpos
[all...]
/external/qemu/audio/
H A Dwavaudio.c60 int rpos, decr, samples; local
78 rpos = hw->rpos;
80 int left_till_end_samples = hw->samples - rpos;
83 src = hw->mix_buf + rpos;
84 dst = advance (wav->pcm_buf, rpos << hw->info.shift);
92 rpos = (rpos + convert_samples) % hw->samples;
97 hw->rpos = rpos;
[all...]
H A Desdaudio.c75 int rpos; member in struct:__anon29234
127 int decr, to_mix, rpos; local
144 rpos = hw->rpos;
152 int chunk = audio_MIN (to_mix, hw->samples - rpos);
153 struct st_sample *src = hw->mix_buf + rpos;
176 rpos = (rpos + wsamples) % hw->samples;
180 rpos = (rpos
[all...]
H A Daudio.c971 struct st_sample *src = hw->mix_buf + hw->rpos;
972 uint8_t *dst = advance (pcm_buf, hw->rpos << hw->info.shift);
973 int samples_till_end_of_buf = hw->samples - hw->rpos;
978 hw->rpos = (hw->rpos + samples_to_clip) % hw->samples;
992 int rpos; local
999 rpos = hw->wpos - live;
1000 if (rpos >= 0) {
1001 return rpos;
1004 return hw->samples + rpos;
1011 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local
1441 audio_capture_mix_and_clear(HWVoiceOut *hw, int rpos, int samples) argument
1620 int live, rpos, captured; local
[all...]
H A Dpaaudio.c48 int rpos; member in struct:__anon29241
100 int decr, to_mix, rpos; local
117 rpos = hw->rpos;
125 int chunk = audio_MIN (to_mix, hw->samples - rpos);
126 struct st_sample *src = hw->mix_buf + rpos;
136 rpos = (rpos + chunk) % hw->samples;
144 pa->rpos = rpos;
[all...]
H A Ddsoundaudio.c356 int pos = hw->rpos + dst_len;
357 struct st_sample *src1 = hw->mix_buf + hw->rpos;
361 src_len1 = hw->samples - hw->rpos;
376 hw->rpos = pos % hw->samples;
766 DWORD cpos, rpos; local
786 ds->first_time ? &rpos : NULL
795 if (rpos & hw->info.align) {
797 rpos, hw->info.align);
799 hw->wpos = rpos >> hwshift;
H A Dnoaudio.c57 hw->rpos = (hw->rpos + decr) % hw->samples;
/external/lldb/source/Target/
H A DSectionLoadList.cpp229 addr_to_sect_collection::const_reverse_iterator rpos = m_addr_to_sect.rbegin(); local
230 if (load_addr >= rpos->first)
232 addr_t offset = load_addr - rpos->first;
233 if (offset < rpos->second->GetByteSize())
237 return rpos->second->ResolveContainedAddress (offset, so_addr);

Completed in 2616 milliseconds

123