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

  /system/bt/stack/sdp/
sdp_server.cc 402 p_ccb->cont_info.attr_offset = 0;
423 if (p_ccb->cont_info.attr_offset) {
425 &p_ccb->cont_info.attr_offset);
428 if (p_ccb->cont_info.attr_offset != attr_len)
431 p_ccb->cont_info.attr_offset = 0; /* reset attr_offset */
444 p_rsp, p_attr, (uint16_t)rem_len, &p_ccb->cont_info.attr_offset);
623 p_ccb->cont_info.attr_offset = 0;
663 if (p_ccb->cont_info.attr_offset) {
665 p_rsp, p_attr, rem_len, &p_ccb->cont_info.attr_offset);
    [all...]
sdpint.h 151 uint16_t attr_offset; /* offset within the attr to keep trak of partial member in struct:__anon2531
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 363 const uint32_t attr_offset = offset; local
368 return attr_offset;
  /external/syslinux/core/fs/ntfs/
ntfs.c 200 uint32_t attr_offset = 0; local
221 stream = mapping_chunk_init(attr, &chunk, &attr_offset);
223 err = parse_data_run(stream, &attr_offset, attr_len, &chunk);
    [all...]
  /external/perf_data_converter/src/quipper/
perf_reader.cc 654 const size_t attr_offset = sizeof(attr->type) + sizeof(attr->size); local
657 if (!data->ReadDataValue(attr_readable_size - attr_offset, "attribute",
658 reinterpret_cast<char*>(attr) + attr_offset)) {
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 466 unsigned attr_offset = node->attrsz[0] * sizeof(GLfloat); local
474 buffer + node->buffer_offset + vertex_offset + attr_offset,
    [all...]

Completed in 258 milliseconds