Home
last modified time | relevance | path

Searched defs:ls (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/lua/src/
Dllex.c32 #define next(ls) (ls->current = zgetc(ls->z)) argument
36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') argument
51 #define save_and_next(ls) (save(ls, ls->current), next(ls)) argument
57 static void save (LexState *ls, int c) { in save()
82 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str()
99 static const char *txtToken (LexState *ls, int token) { in txtToken()
111 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror()
119 l_noret luaX_syntaxerror (LexState *ls, const char *msg) { in luaX_syntaxerror()
129 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { in luaX_newstring()
153 static void inclinenumber (LexState *ls) { in inclinenumber()
[all …]
Dlparser.c68 static l_noret error_expected (LexState *ls, int token) { in error_expected()
95 static int testnext (LexState *ls, int c) { in testnext()
107 static void check (LexState *ls, int c) { in check()
116 static void checknext (LexState *ls, int c) { in checknext()
122 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } argument
130 static void check_match (LexState *ls, int what, int who, int where) { in check_match()
143 static TString *str_checkname (LexState *ls) { in str_checkname()
166 static void codename (LexState *ls, expdesc *e) { in codename()
175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) { in registerlocalvar()
193 static int new_localvar (LexState *ls, TString *name) { in new_localvar()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dlookup.c38 struct lookup_struct *ls = (struct lookup_struct *) priv_data; in lookup_proc() local
54 struct lookup_struct ls; in ext2fs_lookup() local
Dunlink.c40 struct link_struct *ls = (struct link_struct *) priv_data; in unlink_proc() local
76 struct link_struct ls; in ext2fs_unlink() local
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dloom_local.rs19 let ls = LocalSet::new(); in wake_during_shutdown() localVariable
Dtask_combinations.rs80 let ls = [CombiLocalSet::Yes, CombiLocalSet::No]; in test_combinations() localVariable
204 ls: Option<crate::task::LocalSet>, in test_combination() field
220 let ls = match ls { in test_combination() localVariable
/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
Dborder.c131 int wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, in wborder()
181 int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, in border()
312 int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs, in wborder_set()
323 int border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, in border_set()
/external/e2fsprogs/debugfs/
Dls.c92 struct list_dir_struct *ls = (struct list_dir_struct *) private; in list_dir_proc() local
190 struct list_dir_struct ls; in do_list_dir() local
/external/clang/test/SemaObjC/
Dconflict-nonfragile-abi2.m12 @property int ls; property
/external/eigen/bench/btl/generic_bench/utils/
Dsize_log.hh36 float ls=0.0; in size_log() local
/external/clang/test/CodeGen/
Dno-opt-volatile-memcpy.c12 struct s ls; in foo() local
/external/libxkbcommon/test/
Dlog.c58 darray_char *ls = xkb_context_get_user_data(ctx); in log_fn() local
/external/skia/resources/skottie/
Dskottie-text-valign-visual-2.json1683 "ls": 0, number
1698 "ls": 0, number
1713 "ls": 0, number
1728 "ls": 0, number
1743 "ls": 0, number
1758 "ls": 0, number
1773 "ls": 0, number
1788 "ls": 0, number
1803 "ls": 0, number
1818 "ls": 0, number
[all …]
Dskottie-text-valign-visual-scaletofit.json1684 "ls": 0, number
1700 "ls": 0, number
1716 "ls": 0, number
1732 "ls": 0, number
1748 "ls": 0, number
1764 "ls": 0, number
1780 "ls": 0, number
1796 "ls": 0, number
1812 "ls": 0, number
1828 "ls": 0, number
[all …]
Dskottie-text-valign-scaletofit.json1684 "ls": 0, number
1700 "ls": 0, number
1716 "ls": 0, number
1732 "ls": 0, number
1748 "ls": 0, number
1764 "ls": 0, number
1780 "ls": 0, number
1796 "ls": 0, number
1812 "ls": 0, number
1828 "ls": 0, number
[all …]
Dskottie-text-valign-2.json1683 "ls": 0, number
1698 "ls": 0, number
1713 "ls": 0, number
1728 "ls": 0, number
1743 "ls": 0, number
1758 "ls": 0, number
1773 "ls": 0, number
1788 "ls": 0, number
1803 "ls": 0, number
1818 "ls": 0, number
[all …]
Dskottie-text-allcaps.json50 "ls": 0, number
71 "ls": 0, number
92 "ls": 0, number
113 "ls": 0, number
/external/libdav1d/src/
Dlf_apply_tmpl.c181 pixel *dst, const ptrdiff_t ls, in filter_plane_cols_y()
217 pixel *dst, const ptrdiff_t ls, in filter_plane_rows_y()
248 const ptrdiff_t ls, const int w, in filter_plane_cols_uv()
285 const ptrdiff_t ls, const int w, in filter_plane_rows_uv()
/external/clang/test/CodeGenCXX/
Dno-opt-volatile-memcpy.cpp12 struct s ls; in foo() local
/external/pigweed/pw_env_setup/py/pw_env_setup/
Dpython_packages.py47 def ls(output_file: Path | None) -> int: # pylint: disable=invalid-name function
/external/mesa3d/src/panfrost/compiler/valhall/
Dva_compiler.h91 unsigned fma, cvt, sfu, v, ls, t; member
/external/sdv/vsomeip/third_party/boost/atomic/src/
Dlock_pool.cpp1301 lock_state& ls = g_lock_pool[get_lock_index(h)].state; in short_lock() local
1308 lock_state& ls = g_lock_pool[get_lock_index(h)].state; in long_lock() local
1323 lock_state* ls = static_cast< lock_state* >(vls); in allocate_wait_state() local
1345 lock_state* ls = static_cast< lock_state* >(vls); in free_wait_state() local
1355 lock_state* ls = static_cast< lock_state* >(vls); in wait() local
1374 lock_state* ls = static_cast< lock_state* >(vls); in notify_one() local
1384 lock_state* ls = static_cast< lock_state* >(vls); in notify_all() local
/external/vogar/src/vogar/android/
DDeviceFilesystem.java82 public List<File> ls(File dir) throws FileNotFoundException { in ls() method in DeviceFilesystem
/external/stg/test_cases/info_tests/primitive/
Dlong.c6 long signed ls; member
/external/vogar/src/vogar/
DTarget.java77 public abstract List<File> ls(File directory) throws FileNotFoundException; in ls() method in Target

12345678910