HomeSort by relevance Sort by last modified time
    Searched refs:windex (Results 1 - 9 of 9) sorted by null

  /external/bison/lib/
lbitset.c 258 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,
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...]
ebitset.c 514 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_BITS
659 bitset_windex windex; local
857 bitset_windex windex; local
    [all...]
abitset.c 148 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...]
vbitset.c 121 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 < size && !srcp[windex]; windex++
    [all...]
bitset.h 137 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/
codecvt_test.cpp 596 size_t windex = 0; local
605 CPPUNIT_ASSERT( wc == utf8_wstr[windex++] );
623 CPPUNIT_ASSERT( windex == utf8_wstr.size() );
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 598 size_t windex = 0; local
607 CPPUNIT_ASSERT( wc == utf8_wstr[windex++] );
625 CPPUNIT_ASSERT( windex == utf8_wstr.size() );
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 598 size_t windex = 0; local
607 CPPUNIT_ASSERT( wc == utf8_wstr[windex++] );
625 CPPUNIT_ASSERT( windex == utf8_wstr.size() );
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2513 int windex = 0; local
    [all...]

Completed in 342 milliseconds