OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lIndex
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
208
ovutils::eDest
lIndex
;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h
217
ovutils::eDest
lIndex
;
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
208
ovutils::eDest
lIndex
;
/external/icu4c/layout/
HangulLayoutEngine.cpp
113
le_int32
lIndex
= lead - LJMO_FIRST;
118
if ((
lIndex
< 0 ||
lIndex
>= LJMO_COUNT ) || (vIndex < 0 || vIndex >= VJMO_COUNT)) {
127
syllable = (LEUnicode) ((
lIndex
* VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
/external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp
675
int32_t
lIndex
= 0;
685
for (
lIndex
= 0; ;
lIndex
+= 1) {
686
const CEI *cei = target->prevCE(
lIndex
);
692
while (
lIndex
>= 0 && target->prevCE(
lIndex
)->highOffset == high) {
693
lIndex
-= 1;
706
lIndex
= 0;
709
tIndex = ++
lIndex
;
749
const CEI lastCEI = *target->prevCE(
lIndex
);
[
all
...]
/frameworks/av/media/libmedia/
IAudioPolicyService.cpp
264
int
lIndex
= reply.readInt32();
265
if (index) *index =
lIndex
;
Completed in 59 milliseconds