Searched defs:windex (Results 1 - 7 of 7) sorted by relevance

/external/stlport/test/unit/
H A Dcodecvt_test.cpp596 size_t windex = 0; local
605 CPPUNIT_ASSERT( wc == utf8_wstr[windex++] );
623 CPPUNIT_ASSERT( windex == utf8_wstr.size() );
/external/bison/lib/
H A Dabitset.c148 bitset_windex windex; local
166 windex = bitno / BITSET_WORD_BITS;
168 bitoff = windex * BITSET_WORD_BITS;
174 word = srcp[windex] << (BITSET_WORD_BITS - 1 - bitcnt);
191 while (windex--);
207 bitset_windex windex; local
219 for (windex = 0; windex < size && !srcp[windex]; windex
[all...]
H A Dbitset.h138 bitset_windex windex = bitno / BITSET_WORD_BITS; local
139 bitset_windex offset = windex - bset->b.cindex;
152 bitset_windex windex = bitno / BITSET_WORD_BITS; local
153 bitset_windex offset = windex - bset->b.cindex;
166 bitset_windex windex = bitno / BITSET_WORD_BITS; local
167 bitset_windex offset = windex - bset->b.cindex;
H A Dvbitset.c121 bitset_windex windex = bitno / BITSET_WORD_BITS; local
129 dst->b.cdata[windex - dst->b.cindex] |=
171 bitset_windex windex; local
189 windex = bitno / BITSET_WORD_BITS;
191 bitoff = windex * BITSET_WORD_BITS;
197 word = srcp[windex] << (BITSET_WORD_BITS - 1 - bitcnt);
214 while (windex--);
233 bitset_windex windex; local
245 for (windex = 0; windex < siz
[all...]
H A Dlbitset.c259 bitset_windex windex = elt->index; local
278 else if (windex < bset->b.cindex)
281 ptr->prev && ptr->prev->index > windex; ptr = ptr->prev)
298 ptr->next && ptr->next->index < windex; ptr = ptr->next)
312 bset->b.cindex = windex;
319 lbitset_elt_find (bitset bset, bitset_windex windex, argument
329 if ((windex - bset->b.cindex) < bset->b.csize)
339 if (windex < bset->b.cindex)
342 elt->prev && elt->index > windex; elt = elt->prev)
348 elt->next && (elt->index + LBITSET_ELT_WORDS - 1) < windex;
520 bitset_windex windex = bitno / BITSET_WORD_BITS; local
533 bitset_windex windex = bitno / BITSET_WORD_BITS; local
549 bitset_windex windex = bitno / BITSET_WORD_BITS; local
576 bitset_windex windex; local
668 bitset_windex windex; local
895 bitset_windex windex; local
915 bitset_windex windex; local
943 bitset_windex windex; local
1044 bitset_windex windex; local
[all...]
H A Debitset.c514 bitset_windex windex = bitno / BITSET_WORD_BITS; local
518 dst->b.cdata[windex - dst->b.cindex] |=
527 bitset_windex windex = bitno / BITSET_WORD_BITS; local
532 dst->b.cdata[windex - dst->b.cindex] &=
545 bitset_windex windex = bitno / BITSET_WORD_BITS; local
548 && ((src->b.cdata[windex - src->b.cindex]
574 bitset_windex windex; local
595 windex = bitno / BITSET_WORD_BITS;
597 woffset = windex - eindex * EBITSET_ELT_WORDS;
604 boffset = windex * BITSET_WORD_BIT
659 bitset_windex windex; local
857 bitset_windex windex; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 1115 milliseconds