Home
last modified time | relevance | path

Searched defs:LA (Results 1 – 25 of 81) sorted by relevance

1234

/external/clang/test/CodeGen/
Dsse42-builtins.c11 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra()
17 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc()
23 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri()
29 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm()
35 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro()
41 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs()
47 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz()
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DANTLRStringStream.pm19 sub LA : Test(5) { method in Test::ANTLR::Runtime::ANTLRStringStream
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp73 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() local
75 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() local
77 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getDescriptions() local
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRStringStream.pm106 sub LA { method in ANTLR::Runtime::ANTLRStringStream
DCommonTokenStream.pm275 sub LA { subroutine
/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/
DUtil.py4 import numpy.linalg as LA namespace
DGroundTruth.py4 import numpy.linalg as LA namespace
DHornSchunck.py4 import numpy.linalg as LA namespace
DMotionEST.py4 import numpy.linalg as LA namespace
DAnandan.py4 import numpy.linalg as LA namespace
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DIIntStream.cs52 int LA( int i ); in LA() method
DUnbufferedTokenStream.cs157 public int LA(int i) in LA() method in Antlr.Runtime.UnbufferedTokenStream
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DIntStream.java41 int LA(int i); in LA() method
DUnbufferedTokenStream.java78 public int LA(int i) { return LT(i).getType(); } in LA() method in UnbufferedTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DIIntStream.cs53 int LA(int i); in LA() method
DUnbufferedTokenStream.cs92 public int LA(int i) { in LA() method in Antlr.Runtime.UnbufferedTokenStream
/external/clang/lib/Headers/
Dsmmintrin.h420 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
424 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
446 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
450 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
454 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
458 #define _mm_cmpestrs(A, LA, B, LB, M) \ argument
462 #define _mm_cmpestrz(A, LA, B, LB, M) \ argument
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRStringStream.as94 public function LA(i:int):int { method in org.antlr.runtime.ANTLRStringStream
DCommonTokenStream.as288 public function LA(i:int):int { method in org.antlr.runtime.CommonTokenStream
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DANTLRStringStream.js111 LA: function(i) { method
/external/libffi/src/mips/
Dffitarget.h162 # define LA dla macro
166 # define LA la macro
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffitarget.h162 # define LA dla macro
166 # define LA la macro
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTokenStream.cs110 public virtual int LA(int i) { in LA() method in Antlr.Runtime.Debug.DebugTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTokenStream.cs128 public virtual int LA( int i ) in LA() method in Antlr.Runtime.Debug.DebugTokenStream
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DPsiBuilderTokenStream.java109 @Override public int LA(int i) { in LA() method in PsiBuilderTokenStream

1234