search for: base_offset

Displaying 5 results from an estimated 5 matches for "base_offset".

2006 Oct 15
0
chan_bluetooth - one way audio
...rvice RecHandle: 0x10007 Service Class ID List: "Handfree Audio Gateway" (0x111f) "Generic Audio" (0x1203) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 7 Language Base Attr List: code_ISO639: 0x656e encoding: 0x6a base_offset: 0x100 code_ISO639: 0x6672 encoding: 0x6a base_offset: 0xd800 code_ISO639: 0x6573 encoding: 0x6a base_offset: 0xd803 code_ISO639: 0x7074 encoding: 0x6a base_offset: 0xd806 Profile Descriptor List: "Handsfree" (0x111e) Version: 0x0101 It didn?t worked with...
2008 Jun 19
2
sig11 in 1.1rc5 fts
...child_chars = (const unsigned char *) 0x414dbd25 <Address 0x414dbd25 out of bounds> child = (struct squat_node *) 0x40c685f8 children = (struct squat_node *) 0x40c68040 node_offset = 1944868 i = 61 child_idx = 61 child_count = 89 base_offset = 1944314 num = 25 __PRETTY_FUNCTION__ = "node_read_children" #1 0x000000004101f17f in squat_trie_map (trie=0x40c5a800, building=false) at squat-trie.c:1518 file_lock = (struct file_lock *) 0x0 dotlock = (struct dotlock *) 0x0 changed = true...
2013 Feb 08
2
[LLVMdev] assert when mixing static and non-static members with an external AST source
...ut (this=0xbc8820, D=0xbed9c0) at /home/athirumurthi/git/lldb/tools/clang/lib/AST/RecordLayoutBuilder.cpp:2430 #9 0x00007ffff433d48f in lldb_private::ClangASTSource::layoutRecordType (this=0xcb6f00, record=0xd6a140, size=@0x7fffffff6388: 4, alignment=@0x7fffffff6390: 29, field_offsets=..., base_offsets=..., virtual_base_offsets=...) at /home/athirumurthi/git/lldb/tools/lldb/source/Expression/ClangASTSource.cpp:1456 #10 0x00007ffff436b0ff in lldb_private::ClangASTSource::ClangASTSourceProxy::layoutRecordType(clang::RecordDecl const*, unsigned long&, unsigned long&, llvm::DenseMap<clang...
2013 Feb 15
0
[LLVMdev] assert when mixing static and non-static members with an external AST source
...ut (this=0xbc8820, D=0xbed9c0) at /home/athirumurthi/git/lldb/tools/clang/lib/AST/RecordLayoutBuilder.cpp:2430 #9 0x00007ffff433d48f in lldb_private::ClangASTSource::layoutRecordType (this=0xcb6f00, record=0xd6a140, size=@0x7fffffff6388: 4, alignment=@0x7fffffff6390: 29, field_offsets=..., base_offsets=..., virtual_base_offsets=...) at /home/athirumurthi/git/lldb/tools/lldb/source/Expression/ClangASTSource.cpp:1456 #10 0x00007ffff436b0ff in lldb_private::ClangASTSource::ClangASTSourceProxy::layoutRecordType(clang::RecordDecl const*, unsigned long&, unsigned long&, llvm::DenseMap<clang...
2016 Jun 05
0
[RFC PATCH] nouveau: add locking
...ext *nv50, struct nv50_hw_query *hq) PUSH_SPACE(push, 2); BEGIN_NV04(push, SUBC_CP(NV50_GRAPH_SERIALIZE), 1); PUSH_DATA (push, 0); + pipe_mutex_unlock(screen->base.push_mutex); pipe->bind_compute_state(pipe, screen->pm.prog); input[0] = hq->bo->offset + hq->base_offset; @@ -276,6 +280,7 @@ nv50_hw_sm_end_query(struct nv50_context *nv50, struct nv50_hw_query *hq) nouveau_bufctx_reset(nv50->bufctx_cp, NV50_BIND_CP_QUERY); + pipe_mutex_lock(screen->base.push_mutex); /* re-active other counters */ PUSH_SPACE(push, 8); mask = 0; @@ -302,6 +...