OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_ind
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvshapedescr.cpp
564
int p_max = 2,
p_ind
;
local
603
p_ind
= 0;
641
if(
p_ind
>= p_max )
644
p_are[
p_ind
] = a00 / 2.;
645
p_ind
++;
672
if(
p_ind
>= p_max )
675
p_are[
p_ind
] = a00 / 2.;
676
p_ind
++;
703
if(
p_ind
>= p_max )
706
p_are[
p_ind
] = a00 / 2.
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c
215
tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *
p_ind
)
222
memcpy(p_buf,
p_ind
, sizeof(tGATT_VALUE));
[
all
...]
gatt_int.h
604
extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *
p_ind
);
Completed in 354 milliseconds