OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_idx
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/btif/co/
bta_gatts_co.c
69
UINT8 i, j, idx,
last_idx
;
local
110
last_idx
= p_cb->num_clients - 1;
112
if (i !=
last_idx
)
115
for (j=i; j !=
last_idx
; ++j )
123
memset(&p_cb->srv_chg[
last_idx
], 0, sizeof(tBTA_GATTS_SRV_CHG));
/external/opencv/ml/src/
mltestset.cpp
138
int
last_idx
;
local
141
last_idx
= num_samples * (cur_class + 1) / num_classes - 1;
142
CV_CALL( max_dst = (*((CvDI*) cvGetSeqElem( seq,
last_idx
))).d );
/art/runtime/
dex_file_verifier.cc
540
uint32_t
last_idx
= 0;
local
548
if (
last_idx
>= idx && i != 0) {
550
last_idx
, idx);
558
last_idx
= idx;
919
uint32_t
last_idx
= 0;
local
921
if (
last_idx
>= field_item->field_idx_ && i != 0) {
922
LOG(ERROR) << StringPrintf("Out-of-order field_idx for annotation: %x then %x",
last_idx
, field_item->field_idx_);
925
last_idx
= field_item->field_idx_;
937
last_idx
= 0;
939
if (
last_idx
>= method_item->method_idx_ && i != 0)
1665
uint32_t
last_idx
= 0;
local
[
all
...]
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
847
int
last_idx
= 0;
local
854
last_idx
= i;
860
row[x] =
last_idx
;
[
all
...]
/external/webp/src/enc/
vp8l.c
847
int
last_idx
= 0;
local
854
last_idx
= i;
860
row[x] =
last_idx
;
[
all
...]
/external/opencv/cv/src/
cvhaar.cpp
1850
int
last_idx
;
local
[
all
...]
Completed in 163 milliseconds