HomeSort by relevance Sort by last modified time
    Searched refs:rpos (Results 1 - 25 of 31) sorted by null

1 2

  /ndk/sources/android/support/src/wcstox/
shgetc.c 7 f->rpos = wcs;
13 if (f->rpos >= f->rend) {
17 wchar_t wc = *f->rpos++;
25 } else if (f->rpos > f->rstart) {
26 f->rpos--;
31 int off = f->rpos - f->rstart;
33 f->rpos = f->rstart + lim;
38 return (off_t)(f->rpos - f->rstart);
shgetc.h 11 // |rpos| is the current reading position.
17 const wchar_t *rstart, *rpos, *rend; member in struct:fake_file_t
  /external/libmicrohttpd/src/microhttpd/
internal.c 134 char *rpos = val; local
140 while ('\0' != *rpos)
142 switch (*rpos)
145 if ( ('\0' == rpos[1]) ||
146 ('\0' == rpos[2]) )
151 buf3[0] = rpos[1];
152 buf3[1] = rpos[2];
159 rpos += 3;
164 *wpos = *rpos;
166 rpos++
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 593 char *rpos, *rend; local
609 rpos = resp;
610 ret = snprintf(rpos, rend - rpos, "SIM-RESP-AUTH %s", imsi);
611 if (ret < 0 || ret >= rend - rpos)
613 rpos += ret;
622 *rpos++ = ' ';
623 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8)
665 char *pos, *rpos, *rend; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_md5.c 35 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);
eap_pax.c 123 u8 *rpos; local
207 rpos = wpabuf_put(resp, EAP_PAX_MAC_LEN);
211 (u8 *) data->cid, data->cid_len, rpos);
213 rpos, EAP_PAX_MAC_LEN);
217 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
220 NULL, 0, NULL, 0, rpos);
221 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
238 u8 *rpos, mac[EAP_PAX_MAC_LEN]; local
308 rpos = wpabuf_put(resp, EAP_PAX_ICV_LEN);
311 NULL, 0, NULL, 0, rpos) < 0)
    [all...]
eap_leap.c 66 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);
eap_sake.c 193 u8 *rpos; local
266 rpos = wpabuf_put(resp, EAP_SAKE_MIC_LEN);
270 wpabuf_head(resp), wpabuf_len(resp), rpos,
271 rpos)) {
294 u8 *rpos; local
339 rpos = wpabuf_put(resp, EAP_SAKE_MIC_LEN);
343 wpabuf_head(resp), wpabuf_len(resp), rpos,
344 rpos)) {
eap_gpsk.c 322 u8 *rpos, *start; local
399 rpos = wpabuf_put(resp, miclen);
401 data->specifier, start, rpos - start, rpos) <
634 u8 *rpos, *start; local
652 rpos = wpabuf_put(resp, mlen);
654 data->specifier, start, rpos - start, rpos) <
eap_tnc.c 208 u8 *rpos, *rpos1; local
390 rpos = tncc_copy_send_buf(data->tncc, rpos1);
391 wpabuf_put(resp, rpos - rpos1);
  /external/llvm/utils/
wciia.py 88 rpos = -1
90 rpos = path.find(fpath)
91 if rpos == 0:
  /external/wpa_supplicant_8/src/common/
wpa_common.c 1287 u8 *start, *end, *rpos, *rend; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 423 btVector3 angularVelocity(const btVector3& rpos) const
425 if(m_rigid) return(btCross(m_rigid->getAngularVelocity(),rpos));
426 if(m_soft) return(btCross(m_soft->m_av,rpos));
435 btVector3 velocity(const btVector3& rpos) const
437 return(linearVelocity()+angularVelocity(rpos));
439 void applyVImpulse(const btVector3& impulse,const btVector3& rpos) const
441 if(m_rigid) m_rigid->applyImpulse(impulse,rpos);
442 if(m_soft) btSoftBody::clusterVImpulse(m_soft,rpos,impulse);
444 void applyDImpulse(const btVector3& impulse,const btVector3& rpos) const
446 if(m_rigid) m_rigid->applyImpulse(impulse,rpos);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 606 const u8 *rpos, *start; local
611 rpos = ric;
612 while (rpos + sizeof(*rdie) < ric + ric_len) {
613 if (rpos[0] != WLAN_EID_RIC_DATA || rpos[1] < sizeof(*rdie) ||
614 rpos + 2 + rpos[1] > ric + ric_len)
616 rdie = (const struct rsn_rdie *) (rpos + 2);
617 rpos += 2 + rpos[1]
    [all...]
gas_serv.c 430 const u8 *rpos, *rend; local
435 rpos = realm_name;
436 while (rpos < realm_name + realm_len &&
438 for (rend = rpos;
447 rend - rpos ||
448 os_strncmp((char *) rpos,
450 rend - rpos) != 0)
457 rpos = rend + 1;
    [all...]
  /external/freetype/src/base/
ftrfork.c 172 FT_Long tag_internal, rpos; local
192 FT_READ_USHORT( rpos ) )
201 subcnt, rpos ));
206 rpos += map_offset;
208 error = FT_Stream_Seek( stream, (FT_ULong)rpos );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftrfork.c 172 FT_Long tag_internal, rpos; local
192 FT_READ_USHORT( rpos ) )
201 subcnt, rpos ));
206 rpos += map_offset;
208 error = FT_Stream_Seek( stream, (FT_ULong)rpos );
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 172 FT_Long tag_internal, rpos; local
192 FT_READ_USHORT( rpos ) )
201 subcnt, rpos ));
206 rpos += map_offset;
208 error = FT_Stream_Seek( stream, (FT_ULong)rpos );
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 130 u8 *rpos, *rpos1; local
161 rpos = tncs_copy_send_buf(data->tncs, rpos1);
162 wpabuf_put(req, rpos - rpos1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 176 rpos = len(s) - 1
177 while amount and s[rpos] == ' ':
178 rpos -= 1
180 return s[lpos:rpos+1]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 176 rpos = len(s) - 1
177 while amount and s[rpos] == ' ':
178 rpos -= 1
180 return s[lpos:rpos+1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 176 rpos = len(s) - 1
177 while amount and s[rpos] == ' ':
178 rpos -= 1
180 return s[lpos:rpos+1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 176 rpos = len(s) - 1
177 while amount and s[rpos] == ' ':
178 rpos -= 1
180 return s[lpos:rpos+1]
    [all...]
  /device/generic/goldfish/qemud/
qemud.c 1093 int rpos = 0, rcount = p->len; local
1099 while (rpos < rcount)
1101 int avail = rcount - rpos;
1109 memcpy( inp->data + inpos, p->data + rpos, avail );
1111 rpos += avail;
1134 memcpy( inp->data + inpos, p->data + rpos, avail );
1136 rpos += avail;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java 4089 SoftbodyJNI.btSoftBody_clusterVImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse); local
4093 SoftbodyJNI.btSoftBody_clusterDImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, impulse); local
4097 SoftbodyJNI.btSoftBody_clusterImpulse(btSoftBody.Cluster.getCPtr(cluster), cluster, rpos, btSoftBody.Impulse.getCPtr(impulse), impulse); local
    [all...]

Completed in 1179 milliseconds

1 2