Searched refs:pos (Results 226 - 250 of 3391) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c19 static int ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, argument
37 oui = WPA_GET_BE24(pos);
42 switch (pos[3]) {
46 elems->wpa_ie = pos;
58 switch (pos[4]) {
67 elems->wmm = pos;
71 elems->wmm_tspec = pos;
78 pos[4], (unsigned long) elen);
84 elems->wps_ie = pos;
91 pos[
182 ieee802_11_parse_extension(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
279 const u8 *pos = start; local
519 const u8 *pos, *end; local
542 const u8 *end, *pos, *ie; local
627 const char *pos; local
[all...]
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c19 static int ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, argument
37 oui = WPA_GET_BE24(pos);
42 switch (pos[3]) {
46 elems->wpa_ie = pos;
58 switch (pos[4]) {
67 elems->wmm = pos;
71 elems->wmm_tspec = pos;
78 pos[4], (unsigned long) elen);
84 elems->wps_ie = pos;
91 pos[
182 ieee802_11_parse_extension(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
279 const u8 *pos = start; local
519 const u8 *pos, *end; local
542 const u8 *end, *pos, *ie; local
627 const char *pos; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c19 static int ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, argument
37 oui = WPA_GET_BE24(pos);
42 switch (pos[3]) {
46 elems->wpa_ie = pos;
58 switch (pos[4]) {
67 elems->wmm = pos;
71 elems->wmm_tspec = pos;
78 pos[4], (unsigned long) elen);
84 elems->wps_ie = pos;
91 pos[
182 ieee802_11_parse_extension(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
279 const u8 *pos = start; local
519 const u8 *pos, *end; local
542 const u8 *end, *pos, *ie; local
627 const char *pos; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DQuantityFormatter.java110 StringBuffer formattedNumber, FieldPosition pos) {
111 UFieldPosition fpos = new UFieldPosition(pos.getFieldAttribute(), pos.getField());
118 pos.setBeginIndex(fpos.getBeginIndex());
119 pos.setEndIndex(fpos.getEndIndex());
127 StringBuilder appendTo, FieldPosition pos) {
130 if (pos.getBeginIndex() != 0 || pos.getEndIndex() != 0) {
132 pos.setBeginIndex(pos
108 selectPlural( Number number, NumberFormat fmt, PluralRules rules, StringBuffer formattedNumber, FieldPosition pos) argument
126 format(String compiledPattern, CharSequence value, StringBuilder appendTo, FieldPosition pos) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DQuantityFormatter.java109 StringBuffer formattedNumber, FieldPosition pos) {
110 UFieldPosition fpos = new UFieldPosition(pos.getFieldAttribute(), pos.getField());
117 pos.setBeginIndex(fpos.getBeginIndex());
118 pos.setEndIndex(fpos.getEndIndex());
126 StringBuilder appendTo, FieldPosition pos) {
129 if (pos.getBeginIndex() != 0 || pos.getEndIndex() != 0) {
131 pos.setBeginIndex(pos
107 selectPlural( Number number, NumberFormat fmt, PluralRules rules, StringBuffer formattedNumber, FieldPosition pos) argument
125 format(String compiledPattern, CharSequence value, StringBuilder appendTo, FieldPosition pos) argument
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DFilterUrlByProtocolAttributePolicy.java104 int pos = 0;
109 sb.append(s, pos, i).append("%28");
110 pos = i + 1;
113 sb.append(s, pos, i).append("%29");
114 pos = i + 1;
125 sb.append(s, pos, i).append("%d6%89");
126 pos = i + 1;
129 sb.append(s, pos, i).append("%d7%83");
130 pos = i + 1;
133 sb.append(s, pos,
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Drsa.c31 static const u8 * crypto_rsa_parse_integer(const u8 *pos, const u8 *end, argument
36 if (pos == NULL)
39 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
66 const u8 *pos, *end; local
95 pos = hdr.payload;
96 end = pos + hdr.length;
98 pos = crypto_rsa_parse_integer(pos, end, key->n);
99 pos
154 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Drsa.c31 static const u8 * crypto_rsa_parse_integer(const u8 *pos, const u8 *end, argument
36 if (pos == NULL)
39 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
66 const u8 *pos, *end; local
95 pos = hdr.payload;
96 end = pos + hdr.length;
98 pos = crypto_rsa_parse_integer(pos, end, key->n);
99 pos
154 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Drsa.c31 static const u8 * crypto_rsa_parse_integer(const u8 *pos, const u8 *end, argument
36 if (pos == NULL)
39 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
66 const u8 *pos, *end; local
95 pos = hdr.payload;
96 end = pos + hdr.length;
98 pos = crypto_rsa_parse_integer(pos, end, key->n);
99 pos
154 const u8 *pos, *end; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DFractionFormat.java140 * @param pos On input: an alignment field, if desired. On output: the
145 final StringBuffer toAppendTo, final FieldPosition pos) {
147 pos.setBeginIndex(0);
148 pos.setEndIndex(0);
150 getNumeratorFormat().format(fraction.getNumerator(), toAppendTo, pos);
153 pos);
165 * @param pos On input: an alignment field, if desired. On output: the
173 final StringBuffer toAppendTo, final FieldPosition pos) {
177 ret = format((Fraction) obj, toAppendTo, pos);
181 toAppendTo, pos);
144 format(final Fraction fraction, final StringBuffer toAppendTo, final FieldPosition pos) argument
172 format(final Object obj, final StringBuffer toAppendTo, final FieldPosition pos) argument
222 parse(final String source, final ParsePosition pos) argument
[all...]
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
H A DRangeDecoderFromBuffer.java21 private int pos = 0; field in class:RangeDecoderFromBuffer
39 pos = 0;
45 return pos <= end;
49 return pos == end && code == 0;
57 code = (code << SHIFT_BITS) | (buf[pos++] & 0xFF);
/external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
H A DARM.java15 private int pos; field in class:ARM
19 pos = startPos + 8;
35 dest = src + (pos + i - off);
37 dest = src - (pos + i - off);
47 pos += i;
/external/webrtc/webrtc/base/
H A Dversionparsing.cc20 size_t pos = 0; local
22 size_t dot_pos = version_str.find('.', pos);
28 n = dot_pos - pos;
31 version[i] = atoi(version_str.substr(pos, n).c_str());
40 pos = dot_pos + 1;
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dvq3.c34 int16_t pos, minindex=0; local
38 pos = 0;
43 tmp = X[0] - CB[pos];
46 tmp = X[i] - CB[pos + i];
54 pos += 3;
H A Dvq4.c34 int16_t pos, minindex=0; local
38 pos = 0;
43 tmp = X[0] - CB[pos];
46 tmp = X[i] - CB[pos + i];
54 pos += 4;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c141 const char *pos = txt; local
146 while (*pos == ':' || *pos == '.' || *pos == '-')
147 pos++;
149 a = hex2num(*pos++);
152 b = hex2num(*pos++);
158 return pos - txt;
223 int pos = len - 1; local
224 while (pos >
286 char *pos = buf, *end = buf + buf_size; local
310 char *pos = buf, *end = buf + buf_size; local
517 const char *pos = str; local
634 const char *pos; local
646 const char *pos; local
775 const char *pos, *pos2, *pos3; local
831 char *buf, *pos, *end; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c141 const char *pos = txt; local
146 while (*pos == ':' || *pos == '.' || *pos == '-')
147 pos++;
149 a = hex2num(*pos++);
152 b = hex2num(*pos++);
158 return pos - txt;
223 int pos = len - 1; local
224 while (pos >
286 char *pos = buf, *end = buf + buf_size; local
310 char *pos = buf, *end = buf + buf_size; local
517 const char *pos = str; local
634 const char *pos; local
646 const char *pos; local
775 const char *pos, *pos2, *pos3; local
831 char *buf, *pos, *end; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c141 const char *pos = txt; local
146 while (*pos == ':' || *pos == '.' || *pos == '-')
147 pos++;
149 a = hex2num(*pos++);
152 b = hex2num(*pos++);
158 return pos - txt;
223 int pos = len - 1; local
224 while (pos >
286 char *pos = buf, *end = buf + buf_size; local
310 char *pos = buf, *end = buf + buf_size; local
517 const char *pos = str; local
634 const char *pos; local
646 const char *pos; local
775 const char *pos, *pos2, *pos3; local
831 char *buf, *pos, *end; local
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DRecyclableBufferedInputStream.java67 private int pos; field in class:RecyclableBufferedInputStream
93 return count - pos + localIn.available();
130 if (markpos == -1 || pos - markpos >= marklimit) {
135 pos = 0;
164 pos -= markpos;
166 int bytesread = localIn.read(localBuf, pos, localBuf.length - pos);
167 count = bytesread <= 0 ? pos : pos + bytesread;
191 markpos = pos;
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h113 const uint8_t *pos; member in class:BytesTrie::State
126 state.pos=pos_;
143 pos_=state.pos;
209 const uint8_t *pos=pos_; local
210 int32_t leadByte=*pos++;
212 return readValue(pos, leadByte>>1);
225 const uint8_t *pos=pos_; local
227 return pos!=NULL && findUniqueValue(pos+remainingMatchLength_+1, FALSE, uniqueValue);
321 const uint8_t *branchNext(const uint8_t *pos, int32_
367 skipValue(const uint8_t *pos, int32_t leadByte) argument
380 skipValue(const uint8_t *pos) argument
388 skipDelta(const uint8_t *pos) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp284 pos += snprintf(&buf[pos], size - pos, args); \
290 buf[pos++] = ' '; \
291 pos += snprintf(&buf[pos], size - pos, args); \
296 if (pos < size) \
297 buf[pos++] = ' '; \
302 size_t pos local
324 size_t pos = 0; local
378 size_t pos = 0; local
408 size_t pos = 0; local
468 size_t pos = 0; local
[all...]
/external/libchrome/base/strings/
H A Dstring_piece.cc91 size_t pos) {
92 size_t ret = std::min(self.size() - pos, n);
93 memcpy(buf, self.data() + pos, ret * sizeof(typename STR::value_type));
97 size_t copy(const StringPiece& self, char* buf, size_t n, size_t pos) { argument
98 return copyT(self, buf, n, pos);
101 size_t copy(const StringPiece16& self, char16* buf, size_t n, size_t pos) { argument
102 return copyT(self, buf, n, pos);
108 size_t pos) {
109 if (pos > self.size())
113 std::search(self.begin() + pos, sel
88 copyT(const BasicStringPiece<STR>& self, typename STR::value_type* buf, size_t n, size_t pos) argument
106 findT(const BasicStringPiece<STR>& self, const BasicStringPiece<STR>& s, size_t pos) argument
119 find(const StringPiece& self, const StringPiece& s, size_t pos) argument
123 find(const StringPiece16& self, const StringPiece16& s, size_t pos) argument
128 findT(const BasicStringPiece<STR>& self, typename STR::value_type c, size_t pos) argument
140 find(const StringPiece& self, char c, size_t pos) argument
144 find(const StringPiece16& self, char16 c, size_t pos) argument
149 rfindT(const BasicStringPiece<STR>& self, const BasicStringPiece<STR>& s, size_t pos) argument
166 rfind(const StringPiece& self, const StringPiece& s, size_t pos) argument
170 rfind(const StringPiece16& self, const StringPiece16& s, size_t pos) argument
175 rfindT(const BasicStringPiece<STR>& self, typename STR::value_type c, size_t pos) argument
191 rfind(const StringPiece& self, char c, size_t pos) argument
195 rfind(const StringPiece16& self, char16 c, size_t pos) argument
200 find_first_of(const StringPiece& self, const StringPiece& s, size_t pos) argument
221 find_first_of(const StringPiece16& self, const StringPiece16& s, size_t pos) argument
232 find_first_not_of(const StringPiece& self, const StringPiece& s, size_t pos) argument
256 find_first_not_of(const StringPiece16& self, const StringPiece16& s, size_t pos) argument
277 find_first_not_ofT(const BasicStringPiece<STR>& self, typename STR::value_type c, size_t pos) argument
291 find_first_not_of(const StringPiece& self, char c, size_t pos) argument
297 find_first_not_of(const StringPiece16& self, char16 c, size_t pos) argument
304 find_last_of(const StringPiece& self, const StringPiece& s, size_t pos) argument
324 find_last_of(const StringPiece16& self, const StringPiece16& s, size_t pos) argument
343 find_last_not_of(const StringPiece& self, const StringPiece& s, size_t pos) argument
369 find_last_not_of(const StringPiece16& self, const StringPiece16& s, size_t pos) argument
392 find_last_not_ofT(const BasicStringPiece<STR>& self, typename STR::value_type c, size_t pos) argument
407 find_last_not_of(const StringPiece& self, char c, size_t pos) argument
413 find_last_not_of(const StringPiece16& self, char16 c, size_t pos) argument
420 substrT(const BasicStringPiece<STR>& self, size_t pos, size_t n) argument
428 substr(const StringPiece& self, size_t pos, size_t n) argument
434 substr(const StringPiece16& self, size_t pos, size_t n) argument
[all...]
/external/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs82 uint pos = _pos - distance - 1;
83 if (pos >= _windowSize)
84 pos += _windowSize;
87 if (pos >= _windowSize)
88 pos = 0;
89 _buffer[_pos++] = _buffer[pos++];
104 uint pos = _pos - distance - 1;
105 if (pos >= _windowSize)
106 pos += _windowSize;
107 return _buffer[pos];
[all...]
/external/svox/pico/lib/
H A Dpicokfst.c78 /* Converts 'nrBytes' bytes starting at position '*pos' in byte stream 'stream' into unsigned number 'num'.
79 '*pos' is modified to the position right after the number */
80 static void FixedBytesToUnsignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos, picoos_uint32 * num) argument
86 (*num) = ((*num) << 8) + (picoos_uint32)stream[*pos];
87 (*pos)++;
92 /* Converts 'nrBytes' bytes starting at position '*pos' in byte stream 'stream' into signed number 'num'.
93 '*pos' is modified to the position right after the number */
94 static void FixedBytesToSignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos, picoos_int32 * num) argument
101 val = (val << 8) + (picoos_uint32)stream[*pos];
102 (*pos)
116 BytesToNum(picoos_uint8 * stream, picoos_uint32 * pos, picoos_int32 * num) argument
275 picoos_uint32 pos; local
313 picoos_uint32 pos; local
346 picoos_uint32 pos; local
368 picoos_uint32 pos; local
390 picoos_uint32 pos; local
421 picoos_uint32 pos; local
[all...]
/external/syslinux/gpxe/src/hci/mucurses/
H A Dedging.c44 struct cursor_pos pos; local
46 _store_curs_pos( win, &pos );
67 _restore_curs_pos( win, &pos );
81 struct cursor_pos pos; local
83 _store_curs_pos ( win, &pos );
87 _restore_curs_pos ( win, &pos );
101 struct cursor_pos pos; local
103 _store_curs_pos ( win, &pos );
106 wmove( win, ++(win->curs_y), pos.x);
108 _restore_curs_pos ( win, &pos );
[all...]

Completed in 634 milliseconds

1234567891011>>