OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextIdx
(Results
1 - 8
of
8
) sorted by null
/device/google/contexthub/firmware/os/core/
simpleQ.c
25
uint32_t
nextIdx
: 31;
72
simpleQueueGetNth(sq, i)->
nextIdx
= i + 1;
74
simpleQueueGetNth(sq, numEntries - 1)->
nextIdx
= SIMPLE_QUEUE_IDX_NONE;
85
for (i = sq->head; i != SIMPLE_QUEUE_IDX_NONE; i = cur->
nextIdx
) {
104
sq->head = e->
nextIdx
;
110
e->
nextIdx
= sq->freeHead;
122
for (idx = sq->head; idx != SIMPLE_QUEUE_IDX_NONE; prev=idx, idx = cur->
nextIdx
) {
133
sq->head = cur->
nextIdx
;
135
simpleQueueGetNth(sq, prev)->
nextIdx
= cur->
nextIdx
;
[
all
...]
/external/icu/icu4c/source/common/
rbbi_cache.cpp
601
int32_t
nextIdx
= modChunkSize(fEndBufIdx + 1);
602
if (
nextIdx
== fStartBufIdx) {
605
fBoundaries[
nextIdx
] = position;
606
fStatuses[
nextIdx
] = static_cast<uint16_t>(ruleStatusIdx);
607
fEndBufIdx =
nextIdx
;
610
fBufIdx =
nextIdx
;
616
U_ASSERT(
nextIdx
!= fBufIdx);
623
int32_t
nextIdx
= modChunkSize(fStartBufIdx - 1);
624
if (
nextIdx
== fEndBufIdx) {
633
fBoundaries[
nextIdx
] = position
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedBreakIterator.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java
[
all
...]
/external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar
/external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar
/external/cldr/tools/java/libs/
icu4j.jar
/external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar
Completed in 472 milliseconds