OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windex
(Results
1 - 11
of
11
) sorted by null
/external/bison/lib/
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;
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
...]
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
...]
/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
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 85 milliseconds