Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/third_party/libdrm/tests/modetest/
Dcursor.c44 struct cursor { struct
57 static struct cursor cursors[MAX_CURSORS]; argument
77 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) in set_cursor()
90 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor()
148 struct cursor *cursor = &cursors[i]; in cursor_thread_func() local
169 struct cursor *cursor = &cursors[ncursors]; in cursor_init() local
/third_party/libunwind/include/tdep-ia64/
Dlibunwind_i.h126 struct cursor struct
128 void *as_arg; /* argument to address-space callbacks */
129 unw_addr_space_t as; /* reference to per-address-space info */
134 unw_word_t ip; /* instruction pointer value */
135 unw_word_t cfm; /* current frame mask */
136 unw_word_t pr; /* current predicate values */
139 unw_word_t bsp; /* backing store pointer value */
140 unw_word_t sp; /* stack pointer value */
141 unw_word_t psp; /* previous sp value */
142 ia64_loc_t cfm_loc; /* cfm save location (or NULL) */
[all …]
/third_party/libunwind/src/x86_64/
DGinit_local.c35 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
43 unw_init_local_common (unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
61 unw_init_local_with_as(unw_addr_space_t as, unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local_with_as()
70 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
76 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
DGos-solaris.c39 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame()
50 x86_64_handle_signal_frame (unw_cursor_t *cursor) in x86_64_handle_signal_frame()
132 x86_64_sigreturn (unw_cursor_t *cursor) in x86_64_sigreturn()
/third_party/libunwind/src/arm/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local_common (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr) in unw_init_local_common()
60 unw_init_local_with_as(unw_addr_space_t as, unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local_with_as()
69 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
75 unw_init_local2 (unw_cursor_t *cursor, unw_context_t *uc, int flag) in unw_init_local2()
DGos-other.c33 arm_handle_signal_frame (unw_cursor_t *cursor) in arm_handle_signal_frame()
39 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame()
/third_party/libunwind/src/aarch64/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local_common (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr) in unw_init_local_common()
62 unw_init_local_with_as(unw_addr_space_t as, unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local_with_as()
71 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
77 unw_init_local2 (unw_cursor_t *cursor, unw_tdep_context_t *uc, int flag) in unw_init_local2()
/third_party/libunwind/src/x86/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
40 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
60 unw_init_local_with_as(unw_addr_space_t as, unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local_with_as()
69 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
75 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
/third_party/libunwind/src/mips/
DGinit_local.c31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
39 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
54 unw_init_local(unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
60 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
DGresume.c34 mips_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in mips_local_resume()
42 unw_resume (unw_cursor_t *cursor) in unw_resume()
/third_party/libunwind/src/riscv/
DGinit_local.c33 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
41 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
59 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
65 unw_init_local2 (unw_cursor_t *cursor, unw_context_t *uc, int flag) in unw_init_local2()
/third_party/libunwind/src/s390x/
DGinit_local.c34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
42 unw_init_local_common (unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
59 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
65 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
/third_party/libunwind/src/hppa/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
40 unw_init_local_common (unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
55 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
61 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
/third_party/libunwind/src/ppc/
DGinit_local.c38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
47 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
66 unw_init_local(unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
72 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
/third_party/libunwind/src/sh/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local_common (unw_cursor_t *cursor, unw_context_t *uc, unsigned use_prev_instr) in unw_init_local_common()
56 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
62 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
/third_party/libunwind/src/tilegx/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
40 unw_init_local_common(unw_cursor_t *cursor, ucontext_t *uc, unsigned use_prev_instr) in unw_init_local_common()
58 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
64 unw_init_local2 (unw_cursor_t *cursor, ucontext_t *uc, int flag) in unw_init_local2()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenmouse.c39 SDL_Cursor* cursor; in Emscripten_CreateDefaultCursor() local
72 SDL_Cursor *cursor; in Emscripten_CreateSystemCursor() local
136 Emscripten_FreeCursor(SDL_Cursor* cursor) in Emscripten_FreeCursor()
151 Emscripten_ShowCursor(SDL_Cursor* cursor) in Emscripten_ShowCursor()
/third_party/libunwind/src/
Dos-ohos.c39 unw_get_rel_pc (unw_cursor_t *cursor) in unw_get_rel_pc()
70 unw_word_t unw_get_previous_instr_sz(unw_cursor_t *cursor) in unw_get_previous_instr_sz()
76 unw_get_map (unw_cursor_t *cursor) in unw_get_map()
83 unw_get_maps (unw_cursor_t *cursor) in unw_get_maps()
94 unw_get_symbol_info(struct unw_cursor *cursor, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_st… in unw_get_symbol_info()
165 unw_set_context(unw_cursor_t * cursor, uintptr_t regs[], int reg_sz) in unw_set_context()
188 unw_set_adjust_pc(struct unw_cursor *cursor, uint64_t pc) in unw_set_adjust_pc()
/third_party/wayland_standard/cursor/
Dwayland-cursor.c143 struct cursor { struct
144 struct wl_cursor cursor; argument
148 /** Get an shm buffer for a cursor image argument
184 wl_cursor_destroy(struct wl_cursor *cursor) in wl_cursor_destroy()
202 struct cursor *cursor; in wl_cursor_create_from_data() local
284 struct cursor *cursor; in wl_cursor_create_from_xcursor_images() local
345 struct wl_cursor *cursor; in load_callback() local
474 struct cursor *cursor = (struct cursor *) _cursor; in wl_cursor_frame_and_duration() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmouse.cpp56 SDL_Cursor *cursor; in WINRT_CreateSystemCursor() local
102 WINRT_FreeCursor(SDL_Cursor * cursor) in WINRT_FreeCursor()
113 WINRT_ShowCursor(SDL_Cursor * cursor) in WINRT_ShowCursor()
/third_party/cef/libcef/browser/native/
Dcursor_util_linux.cc19 auto cursor = ui::CursorFactory::GetInstance()->GetDefaultCursor(type); in GetPlatformCursor() local
26 cef_cursor_handle_t ToCursorHandle(scoped_refptr<ui::PlatformCursor> cursor) { in ToCursorHandle()
/third_party/freetype/src/psaux/
Dpsconv.c83 PS_Conv_Strtol( FT_Byte** cursor, in PS_Conv_Strtol()
161 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt()
195 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed()
464 PS_Conv_ASCIIHexDecode( FT_Byte** cursor, in PS_Conv_ASCIIHexDecode()
557 PS_Conv_EexecDecode( FT_Byte** cursor, in PS_Conv_EexecDecode()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmouse.c75 SDL_Cursor *cursor; in WIN_CreateDefaultCursor() local
93 SDL_Cursor *cursor; in WIN_CreateCursor() local
162 SDL_Cursor *cursor; in WIN_CreateSystemCursor() local
199 WIN_FreeCursor(SDL_Cursor * cursor) in WIN_FreeCursor()
208 WIN_ShowCursor(SDL_Cursor * cursor) in WIN_ShowCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirmouse.c49 SDL_Cursor* cursor; in MIR_CreateDefaultCursor() local
112 SDL_Cursor* cursor = MIR_CreateDefaultCursor(); in MIR_CreateCursor() local
140 SDL_Cursor* cursor = MIR_CreateDefaultCursor(); in MIR_CreateSystemCursor() local
197 MIR_FreeCursor(SDL_Cursor* cursor) in MIR_FreeCursor()
217 MIR_ShowCursor(SDL_Cursor* cursor) in MIR_ShowCursor()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsconv.c83 PS_Conv_Strtol( FT_Byte** cursor, in PS_Conv_Strtol()
161 PS_Conv_ToInt( FT_Byte** cursor, in PS_Conv_ToInt()
195 PS_Conv_ToFixed( FT_Byte** cursor, in PS_Conv_ToFixed()
464 PS_Conv_ASCIIHexDecode( FT_Byte** cursor, in PS_Conv_ASCIIHexDecode()
557 PS_Conv_EexecDecode( FT_Byte** cursor, in PS_Conv_EexecDecode()

12345678910>>...18