Home
last modified time | relevance | path

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

123

/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/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/toybox/lib/
Dlinestack.c42 struct linestack ls; in linestack_insert() member
44 } ls; in linestack_insert() local
60 struct linestack *ls; in linestack_load() local
/external/v8/tools/gyp/test/mac/
Dgyptest-framework.py21 def ls(path): function
Dgyptest-app.py37 def ls(path): function
Dgyptest-app-assets-catalog.py28 def ls(path): function
/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/valgrind/memcheck/tests/
Dinits.c12 static int ls; in main() 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/jmonkeyengine/engine/src/core/com/jme3/math/
DLineSegment.java65 public LineSegment(LineSegment ls) { in LineSegment() method in LineSegment
92 public void set(LineSegment ls) { in set()
102 public float distance(LineSegment ls) { in distance()
/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/mesa3d/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp36 std::istringstream ls(header); in read_header() local
/external/clang/test/CodeGenCXX/
Dno-opt-volatile-memcpy.cpp12 struct s ls; in foo() local
/external/vogar/src/vogar/android/
DDeviceFilesystem.java82 public List<File> ls(File dir) throws FileNotFoundException { in ls() method in DeviceFilesystem
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dcfadmin42 def ls(cf): function
/external/toybox/toys/pending/
Dvi.c34 void linestack_show(struct linestack *ls, struct linestack_show *lss) in linestack_show()
/external/vogar/src/vogar/
DTarget.java36 public abstract List<File> ls(File directory) throws FileNotFoundException; in ls() method in Target
/external/webrtc/talk/session/media/
Dsrtpfilter.cc500 rtc::GlobalLockScope ls(&lock_); in SrtpSession() local
508 rtc::GlobalLockScope ls(&lock_); in ~SrtpSession() local
730 rtc::GlobalLockScope ls(&lock_); in Init() local
759 rtc::GlobalLockScope ls(&lock_); in Terminate() local
792 rtc::GlobalLockScope ls(&lock_); in HandleEventThunk() local
/external/v8/test/webkit/
DparseFloat.js35 var ls = String.fromCharCode(0x2028); variable

123