/external/flatbuffers/net/FlatBuffers/ |
D | FlatBufferBuilder.cs | 33 private int _space; field in FlatBuffers.FlatBufferBuilder 61 _space = initialSize; in FlatBufferBuilder() 70 _space = _bb.Length; in Clear() 91 public int Offset { get { return _bb.Length - _space; } } 95 _bb.PutByte(_space -= size, 0, size); in Pad() 129 ((~((int)_bb.Length - _space + additionalBytes)) + 1) & in Prep() 132 while (_space < alignSize + size + additionalBytes) in Prep() 136 _space += (int)_bb.Length - oldBufSize; in Prep() 145 _bb.PutByte(_space -= sizeof(byte), (byte)(x ? 1 : 0)); in PutBool() 150 _bb.PutSbyte(_space -= sizeof(sbyte), x); in PutSbyte() [all …]
|
/external/libunwind/doc/ |
D | unw_destroy_addr_space.tex | 8 …e}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_sp… 15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\ 19 The \Func{unw\_destroy\_addr\_space}() routine destroys the 24 \Var{unw\_local\_addr\_space}. Attempting to do so results in 30 \SeeAlso{unw\_create\_addr\_space(3)}
|
D | unw_get_accessors.tex | 15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\ 22 (see \Func{unw\_create\_addr\_space}(3)). The returned pointer is 24 by a call to \Func{unw\_destroy\_addr\_space}(3). 28 \Var{unw\_local\_addr\_space}. 44 \SeeAlso{unw\_create\_addr\_space(3)}, 45 \SeeAlso{unw\_destroy\_addr\_space(3)}
|
D | libunwind-ptrace.tex | 23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{un… 25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}… 27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~… 29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo… 31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_… 33 \Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw… 35 \Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{cha… 37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})… 54 \Func{unw\_create\_addr\_space}(). In many cases, the application
|
D | unw_create_addr_space.tex | 8 …ame}{3}{unw\_create\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_create\_addr\_sp… 15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Typ… 19 The \Func{unw\_create\_addr\_space}() routine creates a new unwind 39 \Func{unw\_create\_addr\_space}(). 54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\ 57 \Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\ 59 \Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t} \Var{as},\\ 61 \Type{int} \Func{access\_mem}(\Var{unw\_addr\_space\_t} \Var{as},\\ 64 \Type{int} \Func{access\_reg}(\Var{unw\_addr\_space\_t} \Var{as},\\ 67 \Type{int} \Func{access\_fpreg}(\Var{unw\_addr\_space\_t} \Var{as},\\ [all …]
|
D | unw_init_remote.tex | 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var… 22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary 23 address space created with \Func{unw\_create\_addr\_space}(). 26 should be unwound. For example, if \Var{unw\_local\_addr\_space} is 68 \SeeAlso{libunwind(3)}, \SeeAlso{unw\_create\_addr\_space(3)},
|
D | unw_get_proc_info_by_ip.tex | 15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word… 31 \Var{unw\_local\_addr\_space} can be passed for this argument. 39 \Var{unw\_local\_addr\_space}), \Const{NULL} must be passed for this 73 \Func{unw\_create\_addr\_space}(3)). 78 \SeeAlso{unw\_create\_addr\_space(3)},
|
D | unw_set_caching_policy.tex | 15 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_caching… 44 For address spaces created via \Func{unw\_create\_addr\_space}(3), 46 \Func{unw\_local\_addr\_space}, caching is turned on by default. 69 \SeeAlso{unw\_create\_addr\_space(3)},
|
D | libunwind.tex | 20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void… 35 \Type{unw\_addr\_space\_t} \Var{unw\_local\_addr\_space};\\ 37 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t}, \Type{int});\\ 39 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t});\\ 41 \Type{unw\_accessors\_t} \Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t});\\ 43 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo… 45 \Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\_space\_t}, \Type{unw\_caching\_policy\… 177 \Func{unw\_create\_addr\_space}() routine. The routine takes two 324 \SeeAlso{unw\_create\_addr\_space(3)}, 325 \SeeAlso{unw\_destroy\_addr\_space(3)},
|
D | unw_get_proc_info.tex | 59 \Func{unw\_create\_addr\_space}(3)). The 65 \Func{unw\_create\_addr\_space}(3)). The 72 \Func{unw\_create\_addr\_space}(3)). The 107 \Func{unw\_create\_addr\_space}(3)). 112 \SeeAlso{unw\_create\_addr\_space(3)},
|
D | unw_step.tex | 53 call-backs (see \Func{unw\_create\_addr\_space}(3)). 58 \SeeAlso{unw\_create\_addr\_space(3)}
|
D | unw_flush_cache.tex | 15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{…
|
D | unw_get_reg.tex | 59 \Func{unw\_create\_addr\_space}(3)).
|
D | unw_get_fpreg.tex | 58 \Func{unw\_create\_addr\_space}(3)).
|
D | unw_set_fpreg.tex | 60 \Func{unw\_create\_addr\_space}(3)).
|
D | unw_set_reg.tex | 61 \Func{unw\_create\_addr\_space}(3)).
|
D | unw_get_proc_name.tex | 67 \Func{unw\_create\_addr\_space}(3)).
|
D | libunwind-dynamic.tex | 208 \SeeAlso{unw\_create\_addr\_space}(3)) to return unwind tables whose
|