OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_offset
(Results
1 - 5
of
5
) sorted by null
/system/bt/stack/sdp/
sdp_server.c
394
p_ccb->cont_info.
attr_offset
= 0;
417
if (p_ccb->cont_info.
attr_offset
)
420
&p_ccb->cont_info.
attr_offset
);
423
if (p_ccb->cont_info.
attr_offset
!= attr_len)
426
p_ccb->cont_info.
attr_offset
= 0; /* reset
attr_offset
*/
439
&p_ccb->cont_info.
attr_offset
);
619
p_ccb->cont_info.
attr_offset
= 0;
662
if (p_ccb->cont_info.
attr_offset
)
665
&p_ccb->cont_info.
attr_offset
);
[
all
...]
sdpint.h
161
UINT16
attr_offset
; /* offset within the attr to keep trak of partial attributes in the responses */
member in struct:__anon73988
/system/extras/perfprofd/quipper/
perf_reader.h
282
size_t
attr_offset
);
perf_reader.cc
910
size_t
attr_offset
) {
915
size_t attr_size_offset =
attr_offset
+ offsetof(perf_event_attr, size);
[
all
...]
/external/mesa3d/src/mesa/vbo/
vbo_save_api.c
360
unsigned
attr_offset
= node->attrsz[0] * sizeof(GLfloat);
local
368
buffer + node->buffer_offset + vertex_offset +
attr_offset
,
[
all
...]
Completed in 692 milliseconds