Home
last modified time | relevance | path

Searched defs:ls (Results 1 – 25 of 55) 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/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/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/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/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/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
DAdbTarget.java52 @Override public List<File> ls(File directory) throws FileNotFoundException { in ls() method in AdbTarget
/external/vogar/src/vogar/
DLocalTarget.java55 @Override public List<File> ls(File directory) { in ls() method in LocalTarget
DTarget.java32 public abstract List<File> ls(File directory) throws FileNotFoundException; in ls() method in Target
DSshTarget.java98 @Override public List<File> ls(File directory) throws FileNotFoundException { in ls() method in SshTarget
/external/v8/test/webkit/
DparseFloat.js35 var ls = String.fromCharCode(0x2028); variable
DToNumber.js37 var ls = String.fromCharCode(0x2028); variable
/external/skia/src/gpu/
DGrPathUtils.cpp591 SkScalar ls = 3.f * d[1] - tempSqrt; in set_serp_klm() local
626 SkScalar ls = d[1] - tempSqrt; in set_loop_klm() local
659 const SkScalar ls = d[2]; in set_cusp_klm() local
723 SkScalar ls = d[1] - tempSqrt; in chopCubicAtLoopIntersection() local
/external/jmonkeyengine/engine/src/test/jme3test/network/
DTestSerialization.java84 List<Object> ls; field in TestSerialization.TestSerializationMessage

123