Searched refs:attr_offset (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_server.c | 417 p_ccb->cont_info.attr_offset = 0; in process_service_attr_req() 440 if (p_ccb->cont_info.attr_offset) in process_service_attr_req() 443 &p_ccb->cont_info.attr_offset); in process_service_attr_req() 446 if (p_ccb->cont_info.attr_offset != attr_len) in process_service_attr_req() 449 p_ccb->cont_info.attr_offset = 0; /* reset attr_offset */ in process_service_attr_req() 462 &p_ccb->cont_info.attr_offset); in process_service_attr_req() 668 p_ccb->cont_info.attr_offset = 0; in process_service_search_attr_req() 711 if (p_ccb->cont_info.attr_offset) in process_service_search_attr_req() 714 &p_ccb->cont_info.attr_offset); in process_service_search_attr_req() 717 if (p_ccb->cont_info.attr_offset != attr_len) in process_service_search_attr_req() [all …]
|
D | sdpint.h | 164 …UINT16 attr_offset; /* offset within the attr to keep trak of partial attributes in the… member
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 163 dw_offset_t attr_offset = offset; in CopyChangingStringToStrp() local 166 if (form == DW_FORM_string && ((offset - attr_offset) >= strp_min_len)) in CopyChangingStringToStrp()
|
D | DWARFDebugInfoEntry.cpp | 1331 const dw_offset_t attr_offset = offset; in GetAttributeValue() local 1337 return attr_offset; in GetAttributeValue() 1508 …const dw_offset_t attr_offset = GetAttributeValue(dwarf2Data, cu, attr, form_value, &end_addr_offs… in GetAttributeValueAsLocation() local 1509 if (attr_offset) in GetAttributeValueAsLocation() 1517 block_size = (end_addr_offset - attr_offset) - form_value.Unsigned(); in GetAttributeValueAsLocation() 1533 return attr_offset; in GetAttributeValueAsLocation()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_api.c | 360 unsigned attr_offset = node->attrsz[0] * sizeof(GLfloat); in _save_compile_vertex_list() local 368 buffer + node->buffer_offset + vertex_offset + attr_offset, in _save_compile_vertex_list()
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
D | vbo_save_api.c | 360 unsigned attr_offset = node->attrsz[0] * sizeof(GLfloat); in _save_compile_vertex_list() local 368 buffer + node->buffer_offset + vertex_offset + attr_offset, in _save_compile_vertex_list()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | header.c | 2296 u64 attr_offset; in perf_session__write_header() local 2310 attr_offset = lseek(fd, 0, SEEK_CUR); in perf_session__write_header() 2341 .offset = attr_offset, in perf_session__write_header()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | SIInstructions.td | 996 (int_SI_vs_load_input SReg_128:$tlst, IMM12bit:$attr_offset, 998 (BUFFER_LOAD_FORMAT_XYZW imm:$attr_offset, 0, 1, 0, 0, 0,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstructions.td | 996 (int_SI_vs_load_input SReg_128:$tlst, IMM12bit:$attr_offset, 998 (BUFFER_LOAD_FORMAT_XYZW imm:$attr_offset, 0, 1, 0, 0, 0,
|
/external/llvm/lib/Target/R600/ |
D | SIInstructions.td | 1706 (SIload_input v4i32:$tlst, imm:$attr_offset, i32:$buf_idx_vgpr), 1707 (BUFFER_LOAD_FORMAT_XYZW_IDXEN $tlst, $buf_idx_vgpr, imm:$attr_offset, 0, 0, 0, 0)
|