Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc91 void DestroyLogicalThread(DDLogicalThread *lt);
102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
141 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local
143 lt->ctx = ctx; in CreateLogicalThread()
144 lt->nlocked = 0; in CreateLogicalThread()
145 return lt; in CreateLogicalThread()
148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() argument
149 lt->~DDLogicalThread(); in DestroyLogicalThread()
150 InternalFree(lt); in DestroyLogicalThread()
[all …]
Dsanitizer_deadlock_detector1.cc47 void DestroyLogicalThread(DDLogicalThread *lt) override;
58 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
82 lt->ctx = ctx; in CreateLogicalThread()
83 lt->dd.clear(); in CreateLogicalThread()
84 lt->report_pending = false; in CreateLogicalThread()
85 return lt; in CreateLogicalThread()
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() argument
89 lt->~DDLogicalThread(); in DestroyLogicalThread()
90 InternalFree(lt); in DestroyLogicalThread()
[all …]
/external/eigen/bench/btl/data/
Dperlib_plot_settings.txt1 eigen3 ; with lines lw 4 lt 1 lc rgbcolor "black"
2 eigen2 ; with lines lw 3 lt 1 lc rgbcolor "#999999"
3 EigenBLAS ; with lines lw 3 lt 3 lc rgbcolor "#999999"
4 eigen3_novec ; with lines lw 2 lt 1 lc rgbcolor "#999999"
5 eigen3_nogccvec ; with lines lw 2 lt 2 lc rgbcolor "#991010"
6 INTEL_MKL ; with lines lw 3 lt 1 lc rgbcolor "#ff0000"
7 ATLAS ; with lines lw 3 lt 1 lc rgbcolor "#008000"
8 gmm ; with lines lw 3 lt 1 lc rgbcolor "#0000ff"
9 ublas ; with lines lw 3 lt 1 lc rgbcolor "#00b7ff"
10 mtl4 ; with lines lw 3 lt 1 lc rgbcolor "#d18847"
[all …]
Dgnuplot_common_settings.hh5 set border 31 lt -1 lw 1.000
48 set xzeroaxis lt -2 lw 1.000
49 set x2zeroaxis lt -2 lw 1.000
50 set yzeroaxis lt -2 lw 1.000
51 set y2zeroaxis lt -2 lw 1.000
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
Dlt.pass.cpp22 assert(!std::char_traits<char>::lt('a', 'a')); in main()
23 assert( std::char_traits<char>::lt('A', 'a')); in main()
24 assert(!std::char_traits<char>::lt('A' + 127, 'a')); in main()
25 assert(!std::char_traits<char>::lt('A' - 127, 'a')); in main()
26 assert( std::char_traits<char>::lt('A', 'a' + 127)); in main()
27 assert( std::char_traits<char>::lt('A', 'a' - 127)); in main()
/external/eigen/doc/
DClassHierarchy.dox18 template argument (in this case, \c Matrix inherits from \c MatrixBase&lt;Matrix&gt;). This allows …
77 EigenBase&lt;%Matrix&gt;
78 <-- DenseCoeffsBase&lt;%Matrix&gt; (direct access case)
79 <-- DenseBase&lt;%Matrix&gt;
80 <-- MatrixBase&lt;%Matrix&gt;
81 <-- PlainObjectBase&lt;%Matrix&gt; (matrix case)
88 EigenBase&lt;%Array&gt;
89 <-- DenseCoeffsBase&lt;%Array&gt; (direct access case)
90 <-- DenseBase&lt;%Array&gt;
91 <-- ArrayBase&lt;%Array&gt;
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch-on-const-select.ll10 %lt = icmp slt i64 %x, %y
11 ; CHECK: br i1 %lt, label %a, label %b
12 %qux = select i1 %lt, i32 0, i32 2
40 %lt = icmp slt i64 %x, %y
41 %qux = select i1 %lt, i32 0, i32 2
66 %lt = icmp slt i64 %x, %y
67 %qux = select i1 %lt, i32 10, i32 12
91 %lt = icmp slt i64 %x, %y
92 %qux = select i1 %lt, i32 0, i32 0
116 ; CHECK: %lt = icmp slt i64 %x, %y
[all …]
/external/boringssl/src/crypto/bn/
Dinternal.h235 BN_ULONG m, m1, lt, ht; \
237 lt = l; \
239 m = (bh) * (lt); \
240 lt = (bl) * (lt); \
248 lt = (lt + m1) & BN_MASK2; \
249 if (lt < m1) \
251 (l) = lt; \
Dcmp.c86 int gt, lt; in BN_cmp() local
107 lt = -1; in BN_cmp()
110 lt = 1; in BN_cmp()
117 return lt; in BN_cmp()
126 return lt; in BN_cmp()
/external/llvm/test/CodeGen/AArch64/
Dsdivpow2.ll8 ; CHECK: csel w8, w8, w0, lt
18 ; CHECK: csel w8, w8, w0, lt
28 ; CHECK: csel w8, w8, w0, lt
38 ; CHECK: csel x8, x8, x0, lt
48 ; CHECK: csel x8, x8, x0, lt
58 ; CHECK: csel x8, x8, x0, lt
69 ; CHECK: csel x8, x8, x0, lt
Dfast-isel-sdiv.ll15 ; CHECK-NEXT: csel [[REG2:w[0-9]+]], [[REG1]], w0, lt
25 ; CHECK-NEXT: csel [[REG2:w[0-9]+]], [[REG1]], w0, lt
42 ; CHECK-NEXT: csel [[REG2:x[0-9]+]], [[REG1]], x0, lt
52 ; CHECK-NEXT: csel [[REG2:x[0-9]+]], [[REG1]], x0, lt
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml70 with "CTRL-REQ-&lt;type&gt;-&lt;id&gt;:&lt;text&gt;"
71 prefix. &lt;type&gt; is IDENTITY, PASSWORD, or OTP
72 (one-time-password). &lt;id&gt; is a unique identifier for the
73 current network. &lt;text&gt; is description of the request. In
79 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
223 <term>level &lt;debug level&gt;</term>
276 <term>preauthenticate &lt;BSSID&gt;</term>
283 <term>identity &lt;network id&gt; &lt;identity&gt;</term>
290 <term>password &lt;network id&gt; &lt;password&gt;</term>
297 <term>pin &lt;network id&gt; &lt;pin&gt;</term>
[all …]
/external/libvncserver/webclients/novnc/include/
Djsunzip.js278 this.build_fixed_trees = function(lt, dt) argument
283 for (i = 0; i < 7; ++i) lt.table[i] = 0;
285 lt.table[7] = 24;
286 lt.table[8] = 152;
287 lt.table[9] = 112;
289 for (i = 0; i < 24; ++i) lt.trans[i] = 256 + i;
290 for (i = 0; i < 144; ++i) lt.trans[24 + i] = i;
291 for (i = 0; i < 8; ++i) lt.trans[24 + 144 + i] = 280 + i;
292 for (i = 0; i < 112; ++i) lt.trans[24 + 144 + 8 + i] = 144 + i;
397 this.decode_trees = function(d, lt, dt) argument
[all …]
/external/skia/src/gpu/
DGrPathUtils.cpp592 SkScalar lt = 6.f * d[0]; in set_serp_klm() local
597 k[1] = (3.f * ls * ms - ls * mt - lt * ms) / 3.f; in set_serp_klm()
598 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f; in set_serp_klm()
599 k[3] = (lt - ls) * (mt - ms); in set_serp_klm()
602 const SkScalar lt_ls = lt - ls; in set_serp_klm()
627 SkScalar lt = 2.f * d[0]; in set_loop_klm() local
632 k[1] = (3.f * ls*ms - ls * mt - lt * ms) / 3.f; in set_loop_klm()
633 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f; in set_loop_klm()
634 k[3] = (lt - ls) * (mt - ms); in set_loop_klm()
637 l[1] = (ls * (ls * (mt - 3.f * ms) + 2.f * lt * ms))/-3.f; in set_loop_klm()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
Dplurals.txt1361 lt 0 dienų
1362 lt 0.0 dienų
1363 lt 0.00 dienų
1364 lt 0.000 dienų
1365 lt 0.001 dienos
1366 lt 0.002 dienos
1367 lt 0.01 dienos
1368 lt 0.010 dienos
1369 lt 0.011 dienos
1370 lt 0.012 dienos
[all …]
/external/deqp/modules/gles2/functional/
Des2fLifetimeTests.cpp40 namespace lt = gls::LifetimeTests;
41 using namespace lt;
59 lt::Context ltCtx (ctx.getRenderContext(), ctx.getTestContext()); in init()
/external/libxml2/result/valid/
Dt8a.xml.err6 &lt;!ELEMENT root (middle) >
12 &lt;!ELEMENT root (middle) >
18 &lt;!ELEMENT root (middle) >
Dt8.xml.err6 &lt;!ELEMENT root (middle) >
12 &lt;!ELEMENT root (middle) >
18 &lt;!ELEMENT root (middle) >
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp61 namespace lt = gls::LifetimeTests;
62 using namespace lt;
71 ScaleProgram (lt::Context& ctx);
85 ScaleProgram::ScaleProgram (lt::Context& ctx) in ScaleProgram()
172 VertexArrayBinder (lt::Context& ctx) in VertexArrayBinder()
180 SamplerBinder (lt::Context& ctx) : Binder(ctx) {} in SamplerBinder()
196 QueryBinder (lt::Context& ctx) : Binder(ctx) {} in QueryBinder()
210 BufferVAOAttacher (lt::Context& ctx, Type& elementType, in BufferVAOAttacher()
310 BufferTfAttacher (lt::Context& ctx, Type& bufferType, Type& tfType) in BufferTfAttacher()
398 ES3Types (lt::Context& ctx);
[all …]
/external/android-mock/src/com/google/android/testing/mocking/
DAndroidMock.java864 public static <T extends Comparable<T>> T lt(Comparable<T> expectedValue) { in lt() method in AndroidMock
865 return EasyMock.lt(expectedValue); in lt()
884 public static byte lt(byte expectedValue) { in lt() method in AndroidMock
885 return EasyMock.lt(expectedValue); in lt()
904 public static double lt(double expectedValue) { in lt() method in AndroidMock
905 return EasyMock.lt(expectedValue); in lt()
924 public static float lt(float expectedValue) { in lt() method in AndroidMock
925 return EasyMock.lt(expectedValue); in lt()
944 public static int lt(int expectedValue) { in lt() method in AndroidMock
945 return EasyMock.lt(expectedValue); in lt()
[all …]
/external/mockito/src/org/mockito/
DAdditionalMatchers.java328 public static <T extends Comparable<T>> T lt(Comparable<T> value) { in lt() method in AdditionalMatchers
341 public static byte lt(byte value) { in lt() method in AdditionalMatchers
354 public static double lt(double value) { in lt() method in AdditionalMatchers
367 public static float lt(float value) { in lt() method in AdditionalMatchers
380 public static int lt(int value) { in lt() method in AdditionalMatchers
393 public static long lt(long value) { in lt() method in AdditionalMatchers
406 public static short lt(short value) { in lt() method in AdditionalMatchers
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
Dlt.pass.cpp22 assert(!std::char_traits<wchar_t>::lt(L'a', L'a')); in main()
23 assert( std::char_traits<wchar_t>::lt(L'A', L'a')); in main()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc173 uptr lt = d.newNode(i); in RunRemoveNodeTest() local
174 locks.insert(lt); in RunRemoveNodeTest()
175 d.onLock(&dtls, lt); in RunRemoveNodeTest()
176 d.onUnlock(&dtls, lt); in RunRemoveNodeTest()
177 d.removeNode(lt); in RunRemoveNodeTest()
198 uptr lt = d.newNode(i); in RunRemoveNodeTest() local
199 locks.insert(lt); in RunRemoveNodeTest()
202 a = l0; b = lt; in RunRemoveNodeTest()
208 a = l1; b = lt; in RunRemoveNodeTest()
214 a = lt; b = l4; in RunRemoveNodeTest()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
Dindex.html.template23 <P>These are the prerequisites to install &lt;your project&gt;. They must
24 be downloaded and installed before the &lt;your component&gt; can be installed.</P><br>
52 &lt;your project&gt; Runtime
56 &lt;description&gt;
76 &lt;description&gt;
96 &lt;description&gt;
116 &lt;description&gt;
/external/bison/m4/
Dlibunistring-base.m4111 test $LIBUNISTRING_VERSION_MAJOR -lt requested_version_major \
113 && { test $LIBUNISTRING_VERSION_MINOR -lt requested_version_minor \
115 && test $LIBUNISTRING_VERSION_SUBMINOR -lt requested_version_subminor
127 test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \
129 && { test $LIBUNISTRING_VERSION_MINOR -lt $requested_version_minor \
131 && test $LIBUNISTRING_VERSION_SUBMINOR -lt $requested_version_subminor

12345678910>>...29