Searched refs:pos (Results 1 - 25 of 3783) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-08-17-DeadCodeShortCircuit.c3 int test(_Bool pos, _Bool color) { argument
5 return (pos && color);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c42 u8 *pos; local
54 pos = (u8 *) (hdr + 1);
62 RSN_SELECTOR_PUT(pos, suite);
63 pos += WPA_SELECTOR_LEN;
65 *pos++ = 1;
66 *pos++ = 0;
75 RSN_SELECTOR_PUT(pos, suite);
76 pos += WPA_SELECTOR_LEN;
78 *pos++ = 1;
79 *pos
110 u8 *pos; local
231 u8 *pos, *len; local
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
483 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c42 u8 *pos; local
54 pos = (u8 *) (hdr + 1);
62 RSN_SELECTOR_PUT(pos, suite);
63 pos += WPA_SELECTOR_LEN;
65 *pos++ = 1;
66 *pos++ = 0;
75 RSN_SELECTOR_PUT(pos, suite);
76 pos += WPA_SELECTOR_LEN;
78 *pos++ = 1;
79 *pos
110 u8 *pos; local
231 u8 *pos, *len; local
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
483 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c42 u8 *pos; local
54 pos = (u8 *) (hdr + 1);
62 RSN_SELECTOR_PUT(pos, suite);
63 pos += WPA_SELECTOR_LEN;
65 *pos++ = 1;
66 *pos++ = 0;
75 RSN_SELECTOR_PUT(pos, suite);
76 pos += WPA_SELECTOR_LEN;
78 *pos++ = 1;
79 *pos
110 u8 *pos; local
231 u8 *pos, *len; local
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
483 const u8 *pos, *end; local
[all...]
/external/icu/icu4c/source/common/
H A Dbytestrie.cpp30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { argument
35 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos;
37 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1];
39 value=(pos[0]<<16)|(pos[1]<<8)|pos[2];
41 value=(pos[0]<<24)|(pos[1]<<16)|(pos[
47 jumpByDelta(const uint8_t *pos) argument
68 const uint8_t *pos=pos_; local
79 branchNext(const uint8_t *pos, int32_t length, int32_t inByte) argument
149 nextImpl(const uint8_t *pos, int32_t inByte) argument
[all...]
H A Ducharstrie.cpp31 const UChar *pos=pos_; local
32 if(pos==NULL) {
36 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ?
60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { argument
63 length=*pos++;
69 if(uchar<*pos++) {
71 pos=jumpByDelta(pos);
74 pos=skipDelta(pos);
122 nextImpl(const UChar *pos, int32_t uchar) argument
154 const UChar *pos=pos_; local
181 const UChar *pos=pos_; local
283 findUniqueValueFromBranch(const UChar *pos, int32_t length, UBool haveUniqueValue, int32_t &uniqueValue) argument
321 findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) argument
365 const UChar *pos=pos_; local
397 getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) argument
[all...]
H A Duchriter.cpp80 && pos == realThat.pos
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
97 pos = begin;
98 if(pos < end) {
99 return text[pos];
107 pos = begin;
108 if(pos < end) {
109 return text[pos++];
117 pos
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/signature/
H A DSignatureReader.java74 int pos;
78 pos = 2;
80 int end = signature.indexOf(':', pos);
81 v.visitFormalTypeParameter(signature.substring(pos - 1, end));
82 pos = end + 1;
84 c = signature.charAt(pos);
86 pos = parseType(signature, pos, v.visitClassBound());
89 while ((c = signature.charAt(pos++)) == ':') {
90 pos
140 parseType( final String signature, int pos, final SignatureVisitor v) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_check.c31 int k,n,m, Nit=2, change=0,pos; local
41 pos=m*dim+k;
44 if ((lsf[pos+1]-lsf[pos])<eps) {
46 if (lsf[pos+1]<lsf[pos]) {
47 lsf[pos+1]= lsf[pos]+eps2;
48 lsf[pos]= lsf[pos
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Duuid.c16 const char *pos; local
19 pos = str;
22 if (hexstr2bin(pos, opos, 4))
24 pos += 8;
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
29 pos += 4;
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
34 pos
[all...]
/external/wpa_supplicant_8/src/utils/
H A Duuid.c16 const char *pos; local
19 pos = str;
22 if (hexstr2bin(pos, opos, 4))
24 pos += 8;
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
29 pos += 4;
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
34 pos
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Duuid.c16 const char *pos; local
19 pos = str;
22 if (hexstr2bin(pos, opos, 4))
24 pos += 8;
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
29 pos += 4;
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
34 pos
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
H A DCharCache.java25 private int pos; field in class:CharCache
33 int available = cache.length - pos;
35 System.arraycopy(chars, 0, cache, pos, toWrite);
36 pos += toWrite;
40 return new String(cache, 0, pos);
44 pos = 0;
48 if (pos < cache.length - 1) {
49 cache[pos] = c;
50 pos++;
55 return pos;
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHeaderParser.java21 * Returns the next index in {@code input} at or after {@code pos} that
25 public static int skipUntil(String input, int pos, String characters) { argument
26 for (; pos < input.length(); pos++) {
27 if (characters.indexOf(input.charAt(pos)) != -1) {
31 return pos;
38 public static int skipWhitespace(String input, int pos) { argument
39 for (; pos < input.length(); pos++) {
40 char c = input.charAt(pos);
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DDistinguishedNameParser.java29 private int pos; field in class:DistinguishedNameParser
51 for (; pos < length && chars[pos] == ' '; pos++) {
53 if (pos == length) {
58 beg = pos;
61 pos++;
62 for (; pos < length && chars[pos] != '=' && chars[pos] !
[all...]
/external/chromium_org/net/filter/
H A Dgzip_header.cc32 const uint8* pos = reinterpret_cast<const uint8*>(inbuf); local
33 const uint8* const end = pos + inbuf_len;
35 while ( pos < end ) {
38 if ( *pos != magic[0] ) return INVALID_HEADER;
39 pos++;
43 if ( *pos != magic[1] ) return INVALID_HEADER;
44 pos++;
48 if ( *pos != Z_DEFLATED ) return INVALID_HEADER;
49 pos++;
53 flags_ = (*pos)
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_net_log_params.cc20 size_t pos = 0; local
21 while (pos <= headers_size) {
22 if (pos == headers_size ||
23 ((*headers)[pos] == '\r' &&
24 pos + 1 < headers_size && (*headers)[pos + 1] == '\n')) {
25 std::string entry = headers->substr(last, pos - last);
26 pos += 2;
27 last = pos;
34 for (; pos < headers_siz
[all...]
/external/iptables/libiptc/
H A Dlinux_list.h335 * @pos: the &struct list_head to use as a loop counter.
338 #define list_for_each(pos, head) \
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
344 * @pos: the &struct list_head to use as a loop counter.
352 #define __list_for_each(pos, hea
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A Dbreak_lines.h30 int nextBreakablePositionIgnoringNBSP(LazyLineBreakIterator&, int pos);
32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable) argument
34 if (pos > nextBreakable)
35 nextBreakable = nextBreakablePositionIgnoringNBSP(lazyBreakIterator, pos);
36 return pos == nextBreakable;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java92 PathPosition pos = new PathPosition();
93 pos.path = path;
97 parseRootNode(schemaNS, pos, expandedXPath);
100 while (pos.stepEnd < path.length())
102 pos.stepBegin = pos.stepEnd;
104 skipPathDelimiter(path, pos);
106 pos.stepEnd = pos.stepBegin;
110 if (path.charAt(pos
172 skipPathDelimiter(String path, PathPosition pos) argument
206 parseStructSegment(PathPosition pos) argument
235 parseIndexSegment(PathPosition pos) argument
335 parseRootNode(String schemaNS, PathPosition pos, XMPPath expandedXPath) argument
[all...]
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dwrite_bits.h52 int * __restrict pos,
55 printf("WriteBits %2d 0x%016llx %10d\n", n_bits, bits, *pos);
63 uint8_t *p = &array[*pos >> 3];
65 v |= bits << (*pos & 7);
67 *pos += n_bits;
70 uint8_t *array_pos = &array[*pos >> 3];
71 const int bits_reserved_in_first_byte = (*pos & 7);
81 *pos += n_bits;
85 inline void WriteBitsPrepareStorage(int pos, uint8_t *array) { argument
87 printf("WriteBitsPrepareStorage %10d\n", pos);
50 WriteBits(int n_bits, uint64_t bits, int * __restrict pos, uint8_t * __restrict array) argument
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dinet_pton.c22 const char* pos = src; local
30 if (isspace((int)(*pos)))
33 unsigned long value = strtoul(pos, &end_pos, 10);
34 if (value > 255 || pos == end_pos)
37 pos = end_pos;
40 if (*pos != '.')
42 ++pos;
45 if (*pos != '\0')
55 const char* pos = src; local
56 while (*pos !
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp79 && pos == realThat.pos
86 return uhash_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
96 pos = begin;
97 if(pos < end) {
98 return text[pos];
106 pos = begin;
107 if(pos < end) {
108 return text[pos++];
116 pos
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.cpp35 collection::const_reverse_iterator pos; local
38 for (pos = begin; pos != end; ++pos)
40 if (pos != begin)
42 if (pos->name == NULL)
44 if (pos->tag == DW_TAG_namespace)
46 else if (pos->tag == DW_TAG_class_type)
48 else if (pos->tag == DW_TAG_structure_type)
50 else if (pos
[all...]
/external/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp34 pos = newOffset;
39 return pos;
44 if(pos == length) {
49 c = u8[pos++];
55 if(c < 0xe0 && pos != length && (t1 = (u8[pos] - 0x80)) <= 0x3f) {
59 ++pos;
62 ((pos + 1) < length || length < 0) &&
63 (t1 = (u8[pos] - 0x80)) <= 0x3f && (c != 0xe0 || t1 >= 0x20) &&
64 (t2 = (u8[pos
[all...]

Completed in 696 milliseconds

1234567891011>>