Home
last modified time | relevance | path

Searched defs:lt (Results 1 – 25 of 62) sorted by relevance

123

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
98 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { in MutexEnsureID()
106 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
121 DDLogicalThread *lt = cb->lt; in ReportDeadlock() local
154 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
Dsanitizer_deadlock_detector2.cc141 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local
148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
198 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
277 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
309 DDLogicalThread *lt = cb->lt; in MutexBeforeUnlock() local
333 DDLogicalThread *lt = cb->lt; in MutexDestroy() local
363 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck()
405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
Dsanitizer_deadlock_detector_interface.h66 DDLogicalThread *lt; member
/external/lz4/programs/
Ddatagen.c71 static void RDG_fillLiteralDistrib(litDistribTable lt, double ld) in RDG_fillLiteralDistrib()
88 static BYTE RDG_genChar(U32* seed, const litDistribTable lt) in RDG_genChar()
98 …id* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* s… in RDG_genBlock()
156 litDistribTable lt; in RDG_genBuffer() local
169 litDistribTable lt; in RDG_genOut() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXMLEntities.properties28 lt=60 key
/external/mockito/src/main/java/org/mockito/
DAdditionalMatchers.java347 public static <T extends Comparable<T>> T lt(T value) { in lt() method in AdditionalMatchers
361 public static byte lt(byte value) { in lt() method in AdditionalMatchers
375 public static double lt(double value) { in lt() method in AdditionalMatchers
389 public static float lt(float value) { in lt() method in AdditionalMatchers
403 public static int lt(int value) { in lt() method in AdditionalMatchers
417 public static long lt(long value) { in lt() method in AdditionalMatchers
431 public static short lt(short value) { in lt() method in AdditionalMatchers
/external/libvncserver/webclients/novnc/include/
Djsunzip.js278 this.build_fixed_trees = function(lt, dt) argument
405 this.decode_trees = function(d, lt, dt) argument
483 this.inflate_block_data = function(d, lt, dt) argument
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DDragLatencyFragment.java243 double[] ft, lt; // All time arrays are in _milliseconds_ in reshapeAndCalculate() local
354 public void calculateDragLatency(double[] ft, double[] fy, double[] lt, int[] ldir) { in calculateDragLatency()
393 private void drawLatencyGraph(double[] ft, double[] fy, double[] lt, double averageBestShift) { in drawLatencyGraph()
/external/clang/test/SemaTemplate/
Dinstantiate-template-template-parm.cpp57 template <int x, int y> struct lt { struct
58 static const bool result = x < y; argument
/external/easymock/src/org/easymock/
DEasyMock.java584 public static <T extends Comparable<T>> T lt(Comparable<T> value) { in lt() method in EasyMock
597 public static byte lt(byte value) { in lt() method in EasyMock
610 public static double lt(double value) { in lt() method in EasyMock
623 public static float lt(float value) { in lt() method in EasyMock
636 public static int lt(int value) { in lt() method in EasyMock
649 public static long lt(long value) { in lt() method in EasyMock
662 public static short lt(short value) { in lt() method in EasyMock
/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c94 struct tm *lt; in dumpPacket() local
/external/eigen/unsupported/test/
Dcxx11_tensor_comparisons.cpp21 Tensor<bool, 3> lt(2,3,7); in test_orderings() local
/external/ipsec-tools/src/racoon/
Dpfkey.c2222 struct sadb_lifetime *lt; local
2344 struct sadb_lifetime *lt; local
2461 struct sadb_lifetime *lt; local
2537 struct sadb_lifetime *lt; local
2628 struct sadb_lifetime *lt; local
2889 struct sadb_lifetime *lt; local
Dhandler.c1015 time_t t, lt; local
1038 time_t lt = lcconf->retry_counter * lcconf->retry_interval; in init_recvdpkt() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h67 literal lt[4]; variable
112 literal_tracker lt; variable
/external/libchrome/base/strings/
Dstring16.h87 static bool lt(const char_type& c1, const char_type& c2) { in lt() function
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp93 if (const DWARFDebugLine::LineTable *lt = Line->getLineTable(stmtOffset)) in getLineTableForCompileUnit() local
/external/boringssl/src/crypto/fipsmodule/bn/
Dcmp.c88 int gt, lt; in BN_cmp() local
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp34 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt() function
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.c53 const struct tm *lt; in usrc_createWithHeader() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc173 uptr lt = d.newNode(i); in RunRemoveNodeTest() local
198 uptr lt = d.newNode(i); in RunRemoveNodeTest() local
/external/curl/docs/examples/
Dsynctime.c257 struct tm *lt; in main() local
/external/skia/bench/
DDashBench.cpp311 static const char* LineTypeName(LineType lt) { in LineTypeName()
317 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py167 def escapenum(n, amp=byteord("&"), lt=byteord("<")): argument
/external/lzma/C/
DMtCoder.c288 CLoopThread *lt = &t->thread; in MtCoder_Code() local

123