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

/external/bison/lib/
H A Dlbitset.c258 bitset_windex windex = elt->index; local
277 else if (windex < bset->b.cindex)
280 ptr->prev && ptr->prev->index > windex; ptr = ptr->prev)
297 ptr->next && ptr->next->index < windex; ptr = ptr->next)
311 bset->b.cindex = windex;
318 lbitset_elt_find (bitset bset, bitset_windex windex, argument
328 if ((windex - bset->b.cindex) < bset->b.csize)
338 if (windex < bset->b.cindex)
341 elt->prev && elt->index > windex; elt = elt->prev)
347 elt->next && (elt->index + LBITSET_ELT_WORDS - 1) < windex;
519 bitset_windex windex = bitno / BITSET_WORD_BITS; local
532 bitset_windex windex = bitno / BITSET_WORD_BITS; local
548 bitset_windex windex = bitno / BITSET_WORD_BITS; local
575 bitset_windex windex; local
667 bitset_windex windex; local
894 bitset_windex windex; local
914 bitset_windex windex; local
943 bitset_windex windex; local
1048 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...]
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 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 Dbitset.h137 bitset_windex windex = bitno / BITSET_WORD_BITS; local
138 bitset_windex offset = windex - bset->b.cindex;
151 bitset_windex windex = bitno / BITSET_WORD_BITS; local
152 bitset_windex offset = windex - bset->b.cindex;
165 bitset_windex windex = bitno / BITSET_WORD_BITS; local
166 bitset_windex offset = windex - bset->b.cindex;
/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/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2513 int windex = 0; local
2516 ++it, ++windex) {
2519 browser_item->SetInteger("index", windex);
5061 dict.SetInteger("windex", browser_index);

Completed in 2107 milliseconds