Searched refs:pos (Results 251 - 275 of 3391) sorted by relevance

<<11121314151617181920>>

/external/v8/src/parsing/
H A Dfunc-name-inferrer.cc60 int pos, const AstString* prev) {
61 if (pos >= names_stack_.length()) return prev;
62 if (pos < names_stack_.length() - 1 &&
63 names_stack_.at(pos).type == kVariableName &&
64 names_stack_.at(pos + 1).type == kVariableName) {
66 return MakeNameFromStackHelper(pos + 1, prev);
69 const AstRawString* name = names_stack_.at(pos).name;
74 return MakeNameFromStackHelper(pos + 1, curr);
76 return MakeNameFromStackHelper(pos + 1, names_stack_.at(pos)
59 MakeNameFromStackHelper( int pos, const AstString* prev) argument
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmbr.cc54 size_t* pos) {
60 AssignUWord32(buffer, pos, tmmbr_item.SSRC);
61 AssignUWord8(buffer, pos, (exp << 2) + ((mantissa >> 15) & 0x03));
62 AssignUWord8(buffer, pos, mantissa >> 7);
63 AssignUWord8(buffer, pos, (mantissa << 1) +
65 AssignUWord8(buffer, pos, tmmbr_item.MeasuredOverhead);
83 size_t* pos) {
84 AssignUWord32(buffer, pos, tmmbr.SenderSSRC);
85 AssignUWord32(buffer, pos, kUnusedMediaSourceSsrc0);
86 CreateTmmbrItem(tmmbr_item, buffer, pos);
52 CreateTmmbrItem(const RTCPPacketRTPFBTMMBRItem& tmmbr_item, uint8_t* buffer, size_t* pos) argument
80 CreateTmmbr(const RTCPPacketRTPFBTMMBR& tmmbr, const RTCPPacketRTPFBTMMBRItem& tmmbr_item, uint8_t* buffer, size_t* pos) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.cpp39 int32_t pos,
41 parseError.offset = pos;
45 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1
47 int32_t stop = pos;
53 start = pos+1;
54 stop = ((pos+U_PARSE_CONTEXT_LEN)<=pattern.length()) ? (pos+(U_PARSE_CONTEXT_LEN-1)) :
157 int32_t pos = 0; local
161 for (int32_t part=0; part<2 && pos<patLe
38 syntaxError(const UnicodeString& pattern, int32_t pos, UParseError& parseError) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c46 * Return the position in the cache for the tile that contains win pos (x,y).
62 int pos, bit; local
63 pos = addr.bits.y * (MAX_WIDTH / TILE_SIZE) + addr.bits.x;
64 assert(pos / 32 < (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32);
65 bit = bitvec[pos / 32] & (1 << (pos & 31));
76 int pos; local
77 pos = addr.bits.y * (MAX_WIDTH / TILE_SIZE) + addr.bits.x;
78 assert(pos / 32 < (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32);
79 bitvec[pos / 3
87 uint pos; local
135 uint pos; local
388 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) argument
434 int inuse = 0, pos; local
470 unsigned pos; local
504 const int pos = CACHE_POS(addr.bits.x, local
618 uint pos; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gpsk.c147 u8 *pos, *start; local
180 pos = wpabuf_put(req, miclen);
182 data->specifier, start, pos - start, pos) < 0)
215 const u8 *pos; local
218 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GPSK, respData, &len);
219 if (pos == NULL || len < 1) {
224 wpa_printf(MSG_DEBUG, "EAP-GPSK: Received frame: opcode=%d", *pos);
226 if (data->state == GPSK_1 && *pos == EAP_GPSK_OPCODE_GPSK_2)
229 if (data->state == GPSK_3 && *pos
243 const u8 *pos, *end; local
476 const u8 *pos, *end; local
545 const u8 *pos; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gpsk.c147 u8 *pos, *start; local
180 pos = wpabuf_put(req, miclen);
182 data->specifier, start, pos - start, pos) < 0)
215 const u8 *pos; local
218 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GPSK, respData, &len);
219 if (pos == NULL || len < 1) {
224 wpa_printf(MSG_DEBUG, "EAP-GPSK: Received frame: opcode=%d", *pos);
226 if (data->state == GPSK_1 && *pos == EAP_GPSK_OPCODE_GPSK_2)
229 if (data->state == GPSK_3 && *pos
243 const u8 *pos, *end; local
476 const u8 *pos, *end; local
545 const u8 *pos; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_gpsk.c147 u8 *pos, *start; local
180 pos = wpabuf_put(req, miclen);
182 data->specifier, start, pos - start, pos) < 0)
215 const u8 *pos; local
218 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GPSK, respData, &len);
219 if (pos == NULL || len < 1) {
224 wpa_printf(MSG_DEBUG, "EAP-GPSK: Received frame: opcode=%d", *pos);
226 if (data->state == GPSK_1 && *pos == EAP_GPSK_OPCODE_GPSK_2)
229 if (data->state == GPSK_3 && *pos
243 const u8 *pos, *end; local
476 const u8 *pos, *end; local
545 const u8 *pos; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.c171 struct rsn_pmksa_cache_entry *pos, *prev; local
175 pos = pmksa->pmksa;
177 while (pos) {
178 if (os_memcmp(entry->aa, pos->aa, ETH_ALEN) == 0) {
179 if (pos->pmk_len == entry->pmk_len &&
180 os_memcmp_const(pos->pmk, entry->pmk,
182 os_memcmp_const(pos->pmkid, entry->pmkid,
187 return pos;
190 pmksa->pmksa = pos->next;
192 prev->next = pos
495 char *pos = buf; local
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c186 const u8 *pos, *end; local
205 pos = hdr.payload;
206 end = pos + hdr.length;
210 if (asn1_get_oid(pos, end - pos, &id->oid, &pos))
224 const u8 *pos, *end; local
233 pos = buf;
236 if (asn1_get_next(pos, end - pos,
296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
501 char *pos, *end; local
542 const char *pos; local
653 const u8 *pos; local
732 x509_parse_ext_key_usage(struct x509_certificate *cert, const u8 *pos, size_t len) argument
769 x509_parse_ext_basic_constraints(struct x509_certificate *cert, const u8 *pos, size_t len) argument
854 x509_parse_alt_name_rfc8222(struct x509_name *name, const u8 *pos, size_t len) argument
876 x509_parse_alt_name_dns(struct x509_name *name, const u8 *pos, size_t len) argument
898 x509_parse_alt_name_uri(struct x509_name *name, const u8 *pos, size_t len) argument
922 x509_parse_alt_name_ip(struct x509_name *name, const u8 *pos, size_t len) argument
937 x509_parse_alt_name_rid(struct x509_name *name, const u8 *pos, size_t len) argument
953 x509_parse_ext_alt_name(struct x509_name *name, const u8 *pos, size_t len) argument
1031 x509_parse_ext_subject_alt_name(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1058 x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1134 x509_parse_ext_ext_key_usage(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1191 x509_parse_extension_data(struct x509_certificate *cert, struct asn1_oid *oid, const u8 *pos, size_t len) argument
1221 x509_parse_extension(struct x509_certificate *cert, const u8 *pos, size_t len, const u8 **next) argument
1303 x509_parse_extensions(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1338 const u8 *pos, *end; local
1623 const u8 *pos, *end, *hash_start; local
1742 const u8 *pos, *end, *next, *da_end; local
[all...]
H A Dpkcs8.c22 const u8 *pos, *end; local
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
58 pos = hdr.payload + hdr.length;
71 if (asn1_get_next(pos, len, &hdr) < 0 ||
81 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
103 pos = hdr.payload + hdr.length;
106 if (asn1_get_next(pos, en
125 const u8 *pos, *end, *enc_alg; local
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.c171 struct rsn_pmksa_cache_entry *pos, *prev; local
175 pos = pmksa->pmksa;
177 while (pos) {
178 if (os_memcmp(entry->aa, pos->aa, ETH_ALEN) == 0) {
179 if (pos->pmk_len == entry->pmk_len &&
180 os_memcmp_const(pos->pmk, entry->pmk,
182 os_memcmp_const(pos->pmkid, entry->pmkid,
187 return pos;
190 pmksa->pmksa = pos->next;
192 prev->next = pos
495 char *pos = buf; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c186 const u8 *pos, *end; local
205 pos = hdr.payload;
206 end = pos + hdr.length;
210 if (asn1_get_oid(pos, end - pos, &id->oid, &pos))
224 const u8 *pos, *end; local
233 pos = buf;
236 if (asn1_get_next(pos, end - pos,
296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
501 char *pos, *end; local
542 const char *pos; local
653 const u8 *pos; local
732 x509_parse_ext_key_usage(struct x509_certificate *cert, const u8 *pos, size_t len) argument
769 x509_parse_ext_basic_constraints(struct x509_certificate *cert, const u8 *pos, size_t len) argument
854 x509_parse_alt_name_rfc8222(struct x509_name *name, const u8 *pos, size_t len) argument
876 x509_parse_alt_name_dns(struct x509_name *name, const u8 *pos, size_t len) argument
898 x509_parse_alt_name_uri(struct x509_name *name, const u8 *pos, size_t len) argument
922 x509_parse_alt_name_ip(struct x509_name *name, const u8 *pos, size_t len) argument
937 x509_parse_alt_name_rid(struct x509_name *name, const u8 *pos, size_t len) argument
953 x509_parse_ext_alt_name(struct x509_name *name, const u8 *pos, size_t len) argument
1031 x509_parse_ext_subject_alt_name(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1058 x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1134 x509_parse_ext_ext_key_usage(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1191 x509_parse_extension_data(struct x509_certificate *cert, struct asn1_oid *oid, const u8 *pos, size_t len) argument
1221 x509_parse_extension(struct x509_certificate *cert, const u8 *pos, size_t len, const u8 **next) argument
1303 x509_parse_extensions(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1338 const u8 *pos, *end; local
1623 const u8 *pos, *end, *hash_start; local
1742 const u8 *pos, *end, *next, *da_end; local
[all...]
H A Dpkcs8.c22 const u8 *pos, *end; local
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
58 pos = hdr.payload + hdr.length;
71 if (asn1_get_next(pos, len, &hdr) < 0 ||
81 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
103 pos = hdr.payload + hdr.length;
106 if (asn1_get_next(pos, en
125 const u8 *pos, *end, *enc_alg; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c171 struct rsn_pmksa_cache_entry *pos, *prev; local
175 pos = pmksa->pmksa;
177 while (pos) {
178 if (os_memcmp(entry->aa, pos->aa, ETH_ALEN) == 0) {
179 if (pos->pmk_len == entry->pmk_len &&
180 os_memcmp_const(pos->pmk, entry->pmk,
182 os_memcmp_const(pos->pmkid, entry->pmkid,
187 return pos;
190 pmksa->pmksa = pos->next;
192 prev->next = pos
495 char *pos = buf; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c186 const u8 *pos, *end; local
205 pos = hdr.payload;
206 end = pos + hdr.length;
210 if (asn1_get_oid(pos, end - pos, &id->oid, &pos))
224 const u8 *pos, *end; local
233 pos = buf;
236 if (asn1_get_next(pos, end - pos,
296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
501 char *pos, *end; local
542 const char *pos; local
653 const u8 *pos; local
732 x509_parse_ext_key_usage(struct x509_certificate *cert, const u8 *pos, size_t len) argument
769 x509_parse_ext_basic_constraints(struct x509_certificate *cert, const u8 *pos, size_t len) argument
854 x509_parse_alt_name_rfc8222(struct x509_name *name, const u8 *pos, size_t len) argument
876 x509_parse_alt_name_dns(struct x509_name *name, const u8 *pos, size_t len) argument
898 x509_parse_alt_name_uri(struct x509_name *name, const u8 *pos, size_t len) argument
922 x509_parse_alt_name_ip(struct x509_name *name, const u8 *pos, size_t len) argument
937 x509_parse_alt_name_rid(struct x509_name *name, const u8 *pos, size_t len) argument
953 x509_parse_ext_alt_name(struct x509_name *name, const u8 *pos, size_t len) argument
1031 x509_parse_ext_subject_alt_name(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1058 x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1134 x509_parse_ext_ext_key_usage(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1191 x509_parse_extension_data(struct x509_certificate *cert, struct asn1_oid *oid, const u8 *pos, size_t len) argument
1221 x509_parse_extension(struct x509_certificate *cert, const u8 *pos, size_t len, const u8 **next) argument
1303 x509_parse_extensions(struct x509_certificate *cert, const u8 *pos, size_t len) argument
1338 const u8 *pos, *end; local
1623 const u8 *pos, *end, *hash_start; local
1742 const u8 *pos, *end, *next, *da_end; local
[all...]
H A Dpkcs8.c22 const u8 *pos, *end; local
37 pos = hdr.payload;
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
58 pos = hdr.payload + hdr.length;
71 if (asn1_get_next(pos, len, &hdr) < 0 ||
81 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
103 pos = hdr.payload + hdr.length;
106 if (asn1_get_next(pos, en
125 const u8 *pos, *end, *enc_alg; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DRealVectorFormat.java201 * @param pos On input: an alignment field, if desired. On output: the
206 FieldPosition pos) {
208 pos.setBeginIndex(0);
209 pos.setEndIndex(0);
219 formatDouble(vector.getEntry(i), format, toAppendTo, pos);
235 * @param pos On input: an alignment field, if desired. On output: the
243 FieldPosition pos) {
246 return format( (RealVector)obj, toAppendTo, pos);
276 * @param pos input/ouput parsing parameter.
279 public ArrayRealVector parse(String source, ParsePosition pos) { argument
205 format(RealVector vector, StringBuffer toAppendTo, FieldPosition pos) argument
242 format(Object obj, StringBuffer toAppendTo, FieldPosition pos) argument
337 parseObject(String source, ParsePosition pos) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRuleCharacterIterator.java46 private ParsePosition pos; field in class:RuleCharacterIterator
101 * @param pos upon input, the index of the next character to return. If a
102 * variable has been dereferenced, then pos will <em>not</em> increment as
106 ParsePosition pos) {
107 if (text == null || pos.getIndex() > text.length()) {
112 this.pos = pos;
120 return buf == null && pos.getIndex() == text.length();
141 String name = sym.parseReference(text, pos, text.length());
203 * Object pos
105 RuleCharacterIterator(String text, SymbolTable sym, ParsePosition pos) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRuleCharacterIterator.java45 private ParsePosition pos; field in class:RuleCharacterIterator
100 * @param pos upon input, the index of the next character to return. If a
101 * variable has been dereferenced, then pos will <em>not</em> increment as
105 ParsePosition pos) {
106 if (text == null || pos.getIndex() > text.length()) {
111 this.pos = pos;
119 return buf == null && pos.getIndex() == text.length();
140 String name = sym.parseReference(text, pos, text.length());
202 * Object pos
104 RuleCharacterIterator(String text, SymbolTable sym, ParsePosition pos) argument
[all...]
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
H A DDecoder.java69 int pos = 0;
76 while (pos < len && header.charAt(pos) <= ' ')
77 pos++;
78 if (pos >= len)
81 if (header.charAt(pos) == '"') {
82 pos++;
83 int cut = header.indexOf('"', pos);
87 result.put(key, header.substring(pos, cut));
88 pos
[all...]
/external/lz4/programs/
H A Ddatagen.c102 size_t pos = prefixSize; local
111 if (buffSize < pos + size0)
113 memset(buffPtr+pos, 0, buffSize-pos);
116 memset(buffPtr+pos, 0, size0);
117 pos += size0;
118 buffPtr[pos-1] = RDG_genChar(seed, lt);
122 if (pos==0) buffPtr[0] = RDG_genChar(seed, lt), pos=1;
125 while (pos < buffSiz
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c21 const u8 *pos, *end; local
28 pos = wpabuf_head(wfd);
29 end = pos + wpabuf_len(wfd);
31 while (end - pos >= 3) {
32 subelem = *pos++;
33 len = WPA_GET_BE16(pos);
34 pos += 2;
35 if (len > end - pos)
39 u16 info = WPA_GET_BE16(pos);
43 pos
331 const u8 *pos = data; local
485 const u8 *pos = data; local
695 const u8 *pos = data; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c21 const u8 *pos, *end; local
28 pos = wpabuf_head(wfd);
29 end = pos + wpabuf_len(wfd);
31 while (end - pos >= 3) {
32 subelem = *pos++;
33 len = WPA_GET_BE16(pos);
34 pos += 2;
35 if (len > end - pos)
39 u16 info = WPA_GET_BE16(pos);
43 pos
331 const u8 *pos = data; local
485 const u8 *pos = data; local
695 const u8 *pos = data; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c21 const u8 *pos, *end; local
28 pos = wpabuf_head(wfd);
29 end = pos + wpabuf_len(wfd);
31 while (end - pos >= 3) {
32 subelem = *pos++;
33 len = WPA_GET_BE16(pos);
34 pos += 2;
35 if (len > end - pos)
39 u16 info = WPA_GET_BE16(pos);
43 pos
331 const u8 *pos = data; local
485 const u8 *pos = data; local
695 const u8 *pos = data; local
[all...]
/external/android-clat/
H A Dipv4.c34 int icmp_packet(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp, argument
47 return icmp_to_icmp6(out, pos, icmp, checksum, payload, payload_size);
57 int ipv4_packet(clat_packet out, clat_packet_index pos, const uint8_t *packet, size_t len) { argument
59 struct ip6_hdr *ip6_targ = (struct ip6_hdr *) out[pos].iov_base;
107 out[pos].iov_len = sizeof(struct ip6_hdr);
118 frag_hdr = (struct ip6_frag *) out[pos + 1].iov_base;
120 out[pos + 1].iov_len = frag_hdr_len;
124 iov_len = generic_packet(out, pos + 2, next_header, len_left);
126 iov_len = icmp_packet(out, pos + 2, (const struct icmphdr *) next_header, new_sum, len_left);
128 iov_len = tcp_packet(out, pos
[all...]

Completed in 675 milliseconds

<<11121314151617181920>>