Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/skia/third_party/lua/src/
Dllex.c28 #define next(ls) (ls->current = zgetc(ls->z)) argument
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') argument
46 #define save_and_next(ls) (save(ls, ls->current), next(ls)) argument
52 static void save (LexState *ls, int c) { in save()
75 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str()
91 static const char *txtToken (LexState *ls, int token) { in txtToken()
104 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror()
114 l_noret luaX_syntaxerror (LexState *ls, const char *msg) { in luaX_syntaxerror()
124 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { in luaX_newstring()
145 static void inclinenumber (LexState *ls) { in inclinenumber()
[all …]
Dlparser.c60 static void anchor_token (LexState *ls) { in anchor_token()
71 static l_noret semerror (LexState *ls, const char *msg) { in semerror()
77 static l_noret error_expected (LexState *ls, int token) { in error_expected()
101 static int testnext (LexState *ls, int c) { in testnext()
110 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
126 static void check_match (LexState *ls, int what, int who, int where) { in check_match()
139 static TString *str_checkname (LexState *ls) { in str_checkname()
155 static void codestring (LexState *ls, expdesc *e, TString *s) { in codestring()
[all …]
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dletterscript_enum.cc108 const char* UnicodeLScriptName(const UnicodeLScript ls) { in UnicodeLScriptName()
114 const char* UnicodeLScriptCode(const UnicodeLScript ls) { in UnicodeLScriptCode()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dloop_analysis.cpp55 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; in insert() local
148 loop_variable_state *const ls = in visit() local
164 loop_variable_state *const ls = in visit_enter() local
180 loop_variable_state *const ls = in visit() local
217 loop_variable_state *ls = this->loops->insert(ir); in visit_enter() local
226 loop_variable_state *const ls = in visit_leave() local
Dloop_unroll.cpp89 loop_variable_state *const ls = this->state->get(ir); in visit_leave() local
246 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations) in unroll_loops()
Dloop_controls.cpp174 loop_variable_state *const ls = this->state->get(ir); in visit_leave() local
297 set_loop_controls(exec_list *instructions, loop_state *ls) in set_loop_controls()
/external/mesa3d/src/glsl/
Dloop_analysis.cpp55 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; in insert() local
148 loop_variable_state *const ls = in visit() local
164 loop_variable_state *const ls = in visit_enter() local
180 loop_variable_state *const ls = in visit() local
217 loop_variable_state *ls = this->loops->insert(ir); in visit_enter() local
226 loop_variable_state *const ls = in visit_leave() local
Dloop_unroll.cpp89 loop_variable_state *const ls = this->state->get(ir); in visit_leave() local
246 unroll_loops(exec_list *instructions, loop_state *ls, unsigned max_iterations) in unroll_loops()
Dloop_controls.cpp174 loop_variable_state *const ls = this->state->get(ir); in visit_leave() local
297 set_loop_controls(exec_list *instructions, loop_state *ls) in set_loop_controls()
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
Dlightsymbols.cc31 LightSymbol* ls = GetCurrentFrame(); in GetCallStack() local
119 const LightSymbol* ls = this; in GetCallStackCore() local
147 void LightSymbol::SetCurrentFrame(LightSymbol* ls) { in SetCurrentFrame()
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
Dlightsymbols.cc31 LightSymbol* ls = GetCurrentFrame(); in GetCallStack() local
119 const LightSymbol* ls = this; in GetCallStackCore() local
147 void LightSymbol::SetCurrentFrame(LightSymbol* ls) { in SetCurrentFrame()
/external/e2fsprogs/lib/ext2fs/
Dlookup.c37 struct lookup_struct *ls = (struct lookup_struct *) priv_data; in lookup_proc() local
53 struct lookup_struct ls; in ext2fs_lookup() local
Dunlink.c39 struct link_struct *ls = (struct link_struct *) priv_data; in unlink_proc() local
75 struct link_struct ls; in ext2fs_unlink() local
Dlink.c39 struct link_struct *ls = (struct link_struct *) priv_data; in link_proc() local
118 struct link_struct ls; in ext2fs_link() local
/external/chromium_org/tools/gyp/test/mac/
Dgyptest-framework.py17 def ls(path): function
Dgyptest-app.py25 def ls(path): function
/external/valgrind/main/memcheck/tests/
Dinits.c12 static int ls; in main() local
/external/e2fsprogs/debugfs/
Dls.c61 struct list_dir_struct *ls = (struct list_dir_struct *) private; in list_dir_proc() local
130 struct list_dir_struct ls; in do_list_dir() local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DDHParameterSpecTest.java48 int[] ls = { Integer.MIN_VALUE, 0, 1, Integer.MAX_VALUE }; in testDHParameterSpec() 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/qemu/android/base/
DLog_unittest.cpp156 LogString ls(""); in TEST() local
161 LogString ls("Hello"); in TEST() local
166 LogString ls("%d plus %d equals %d", 12, 23, 35); in TEST() local
190 LogString ls("Hello You!"); in TEST_F() local
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp36 std::istringstream ls(header); in read_header() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp36 std::istringstream ls(header); in read_header() local

123