OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:realind
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/hf_client/
bta_hf_client_at.c
440
INT8
realind
= -1;
local
454
realind
= bta_hf_client_cb.scb.at_cb.indicator_lookup[index - 1];
456
if(
realind
>= 0 &&
realind
< BTA_HF_CLIENT_AT_SUPPORTED_INDICATOR_COUNT)
460
if(value > bta_hf_client_indicators[
realind
].max || value < bta_hf_client_indicators[
realind
].min)
479
bta_hf_client_ind(
realind
, value);
[
all
...]
/external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h
630
Index *
realInd
= new Index[length];
634
realInd
[pos] = pos;
640
const Index realI =
realInd
[i];
679
realInd
[J - Zero] = realI;
680
realInd
[I - Zero] = j;
694
delete []
realInd
;
Completed in 93 milliseconds