/external/lua/src/ |
D | llex.c | 32 #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 …]
|
D | lparser.c | 68 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/ |
D | isl_local_space.c | 25 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 …]
|
D | isl_deprecated.c | 5 __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()
|
D | isl_multi_zero_templ.c | 33 isl_local_space *ls; in MULTI() local
|
D | isl_constraint_private.h | 12 isl_local_space *ls; member
|
D | isl_multi_identity_templ.c | 22 isl_local_space *ls; in MULTI() local
|
D | isl_constraint.c | 46 __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/ |
D | loop_unroll.cpp | 66 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()
|
D | loop_analysis.cpp | 311 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/ |
D | lookup.c | 38 struct lookup_struct *ls = (struct lookup_struct *) priv_data; in lookup_proc() local 54 struct lookup_struct ls; in ext2fs_lookup() local
|
D | unlink.c | 40 struct link_struct *ls = (struct link_struct *) priv_data; in unlink_proc() local 76 struct link_struct ls; in ext2fs_unlink() local
|
D | link.c | 40 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/ |
D | linestack.c | 52 struct linestack ls; in linestack_insert() member 53 } ls; in linestack_insert() local 69 struct linestack *ls; in linestack_load() local
|
/external/e2fsprogs/debugfs/ |
D | ls.c | 92 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/llvm-project/clang/test/SemaObjC/ |
D | conflict-nonfragile-abi2.m | 12 @property int ls; property
|
/external/clang/test/SemaObjC/ |
D | conflict-nonfragile-abi2.m | 12 @property int ls; property
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | size_log.hh | 36 float ls=0.0; in size_log() local
|
/external/webrtc/pc/ |
D | srtp_session.cc | 369 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/libxkbcommon/test/ |
D | log.c | 58 darray_char *ls = xkb_context_get_user_data(ctx); in log_fn() local
|
/external/llvm-project/clang/test/CodeGen/ |
D | no-opt-volatile-memcpy.c | 12 struct s ls; in foo() local
|
/external/clang/test/CodeGen/ |
D | no-opt-volatile-memcpy.c | 12 struct s ls; in foo() local
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | hybrid.c | 423 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/clang/test/CodeGenCXX/ |
D | no-opt-volatile-memcpy.cpp | 12 struct s ls; in foo() local
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | no-opt-volatile-memcpy.cpp | 12 struct s ls; in foo() local
|