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

  /external/bison/lib/
lbitset.c 259 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,
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...]
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 138 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;
  /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/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 4465 milliseconds