Searched refs:_cursor (Results 1 – 19 of 19) sorted by relevance
/third_party/libunwind/libunwind/doc/ |
D | libunwind.tex | 18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\ 20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void… 22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\ 24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~… 26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\… 28 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t}… 30 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\… 32 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*});\\ 52 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}, \Type{unw\_proc\_info\_t~*});\\ 54 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~… [all …]
|
D | unw_init_local.tex | 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctx… 16 \Type{int} \Func{unw\_init\_local2}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ct…
|
D | unw_apply_reg_state.tex | 16 \Func{unw\_apply\_reg\_state}(\Type{unw\_cursor\_t~*}\Var{cp},
|
D | unw_is_signal_frame.tex | 15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
|
D | unw_step.tex | 15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
|
D | unw_get_reg.tex | 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
|
D | unw_set_fpreg.tex | 15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
|
D | unw_set_reg.tex | 15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
|
D | unw_get_fpreg.tex | 15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
|
D | unw_init_remote.tex | 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var…
|
D | unw_get_proc_name.tex | 15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \T…
|
D | unw_reg_states_iterate.tex | 15 \Type{int} \Func{unw\_reg\_states\_iterate}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_reg\_states…
|
D | unw_resume.tex | 15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
|
D | unw_get_proc_info.tex | 15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}…
|
D | libunwind-ptrace.tex | 37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})…
|
D | unw_create_addr_space.tex | 71 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_cursor\_t~*}\Var{cp}, \Type{void~*}\Var{…
|
/third_party/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 245 _cursor: cursor, property 278 this._cursor.place(x, l.top, l.bottom); 280 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width)); 418 this._cursor.draw_before(canvas); 511 this._cursor.draw_after(canvas);
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | textapi_utils.js | 256 _cursor: cursor, property 289 this._cursor.place(x, l.top, l.bottom); 291 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width)); 435 this._cursor.draw_before(canvas); 532 this._cursor.draw_after(canvas);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 195 for (int32_t elem, _cursor = 0; (eset).Next(&_cursor, &elem); )
|