Searched refs:attr_offset (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_server.c397 p_ccb->cont_info.attr_offset = 0;
420 if (p_ccb->cont_info.attr_offset)
423 &p_ccb->cont_info.attr_offset);
426 if (p_ccb->cont_info.attr_offset != attr_len)
429 p_ccb->cont_info.attr_offset = 0; /* reset attr_offset */
442 &p_ccb->cont_info.attr_offset);
641 p_ccb->cont_info.attr_offset = 0;
684 if (p_ccb->cont_info.attr_offset)
687 &p_ccb->cont_info.attr_offset);
[all...]
H A Dsdpint.h164 UINT16 attr_offset; /* offset within the attr to keep trak of partial attributes in the responses */ member in struct:__anon1570
/external/linux-tools-perf/util/
H A Dheader.h60 s64 attr_offset; member in struct:perf_header
H A Dheader.c503 header->attr_offset = lseek(fd, 0, SEEK_CUR);
543 .offset = header->attr_offset,
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp212 const uint32_t attr_offset = offset; local
217 return attr_offset;
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save_api.c360 unsigned attr_offset = node->attrsz[0] * sizeof(GLfloat); local
368 buffer + node->buffer_offset + vertex_offset + attr_offset,
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c360 unsigned attr_offset = node->attrsz[0] * sizeof(GLfloat); local
368 buffer + node->buffer_offset + vertex_offset + attr_offset,

Completed in 215 milliseconds