Home
last modified time | relevance | path

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

12345678

/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/llvm-project/polly/lib/External/isl/
Disl_local_space.c25 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls) in isl_local_space_get_ctx()
32 uint32_t isl_local_space_get_hash(__isl_keep isl_local_space *ls) in isl_local_space_get_hash()
52 isl_local_space *ls = NULL; in isl_local_space_alloc_div() local
99 __isl_give isl_local_space *isl_local_space_copy(__isl_keep isl_local_space *ls) in isl_local_space_copy()
108 __isl_give isl_local_space *isl_local_space_dup(__isl_keep isl_local_space *ls) in isl_local_space_dup()
118 __isl_give isl_local_space *isl_local_space_cow(__isl_take isl_local_space *ls) in isl_local_space_cow()
130 __isl_take isl_local_space *ls) in isl_local_space_free()
148 isl_bool isl_local_space_is_params(__isl_keep isl_local_space *ls) in isl_local_space_is_params()
157 isl_bool isl_local_space_is_set(__isl_keep isl_local_space *ls) in isl_local_space_is_set()
169 isl_bool isl_local_space_has_space(__isl_keep isl_local_space *ls, in isl_local_space_has_space()
[all …]
Disl_deprecated.c5 __isl_give isl_constraint *isl_equality_alloc(__isl_take isl_local_space *ls) in isl_equality_alloc()
12 __isl_give isl_constraint *isl_inequality_alloc(__isl_take isl_local_space *ls) in isl_inequality_alloc()
Disl_multi_zero_templ.c33 isl_local_space *ls; in MULTI() local
Disl_constraint_private.h12 isl_local_space *ls; member
Disl_multi_identity_templ.c22 isl_local_space *ls; in MULTI() local
Disl_constraint.c46 __isl_take isl_local_space *ls, __isl_take isl_vec *v) in isl_constraint_alloc_vec()
70 __isl_take isl_local_space *ls) in isl_constraint_alloc()
95 isl_local_space *ls = NULL; in isl_basic_map_constraint() local
129 __isl_take isl_local_space *ls) in isl_constraint_alloc_equality()
135 __isl_take isl_local_space *ls) in isl_constraint_alloc_inequality()
725 isl_local_space *ls; in isl_basic_map_from_constraint() local
1295 isl_local_space *ls; in isl_constraint_alloc_aff() local
/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp66 loop_unroll_count(exec_list *list, loop_variable_state *ls, in loop_unroll_count()
162 loop_variable_state *ls; member in loop_unroll_count
181 loop_variable_state *const ls = this->state->get(ir); in simple_unroll() local
383 loop_variable_state *const ls = this->state->get(ir); in visit_leave() local
583 unroll_loops(exec_list *instructions, loop_state *ls, in unroll_loops()
Dloop_analysis.cpp311 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; in insert() local
436 loop_variable_state *const ls = in visit() local
485 loop_variable_state *ls = this->loops->insert(ir); in visit_enter() local
494 loop_variable_state *const ls = in visit_leave() local
833 try_add_loop_terminator(loop_variable_state *ls, ir_if *ir) in try_add_loop_terminator()
/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
Dlink.c40 struct link_struct *ls = (struct link_struct *) priv_data; in link_proc() local
158 struct link_struct ls; in ext2fs_link() local
/external/toybox/lib/
Dlinestack.c52 struct linestack ls; in linestack_insert() member
53 } ls; in linestack_insert() local
69 struct linestack *ls; in linestack_load() local
/external/e2fsprogs/debugfs/
Dls.c92 struct list_dir_struct *ls = (struct list_dir_struct *) private; in list_dir_proc() local
188 struct list_dir_struct ls; in do_list_dir() local
/external/testng/ant/3rdparty/
Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/external/llvm-project/clang/test/SemaObjC/
Dconflict-nonfragile-abi2.m12 @property int ls; property
/external/clang/test/SemaObjC/
Dconflict-nonfragile-abi2.m12 @property int ls; property
/external/webrtc/pc/
Dsrtp_session.cc369 webrtc::GlobalMutexLock ls(&g_libsrtp_lock); in ProhibitLibsrtpInitialization() local
375 webrtc::GlobalMutexLock ls(&g_libsrtp_lock); in IncrementLibsrtpUsageCountAndMaybeInit() local
404 webrtc::GlobalMutexLock ls(&g_libsrtp_lock); in DecrementLibsrtpUsageCountAndMaybeDeinit() local
/external/eigen/bench/btl/generic_bench/utils/
Dsize_log.hh36 float ls=0.0; in size_log() local
/external/llvm-project/polly/lib/External/ppcg/
Dhybrid.c423 static __isl_give isl_constraint *hex_lower_left(__isl_take isl_local_space *ls, in hex_lower_left()
448 static __isl_give isl_constraint *hex_lower(__isl_take isl_local_space *ls, in hex_lower()
472 __isl_take isl_local_space *ls, __isl_keep isl_val *h, in hex_lower_right()
499 static __isl_give isl_constraint *hex_upper_left(__isl_take isl_local_space *ls, in hex_upper_left()
527 __isl_take isl_local_space *ls, __isl_keep isl_val *h, in hex_upper_right()
556 static __isl_give isl_constraint *hex_upper(__isl_take isl_local_space *ls) in hex_upper()
605 isl_local_space *ls; in compute_hexagon() local
727 isl_local_space *ls; in compute_time_tile() local
770 isl_local_space *ls; in compute_shift_space() local
1503 isl_local_space *ls; in compute_space_shift() local
/external/libxkbcommon/test/
Dlog.c58 darray_char *ls = xkb_context_get_user_data(ctx); in log_fn() local
/external/clang/test/CodeGen/
Dno-opt-volatile-memcpy.c12 struct s ls; in foo() local
/external/llvm-project/clang/test/CodeGen/
Dno-opt-volatile-memcpy.c12 struct s ls; in foo() local
/external/skia/resources/skottie/
Dskottie-text-valign-2.json4075 "ls": 0, number
4100 "ls": 0, number
4125 "ls": 0, number
4150 "ls": 0, number
4175 "ls": 0, number
4200 "ls": 0, number
4225 "ls": 0, number
4250 "ls": 0, number
4275 "ls": 0, number
4300 "ls": 0, number
[all …]

12345678