Home
last modified time | relevance | path

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

1234567

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cpp80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
97 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { in MutexEnsureID()
105 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
120 DDLogicalThread *lt = cb->lt; in ReportDeadlock() local
153 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
Dsanitizer_deadlock_detector2.cpp136 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local
143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
193 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
272 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
304 DDLogicalThread *lt = cb->lt; in MutexBeforeUnlock() local
328 DDLogicalThread *lt = cb->lt; in MutexDestroy() local
358 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck()
400 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
/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()
/external/lz4/programs/
Ddatagen.c72 static void RDG_fillLiteralDistrib(litDistribTable lt, double ld) in RDG_fillLiteralDistrib()
92 static BYTE RDG_genChar(U32* seed, const litDistribTable lt) in RDG_genChar()
102 …id* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* s… in RDG_genBlock()
157 litDistribTable lt; in RDG_genBuffer() local
170 litDistribTable lt; in RDG_genOut() local
/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/skqp/src/compute/hs/vk/amd/
Dhs_glsl_macros.h42 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
44 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
/external/skqp/src/compute/hs/vk/nvidia/
Dhs_glsl_macros.h42 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
44 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
/external/skqp/src/compute/hs/vk/intel/
Dhs_glsl_macros.h62 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
64 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
/external/llvm-project/lld/Common/
DDWARF.cpp25 const DWARFDebugLine::LineTable *lt = nullptr; in DWARFCache() local
94 for (const llvm::DWARFDebugLine::LineTable *lt : lineTables) { in getDILineInfo() local
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DDragLatencyFragment.java248 double[] ft, lt; // All time arrays are in _milliseconds_ in reshapeAndCalculate() local
359 public void calculateDragLatency(double[] ft, double[] fy, double[] lt, int[] ldir) { in calculateDragLatency()
398 private void drawLatencyGraph(double[] ft, double[] fy, double[] lt, double averageBestShift) { in drawLatencyGraph()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXMLEntities.properties28 lt=60 key
/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/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/llvm-project/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/skqp/src/compute/hs/cl/intel/
Dhs_cl_macros.h232 #define HS_COND_MIN_MAX_V0(lt,a,b) ((a <= b) ^ lt) ? b : a argument
235 #define HS_COND_MIN_MAX_V1(lt,a,b) (lt ? b : a) ^ ((a ^ b) & HS_LTE_TO_MASK(a,b)) argument
242 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
244 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
/external/llvm-project/lld/include/lld/Common/
DDWARF.h40 const llvm::DWARFDebugLine::LineTable *lt; member
/external/perfetto/src/trace_processor/db/
Dtyped_column.h112 Constraint lt(sql_value_type v) const { return lt_value(ToValue(v)); } in lt() function
182 Constraint lt(uint32_t v) const { return lt_value(SqlValue::Long(v)); } in lt() function
/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
/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c94 struct tm *lt; in dumpPacket() local
/external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/
Dbinary_search.pass.cpp25 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; } in lt() function
Dbinary_search_comp.pass.cpp26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; } in lt() function
/external/skqp/src/compute/hs/cuda/sm_35/
Dhs_cuda_macros.h331 #define HS_COND_MIN_MAX_V0(lt,a,b) ((a <= b) ^ lt) ? b : a argument
334 #define HS_COND_MIN_MAX_V1(lt,a,b) (lt ? b : a) ^ ((a ^ b) & HS_LTE_TO_MASK(a,b)) argument
341 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
343 #define HS_COND_MIN_MAX(lt,a,b) HS_COND_MIN_MAX_V0(lt,a,b) argument
/external/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/
Dbinary_search_comp.pass.cpp25 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; } in lt() function
Dbinary_search.pass.cpp24 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; } in lt() function

1234567