OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdr1
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/gki/common/
gki_buffer.c
43
BUFFER_HDR_T *
hdr1
= NULL;
local
81
hdr1
= hdr;
83
hdr1
->p_next = hdr;
85
hdr1
->p_next = NULL;
86
p_cb->freeq[id].p_last =
hdr1
;
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c
51
BUFFER_HDR_T *
hdr1
= NULL;
local
90
hdr1
= hdr;
92
hdr1
->p_next = hdr;
94
hdr1
->p_next = NULL;
95
p_cb->freeq[id].p_last =
hdr1
;
[
all
...]
/external/libnfc-nci/src/gki/common/
gki_buffer.c
51
BUFFER_HDR_T *
hdr1
= NULL;
local
90
hdr1
= hdr;
92
hdr1
->p_next = hdr;
94
hdr1
->p_next = NULL;
95
p_cb->freeq[id].p_last =
hdr1
;
[
all
...]
/external/opencv/ml/src/
mlann_mlp.cpp
936
CvMat _w, _dw,
hdr1
, hdr2, ghdr1, ghdr2, _df;
local
937
CvMat *x1 = &
hdr1
, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp;
1131
CvMat _w, _dEdw,
hdr1
, hdr2, g
hdr1
, ghdr2, _df;
local
[
all
...]
Completed in 429 milliseconds