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 397 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...]
sdpint.h 164 UINT16 attr_offset; /* offset within the attr to keep trak of partial attributes in the responses */ member in struct:__anon3973
  /external/linux-tools-perf/util/
header.h 60 s64 attr_offset; member in struct:perf_header
header.c 503 header->attr_offset = lseek(fd, 0, SEEK_CUR);
543 .offset = header->attr_offset,
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 212 const uint32_t attr_offset = offset; local
217 return attr_offset;
  /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 1228 milliseconds