Home
last modified time | relevance | path

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

12345678910>>...33

/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.h238 BN_ULONG m, m1, lt, ht; \
240 lt = l; \
242 m = (bh) * (lt); \
243 lt = (bl) * (lt); \
251 lt = (lt + m1) & BN_MASK2; \
252 if (lt < m1) \
254 (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/curl/packages/vms/
Dbuild_libcurl_pc.com68 $ if (f$getsyi("HW_MODEL") .lt. 1024)
131 $ if f$locate("@prefix@", line_in) .lt line_in_len
141 $ if f$locate("@exec_prefix@", line_in) .lt line_in_len
151 $ if f$locate("@libdir@", line_in) .lt line_in_len
156 $ if f$locate("@includedir@", line_in) .lt line_in_len
161 $ if f$locate("@SUPPORT_PROTOCOLS@", line_in) .lt line_in_len
169 $ if f$locate("@SUPPORT_FEATURES@", line_in) .lt line_in_len
179 $ if f$locate("@CURLVERSION@", line_in) .lt line_in_len
184 $ if f$locate("@LIBCURL_LIBS@", line_in) .lt line_in_len
194 $ if f$locate("@CPPFLAG_CURL_STATICLIB@", line_in) .lt line_in_len
/external/v8/test/mjsunit/
Dcompare-known-objects-tostringtag.js11 function lt(a, b) { function
29 assertThrows(function() {lt(a, a)});
30 assertThrows(function() {lt(a, b)});
31 assertThrows(function() {lt(b, a)});
54 %OptimizeFunctionOnNextCall(lt);
Dcompare-known-objects.js46 function lt(a, b) { function
72 assertFalse(lt(a, a));
73 assertFalse(lt(a, b));
74 assertFalse(lt(b, a));
Dcompare-known-objects-slow.js46 function lt(a, b) { function
72 assertFalse(lt(a, a));
73 assertFalse(lt(a, b));
74 assertFalse(lt(b, a));
/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
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
Dlayer1.py694 gt=None, lt=None, ge=None, le=None,
793 if lt is not None:
794 params['LT'] = lt
813 lt=None, ge=None, le=None, ne=None,
906 if lt is not None:
907 params['LT'] = lt
926 lt=None, ge=None, le=None, ne=None, prefix=None,
1023 if lt is not None:
1024 params['LT'] = lt
1043 lt=None, ge=None, le=None, ne=None, prefix=None,
[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;
405 this.decode_trees = function(d, lt, dt) argument
[all …]
/external/skia/src/gpu/
DGrPathUtils.cpp604 SkScalar lt = 6.f * d[0]; in set_serp_klm() local
609 k[1] = (3.f * ls * ms - ls * mt - lt * ms) / 3.f; in set_serp_klm()
610 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f; in set_serp_klm()
611 k[3] = (lt - ls) * (mt - ms); in set_serp_klm()
614 const SkScalar lt_ls = lt - ls; in set_serp_klm()
639 SkScalar lt = 2.f * d[0]; in set_loop_klm() local
644 k[1] = (3.f * ls*ms - ls * mt - lt * ms) / 3.f; in set_loop_klm()
645 k[2] = (lt * (mt - 2.f * ms) + ls * (3.f * ms - 2.f * mt)) / 3.f; in set_loop_klm()
646 k[3] = (lt - ls) * (mt - ms); in set_loop_klm()
649 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/icu/android_icu4j/src/main/tests/android/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/
Dt8.xml.err6 &lt;!ELEMENT root (middle) >
12 &lt;!ELEMENT root (middle) >
18 &lt;!ELEMENT root (middle) >
Dt8a.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/clang/test/Analysis/
Dgenerics.m361 …NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (fro…
363 …NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (fro…
458 …>Conversion from value of type &apos;NSArray&lt;NSString *&gt; *&apos; to incompatible type &apos;…
460 …>Conversion from value of type &apos;NSArray&lt;NSString *&gt; *&apos; to incompatible type &apos;…
463 …>Conversion from value of type &apos;NSArray&lt;NSString *&gt; *&apos; to incompatible type &apos;…
507 …NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (fro…
509 …NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (fro…
619 …NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (fro…
621 …NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit cast (fro…
716 …>Conversion from value of type &apos;NSArray&lt;NSString *&gt; *&apos; to incompatible type &apos;…
[all …]

12345678910>>...33