Home
last modified time | relevance | path

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

12345

/third_party/boost/boost/fiber/
Dcondition_variable.hpp67 void wait( LockType & lt) { in wait()
94 void wait( LockType & lt, Pred pred) { in wait()
101 …cv_status wait_until( LockType & lt, std::chrono::time_point< Clock, Duration > const& timeout_tim… in wait_until()
139 bool wait_until( LockType & lt, in wait_until()
150 … cv_status wait_for( LockType & lt, std::chrono::duration< Rep, Period > const& timeout_duration) { in wait_for()
156 …bool wait_for( LockType & lt, std::chrono::duration< Rep, Period > const& timeout_duration, Pred p… in wait_for()
181 void wait( std::unique_lock< mutex > & lt) { in wait()
192 void wait( std::unique_lock< mutex > & lt, Pred pred) { in wait()
203 cv_status wait_until( std::unique_lock< mutex > & lt, in wait_until()
216 bool wait_until( std::unique_lock< mutex > & lt, in wait_until()
[all …]
/third_party/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
/third_party/boost/libs/geometry/test/policies/
Dcompare.cpp60 bg::less<P> lt; in test_2d_compare() local
86 bg::less<P, 0> lt; in test_2d_compare() local
111 bg::less<P, 1> lt; in test_2d_compare() local
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_solve_lower_triangular_f32.c55 const arm_matrix_instance_f32 * lt, in arm_mat_solve_lower_triangular_f32()
156 const arm_matrix_instance_f32 * lt, in arm_mat_solve_lower_triangular_f32()
256 const arm_matrix_instance_f32 * lt, in arm_mat_solve_lower_triangular_f32()
Darm_mat_solve_lower_triangular_f16.c56 const arm_matrix_instance_f16 * lt, in arm_mat_solve_lower_triangular_f16()
157 const arm_matrix_instance_f16 * lt, in arm_mat_solve_lower_triangular_f16()
Darm_mat_solve_lower_triangular_f64.c50 const arm_matrix_instance_f64 * lt, in arm_mat_solve_lower_triangular_f64()
/third_party/boost/boost/date_time/local_time/
Dconversion.hpp21 std::tm to_tm(const local_date_time& lt) { in to_tm()
Dlocal_date_time.hpp237 utc_time_type lt(this->time_); in is_dst() local
270 utc_time_type lt = this->utc_time() + zone_->base_utc_offset(); in local_time() local
295 utc_time_type lt = this->utc_time() + zone_->base_utc_offset(); in to_string() local
/third_party/boost/libs/multi_index/test/
Dtest_composite_key.cpp119 composite_key_result_less<CompositeKeyResult> lt; in is_less() local
142 composite_key_result_less<CompositeKeyResult> lt; in is_greater() local
165 composite_key_result_less<CompositeKeyResult> lt; in is_equiv() local
191 composite_key_result_less<CompositeKeyResult> lt; in is_less() local
208 composite_key_result_less<CompositeKeyResult> lt; in is_greater() local
225 composite_key_result_less<CompositeKeyResult> lt; in is_equiv() local
/third_party/boost/libs/locale/test/
Dtest_collate.cpp31 string_type lt=coll.transform(left.c_str(),left.c_str()+left.size()); in test_comp() local
48 string_type lt=coll.transform(level,left.c_str(),left.c_str()+left.size()); in test_comp() local
Dtest_winapi_collate.cpp32 string_type lt=coll.transform(left.c_str(),left.c_str()+left.size()); in test_comp() local
49 string_type lt=coll.transform(level,left.c_str(),left.c_str()+left.size()); in test_comp() local
/third_party/boost/libs/smart_ptr/test/
Downer_less_test2.cpp11 boost::owner_less<> const lt = {}; in main() local
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dphoenix_control_structures.cpp65 int gt = 0, eq = 0, lt = 0; in main() local
/third_party/boost/boost/chrono/detail/no_warning/
Dsigned_unsigned_cmp.hpp33 bool lt(T t, U u) in lt() function
/third_party/boost/libs/lambda/test/
Dphoenix_control_structures.cpp65 int gt = 0, eq = 0, lt = 0; in test_main() local
/third_party/ffmpeg/libavcodec/x86/
Dlossless_videoencdsp_init.c49 uint8_t l, lt; in sub_median_pred_mmxext() local
/third_party/boost/boost/pfr/
Dops.hpp115 constexpr detail::enable_not_lt_comp_t<T, U> lt(const T& lhs, const U& rhs) noexcept { in lt() function
121 constexpr detail::enable_lt_comp_t<T, U> lt(const T& lhs, const U& rhs) { in lt() function
/third_party/boost/libs/pfr/include/boost/pfr/
Dops.hpp115 constexpr detail::enable_not_lt_comp_t<T, U> lt(const T& lhs, const U& rhs) noexcept { in lt() function
121 constexpr detail::enable_lt_comp_t<T, U> lt(const T& lhs, const U& rhs) { in lt() function
/third_party/boost/boost/gil/concepts/
Dpoint.hpp76 LT lt = axis_value<N - 1>(point); in constraints() local
/third_party/ffmpeg/libavcodec/
Dhuffyuvencdsp.c55 uint16_t l, lt; in sub_hfyu_median_pred_int16_c() local
Dlossless_videoencdsp.c61 uint8_t l, lt; in sub_median_pred_c() local
Dhuffyuvdsp.c44 uint16_t l, lt; in add_hfyu_median_pred_int16_c() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h67 literal lt[4]; variable
112 literal_tracker lt; variable
/third_party/boost/boost/tuple/
Dtuple_comparison.hpp70 inline bool lt(const T1& lhs, const T2& rhs) { in lt() function
76 inline bool lt<null_type,null_type>(const null_type&, const null_type&) { return false; } in lt() function
/third_party/boost/boost/test/utils/basic_cstring/
Dcompare.hpp47 …static bool lt( CharT c1, CharT c2 ) { return (std::toupper)( c1 ) < (std::toupper)( c2 )… in lt() function

12345