HomeSort by relevance Sort by last modified time
    Searched refs:attr_offset (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_server.c 417 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...]
sdpint.h 164 UINT16 attr_offset; /* offset within the attr to keep trak of partial attributes in the responses */ member in struct:__anon6335
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFAbbreviationDeclaration.cpp 163 dw_offset_t attr_offset = offset; local
166 if (form == DW_FORM_string && ((offset - attr_offset) >= strp_min_len))
DWARFDebugInfoEntry.cpp     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 2296 u64 attr_offset; local
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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 231 milliseconds