Home
last modified time | relevance | path

Searched refs:_cursor (Results 1 – 19 of 19) sorted by relevance

/third_party/libunwind/libunwind/doc/
Dlibunwind.tex18 \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 …]
Dunw_init_local.tex15 \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…
Dunw_apply_reg_state.tex16 \Func{unw\_apply\_reg\_state}(\Type{unw\_cursor\_t~*}\Var{cp},
Dunw_is_signal_frame.tex15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\
Dunw_step.tex15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
Dunw_get_reg.tex15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
Dunw_set_fpreg.tex15 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
Dunw_set_reg.tex15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \…
Dunw_get_fpreg.tex15 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg},…
Dunw_init_remote.tex15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var…
Dunw_get_proc_name.tex15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \T…
Dunw_reg_states_iterate.tex15 \Type{int} \Func{unw\_reg\_states\_iterate}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_reg\_states…
Dunw_resume.tex15 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*}\Var{cp});\\
Dunw_get_proc_info.tex15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}…
Dlibunwind-ptrace.tex37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})…
Dunw_create_addr_space.tex71 \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/
Dtextapi_utils.js245 _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/
Dtextapi_utils.js256 _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/
Dgraphcycles.cc195 for (int32_t elem, _cursor = 0; (eset).Next(&_cursor, &elem); )