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

  /external/bison/lib/
ebitset.c 111 /* Enable cache to point to element with table index EINDEX.
113 #define EBITSET_CACHE_SET(BSET, EINDEX) \
114 ((BSET)->b.cindex = (EINDEX) * EBITSET_ELT_WORDS, \
115 (BSET)->b.cdata = EBITSET_WORDS (EBITSET_ELTS (BSET) [EINDEX]))
252 /* Remove element with index EINDEX from bitset BSET. */
254 ebitset_elt_remove (bitset bset, bitset_windex eindex)
261 elt = elts[eindex];
263 elts[eindex] = 0;
268 /* Add ELT into elts at index EINDEX of bitset BSET. */
270 ebitset_elt_add (bitset bset, ebitset_elt *elt, bitset_windex eindex)
300 bitset_windex eindex; local
575 bitset_windex eindex; local
660 bitset_windex eindex; local
846 bitset_windex eindex; local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 3660 const uint32_t* const eindex = (const uint32_t*) local
4848 const uint32_t* const eindex = (const uint32_t*) local
5469 const uint32_t* const eindex = (const uint32_t*) local
    [all...]

Completed in 153 milliseconds