Searched refs:pos (Results 451 - 475 of 3391) sorted by relevance

<<11121314151617181920>>

/external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
H A DPowerPC.java15 private int pos; field in class:PowerPC
19 pos = startPos;
35 dest = src + (pos + i - off);
37 dest = src - (pos + i - off);
47 pos += i;
H A DSPARC.java15 private int pos; field in class:SPARC
19 pos = startPos;
37 dest = src + (pos + i - off);
39 dest = src - (pos + i - off);
53 pos += i;
/external/ppp/pppd/plugins/pppoatm/
H A Dans.c38 #define GET16(pos) (((pos)[0] << 8) | (pos)[1])
45 unsigned char *pos,*data,*found; local
56 pos = answer+12;
65 if ((name_len = dn_expand(answer,answer+answer_len,pos,name,MAX_NAME)) < 0)
67 pos += name_len;
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
69 pos
145 int pos,i,j; local
[all...]
H A Dmisc.c20 int __atmlib_fetch(const char **pos,...) argument
27 va_start(ap,pos);
28 ref_len = strlen(*pos);
34 !strncasecmp(*pos,value,len)) {
40 if (best > -1) (*pos) += best_len;
/external/volley/src/main/java/com/android/volley/toolbox/
H A DByteArrayPool.java115 int pos = Collections.binarySearch(mBuffersBySize, buf, BUF_COMPARATOR);
116 if (pos < 0) {
117 pos = -pos - 1;
119 mBuffersBySize.add(pos, buf);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_helpers.c105 char *pos; local
140 pos = strchr(buf, '>');
141 if (pos &&
142 (strncmp(pos + 1, event, strlen(event)) == 0 ||
144 strncmp(pos + 1, event2, strlen(event2)) == 0)))
168 char *pos, *end; local
184 pos = buf;
185 while (pos + flen < buf + len) {
186 if (pos > buf) {
187 if (*pos !
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_otp.c33 const u8 *pos, *password; local
37 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_OTP, reqData, &len);
38 if (pos == NULL) {
43 pos, len);
55 eap_sm_request_otp(sm, (const char *) pos, len);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c80 const u8 *pos; local
83 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &len);
84 if (pos == NULL || len < 1) {
97 const u8 *pos; local
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
101 if (pos == NULL || rlen < 1)
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
117 end = pos + rlen;
118 pos += 9;
119 pos2 = pos;
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_helpers.c105 char *pos; local
140 pos = strchr(buf, '>');
141 if (pos &&
142 (strncmp(pos + 1, event, strlen(event)) == 0 ||
144 strncmp(pos + 1, event2, strlen(event2)) == 0)))
168 char *pos, *end; local
184 pos = buf;
185 while (pos + flen < buf + len) {
186 if (pos > buf) {
187 if (*pos !
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_otp.c33 const u8 *pos, *password; local
37 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_OTP, reqData, &len);
38 if (pos == NULL) {
43 pos, len);
55 eap_sm_request_otp(sm, (const char *) pos, len);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gtc.c80 const u8 *pos; local
83 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &len);
84 if (pos == NULL || len < 1) {
97 const u8 *pos; local
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
101 if (pos == NULL || rlen < 1)
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
117 end = pos + rlen;
118 pos += 9;
119 pos2 = pos;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan_exponential.c27 const char *pos; local
34 pos = os_strchr(params, ':');
35 if (pos == NULL)
38 pos++;
39 data->limit = atoi(pos);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_helpers.c105 char *pos; local
140 pos = strchr(buf, '>');
141 if (pos &&
142 (strncmp(pos + 1, event, strlen(event)) == 0 ||
144 strncmp(pos + 1, event2, strlen(event2)) == 0)))
168 char *pos, *end; local
184 pos = buf;
185 while (pos + flen < buf + len) {
186 if (pos > buf) {
187 if (*pos !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_otp.c33 const u8 *pos, *password; local
37 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_OTP, reqData, &len);
38 if (pos == NULL) {
43 pos, len);
55 eap_sm_request_otp(sm, (const char *) pos, len);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_gtc.c80 const u8 *pos; local
83 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &len);
84 if (pos == NULL || len < 1) {
97 const u8 *pos; local
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
101 if (pos == NULL || rlen < 1)
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
117 end = pos + rlen;
118 pos += 9;
119 pos2 = pos;
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorIDParser.java146 * @param pos INPUT-OUTPUT parameter. On input, the position of
151 public static SingleID parseFilterID(String id, int[] pos) { argument
153 int start = pos[0];
154 Specs specs = parseFilterID(id, pos, true);
156 pos[0] = start;
171 * @param pos INPUT-OUTPUT parameter. On input, the position of
178 public static SingleID parseSingleID(String id, int[] pos, int dir) { argument
180 int start = pos[0];
192 specsA = parseFilterID(id, pos, true);
194 pos[
268 parseGlobalFilter(String id, int[] pos, int dir, int[] withParens, StringBuffer canonID) argument
593 parseFilterID(String id, int[] pos, boolean allowFilter) argument
[all...]
H A DNFSubstitution.java32 final int pos; field in class:NFSubstitution
53 * @param pos The substitution's position in the rule text of the
68 public static NFSubstitution makeSubstitution(int pos, argument
95 return new IntegralPartSubstitution(pos, ruleSet, description);
100 return new NumeratorSubstitution(pos, rule.getBaseValue(),
105 return new MultiplierSubstitution(pos, rule, ruleSet,
113 return new AbsoluteValueSubstitution(pos, ruleSet, description);
121 return new FractionalPartSubstitution(pos, ruleSet, description);
135 return new ModulusSubstitution(pos, rule, rulePredecessor,
139 return new SameValueSubstitution(pos, ruleSe
160 NFSubstitution(int pos, NFRuleSet ruleSet, String description) argument
549 SameValueSubstitution(int pos, NFRuleSet ruleSet, String description) argument
649 MultiplierSubstitution(int pos, NFRule rule, NFRuleSet ruleSet, String description) argument
802 ModulusSubstitution(int pos, NFRule rule, NFRule rulePredecessor, NFRuleSet ruleSet, String description) argument
1041 IntegralPartSubstitution(int pos, NFRuleSet ruleSet, String description) argument
1145 FractionalPartSubstitution(int pos, NFRuleSet ruleSet, String description) argument
1345 AbsoluteValueSubstitution(int pos, NFRuleSet ruleSet, String description) argument
1446 NumeratorSubstitution(int pos, double denominator, NFRuleSet ruleSet, String description) argument
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorIDParser.java145 * @param pos INPUT-OUTPUT parameter. On input, the position of
150 public static SingleID parseFilterID(String id, int[] pos) { argument
152 int start = pos[0];
153 Specs specs = parseFilterID(id, pos, true);
155 pos[0] = start;
170 * @param pos INPUT-OUTPUT parameter. On input, the position of
177 public static SingleID parseSingleID(String id, int[] pos, int dir) { argument
179 int start = pos[0];
191 specsA = parseFilterID(id, pos, true);
193 pos[
267 parseGlobalFilter(String id, int[] pos, int dir, int[] withParens, StringBuffer canonID) argument
592 parseFilterID(String id, int[] pos, boolean allowFilter) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtridpars.cpp104 * @param pos INPUT-OUTPUT parameter. On input, the position of
112 TransliteratorIDParser::parseSingleID(const UnicodeString& id, int32_t& pos, argument
115 int32_t start = pos;
127 specsA = parseFilterID(id, pos, TRUE);
129 pos = start;
133 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) {
135 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
136 specsB = parseFilterID(id, pos, TRUE);
138 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
140 pos
218 parseFilterID(const UnicodeString& id, int32_t& pos) argument
259 parseGlobalFilter(const UnicodeString& id, int32_t& pos, int32_t dir, int32_t& withParens, UnicodeString* canonID) argument
363 int32_t pos = 0; local
704 parseFilterID(const UnicodeString& id, int32_t& pos, UBool allowFilter) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFSubstitution.java31 final int pos; field in class:NFSubstitution
52 * @param pos The substitution's position in the rule text of the
67 public static NFSubstitution makeSubstitution(int pos, argument
94 return new IntegralPartSubstitution(pos, ruleSet, description);
99 return new NumeratorSubstitution(pos, rule.getBaseValue(),
104 return new MultiplierSubstitution(pos, rule, ruleSet,
112 return new AbsoluteValueSubstitution(pos, ruleSet, description);
120 return new FractionalPartSubstitution(pos, ruleSet, description);
134 return new ModulusSubstitution(pos, rule, rulePredecessor,
138 return new SameValueSubstitution(pos, ruleSe
159 NFSubstitution(int pos, NFRuleSet ruleSet, String description) argument
548 SameValueSubstitution(int pos, NFRuleSet ruleSet, String description) argument
648 MultiplierSubstitution(int pos, NFRule rule, NFRuleSet ruleSet, String description) argument
801 ModulusSubstitution(int pos, NFRule rule, NFRule rulePredecessor, NFRuleSet ruleSet, String description) argument
1040 IntegralPartSubstitution(int pos, NFRuleSet ruleSet, String description) argument
1144 FractionalPartSubstitution(int pos, NFRuleSet ruleSet, String description) argument
1344 AbsoluteValueSubstitution(int pos, NFRuleSet ruleSet, String description) argument
1445 NumeratorSubstitution(int pos, double denominator, NFRuleSet ruleSet, String description) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c322 const u8 *pos; local
339 pos = attr.authorized_macs;
341 if (os_memcmp(pos, addr, ETH_ALEN) == 0)
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
345 pos += ETH_ALEN;
552 char *pos = buf; local
560 ret = os_snprintf(pos, end - pos,
563 ret = os_snprintf(pos, end - pos,
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps.c322 const u8 *pos; local
339 pos = attr.authorized_macs;
341 if (os_memcmp(pos, addr, ETH_ALEN) == 0)
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
345 pos += ETH_ALEN;
552 char *pos = buf; local
560 ret = os_snprintf(pos, end - pos,
563 ret = os_snprintf(pos, end - pos,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c322 const u8 *pos; local
339 pos = attr.authorized_macs;
341 if (os_memcmp(pos, addr, ETH_ALEN) == 0)
343 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
345 pos += ETH_ALEN;
552 char *pos = buf; local
560 ret = os_snprintf(pos, end - pos,
563 ret = os_snprintf(pos, end - pos,
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c269 unsigned char *pos, *end; local
276 pos = buf;
277 end = pos + buf_len;
278 if (*pos != USIM_FSP_TEMPL_TAG) {
283 pos++;
284 if (pos >= end)
286 if (pos[0] < end - pos)
287 end = pos + 1 + pos[
520 unsigned long pos; local
1111 char *pos; local
1348 unsigned char resp[3], buf[64], *pos, *end; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c269 unsigned char *pos, *end; local
276 pos = buf;
277 end = pos + buf_len;
278 if (*pos != USIM_FSP_TEMPL_TAG) {
283 pos++;
284 if (pos >= end)
286 if (pos[0] < end - pos)
287 end = pos + 1 + pos[
520 unsigned long pos; local
1111 char *pos; local
1348 unsigned char resp[3], buf[64], *pos, *end; local
[all...]

Completed in 494 milliseconds

<<11121314151617181920>>