Searched defs:cursor (Results 26 - 50 of 439) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
H A Dscanio.c1 uchar *ScanFill(uchar *cursor){ argument
3 s->pos += cursor - s->mrk;
9 if((len = s->lim - cursor) != 0)
10 memcpy(s->eot, cursor, len);
11 cursor = s->eot;
12 s->lim = &cursor[len];
15 cursor -= cnt;
28 cursor = &buf[cursor - s->bot];
34 s->mrk = cursor;
[all...]
/external/libunwind/src/aarch64/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
30 struct cursor *c = (struct cursor *) cursor;
H A DGget_save_loc.c30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
32 struct cursor *c = (struct cursor *) cursor;
/external/libunwind/src/arm/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
30 struct cursor *c = (struct cursor *) cursor;
H A DGget_save_loc.c28 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
30 struct cursor *c = (struct cursor *) cursor;
/external/libunwind/src/hppa/
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
31 /* struct cursor *c = (struct cursor *) cursor; */
/external/libunwind/src/ia64/
H A DGget_proc_info.c29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGis_signal_frame.c29 unw_is_signal_frame (unw_cursor_t *cursor) argument
31 struct cursor *c = (struct cursor *) cursor;
52 Debug (1, "(cursor=%p, ip=0x%016lx) -> %d\n", c, c->ip, ret);
/external/libunwind/src/mi/
H A DGget_fpreg.c29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGget_reg.c29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGset_fpreg.c29 unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGset_reg.c29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) argument
31 struct cursor *c = (struct cursor *) cursor;
/external/libunwind/src/mips/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
30 struct cursor *c = (struct cursor *) cursor;
H A DGresume.c34 mips_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
42 unw_resume (unw_cursor_t *cursor) argument
H A DGget_save_loc.c30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
32 struct cursor *c = (struct cursor *) cursor;
/external/libunwind/src/sh/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
30 struct cursor *c = (struct cursor *) cursor;
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
31 struct cursor *c = (struct cursor *) cursor;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRewriteRuleElementStream.h32 NSInteger cursor; variable
42 @property (assign) NSInteger cursor; variable
/external/chromium_org/content/renderer/
H A Dcursor_utils.cc15 bool GetWebKitCursorInfo(const WebCursor& cursor, argument
18 cursor.GetCursorInfo(&cursor_info);
31 WebCursor* cursor,
41 cursor->InitFromCursorInfo(web_cursor_info);
30 InitializeCursorFromWebKitCursorInfo( WebCursor* cursor, const WebCursorInfo& webkit_cursor_info) argument
/external/libunwind/src/x86/
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
31 struct cursor *c = (struct cursor *) cursor;
/external/libunwind/src/x86_64/
H A DGget_save_loc.c31 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
33 struct cursor *c = (struct cursor *) cursor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h37 NSInteger cursor; variable
46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h37 NSInteger cursor; variable
46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h37 NSInteger cursor; variable
46 @property (assign, getter=GetCursor, setter=SetCursor:) NSInteger cursor; variable
/external/chromium_org/media/audio/sounds/
H A Dtest_data.cc28 void TestObserver::OnStop(size_t cursor) { argument
30 cursor_ = cursor;

Completed in 367 milliseconds

1234567891011>>