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

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_server.c417 p_ccb->cont_info.attr_offset = 0;
440 if (p_ccb->cont_info.attr_offset)
443 &p_ccb->cont_info.attr_offset);
446 if (p_ccb->cont_info.attr_offset != attr_len)
449 p_ccb->cont_info.attr_offset = 0; /* reset attr_offset */
462 &p_ccb->cont_info.attr_offset);
668 p_ccb->cont_info.attr_offset = 0;
711 if (p_ccb->cont_info.attr_offset)
714 &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:__anon1710
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp163 dw_offset_t attr_offset = offset; local
166 if (form == DW_FORM_string && ((offset - attr_offset) >= strp_min_len))
H A DDWARFDebugInfoEntry.cpp1331 const dw_offset_t attr_offset = offset;
1337 return attr_offset;
1508 const dw_offset_t attr_offset = GetAttributeValue(dwarf2Data, cu, attr, form_value, &end_addr_offset);
1509 if (attr_offset)
1517 block_size = (end_addr_offset - attr_offset) - form_value.Unsigned();
1533 return attr_offset;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.c2296 u64 attr_offset; local
2310 attr_offset = lseek(fd, 0, SEEK_CUR);
2341 .offset = 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 335 milliseconds