HomeSort by relevance Sort by last modified time
    Searched refs:attr_offset (Results 1 - 5 of 5) 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:__anon2996
  /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 399 const uint32_t attr_offset = offset; local
404 return attr_offset;

Completed in 79 milliseconds