OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eindex
(Results
1 - 5
of
5
) 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
...]
/external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.cpp
112
size_t
eIndex
= string.find('e');
113
if (
eIndex
== notFound)
114
eIndex
= string.find('E');
118
if (
eIndex
== notFound)
121
baseDecimalPlaces =
eIndex
- dotIndex - 1;
125
if (
eIndex
!= notFound) {
126
unsigned cursor =
eIndex
+ 1, cursorSaved;
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
2782
const uint32_t* const
eindex
= (const uint32_t*)
local
4004
const uint32_t* const
eindex
= (const uint32_t*)
local
4820
const uint32_t* const
eindex
= (const uint32_t*)
local
[
all
...]
/prebuilt/sdk/tools/linux/
aapt
Completed in 334 milliseconds