/external/llvm-project/clang/test/CodeGen/X86/ |
D | sse42-builtins.c | 9 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestra() 15 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrc() 21 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestri() 27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrm() 33 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestro() 39 int test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrs() 45 int test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) { in test_mm_cmpestrz()
|
/external/clang/test/CodeGen/ |
D | sse42-builtins.c | 11 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/ |
D | ANTLRStringStream.pm | 19 sub LA : Test(5) { subroutine
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 73 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/ |
D | ANTLRStringStream.pm | 106 sub LA { method in ANTLR::Runtime::ANTLRStringStream
|
D | CommonTokenStream.pm | 275 sub LA { subroutine
|
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/ |
D | debug-types-line-tables.s | 126 .LA: label
|
D | limit-debug-info.s | 125 .LA: label
|
D | DW_AT_declaration-with-children.s | 205 .LA: label
|
/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/ |
D | Util.py | 4 import numpy.linalg as LA namespace
|
D | GroundTruth.py | 4 import numpy.linalg as LA namespace
|
D | HornSchunck.py | 4 import numpy.linalg as LA namespace
|
D | MotionEST.py | 4 import numpy.linalg as LA namespace
|
/external/llvm-project/clang/lib/Headers/ |
D | smmintrin.h | 1740 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument 1799 #define _mm_cmpestri(A, LA, B, LB, M) \ argument 2102 #define _mm_cmpestra(A, LA, B, LB, M) \ argument 2156 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument 2209 #define _mm_cmpestro(A, LA, B, LB, M) \ argument 2264 #define _mm_cmpestrs(A, LA, B, LB, M) \ argument 2318 #define _mm_cmpestrz(A, LA, B, LB, M) \ argument
|
/external/clang/lib/Headers/ |
D | smmintrin.h | 420 #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/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 72 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() local 74 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() local 76 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getDescriptions() local
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | IntStream.java | 41 int LA(int i); in LA() method
|
D | UnbufferedTokenStream.java | 78 public int LA(int i) { return LT(i).getType(); } in LA() method in UnbufferedTokenStream
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | IIntStream.cs | 53 int LA(int i); in LA() method
|
D | UnbufferedTokenStream.cs | 92 public int LA(int i) { in LA() method in Antlr.Runtime.UnbufferedTokenStream
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | IIntStream.cs | 52 int LA( int i ); in LA() method
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ANTLRStringStream.as | 94 public function LA(i:int):int { method in org.antlr.runtime.ANTLRStringStream
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
D | ANTLRStringStream.js | 111 LA: function(i) { method
|
/external/libffi/src/mips/ |
D | ffitarget.h | 162 # define LA dla macro 166 # define LA la macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffitarget.h | 162 # define LA dla macro 166 # define LA la macro
|