Home
last modified time | relevance | path

Searched refs:cmp_type (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dexprfilter_evalatoms.hh51 ExprAtomCmp( eval_atom_cmp_t cmp_type ) : m_cmp_type( cmp_type ) {} in ExprAtomCmp() argument
61 eval_atom_cmp_t cmp_type );
73 eval_atom_cmp_t cmp_type ) : ExprAtomStringCmp( val, cmp_type ) in ExprAtomNameCmp() argument
83 eval_atom_cmp_t cmp_type ) : ExprAtomStringCmp( val, cmp_type ) in ExprAtomTypeCmp() argument
93 eval_atom_cmp_t cmp_type ) : ExprAtomCmp( cmp_type ), in ExprAtomSizeCmp() argument
117 eval_atom_cmp_t cmp_type ) : ExprAtomCmp( cmp_type ), in ExprAtomStateCmp() argument
137 eval_atom_cmp_t cmp_type ) : ExprAtomCmp( cmp_type ), in ExprAtomTimeCmp() argument
H A Dexprfilter_parser.cc191 ExprAtomCmp::eval_atom_cmp_t cmp_type = ExprAtomCmp::EAC_EQ; in fexpr() local
194 cmp_type = ExprAtomCmp::EAC_LT; in fexpr()
196 cmp_type = ExprAtomCmp::EAC_LE; in fexpr()
198 cmp_type = ExprAtomCmp::EAC_EQ; in fexpr()
200 cmp_type = ExprAtomCmp::EAC_NE; in fexpr()
202 cmp_type = ExprAtomCmp::EAC_GE; in fexpr()
204 cmp_type = ExprAtomCmp::EAC_GT; in fexpr()
206 cmp_type = ExprAtomCmp::EAC_APPROX; in fexpr()
213 cmp_type ) ) ); in fexpr()
218 cmp_type ) ) ); in fexpr()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vidl/
H A Dvidl_pixel_iterator.hxx37 cmp_type * ptr_;
41 : ptr_((cmp_type*)frame.data()) in vidl_pixel_iterator_arranged()
60 cmp_type operator () (unsigned int i) const in operator ()()
67 void get(cmp_type* data) const in get()
73 void set(const cmp_type* data) in set()
111 ptr_[0] = (cmp_type*)frame.data(); in vidl_pixel_iterator_arranged()
157 void get(cmp_type* data) const in get()
164 void set(const cmp_type* data) in set()
183 cmp_type * ptr_;
216 void get(cmp_type* data) const in get()
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/sack/
H A Dselector.cpp39 valid_setting(int keyname, int cmp_type) in valid_setting() argument
46 return cmp_type == HY_EQ; in valid_setting()
49 return cmp_type == HY_EQ || cmp_type == HY_GLOB; in valid_setting()
117 Selector::set(int keyname, int cmp_type, const char *match) in set() argument
119 if (!valid_setting(keyname, cmp_type)) in set()
124 pImpl->filterArch.reset(new Filter(keyname, cmp_type, match)); in set()
128 pImpl->filterEvr.reset(new Filter(keyname, cmp_type, match)); in set()
133 pImpl->filterName.reset(new Filter(keyname, cmp_type, match)); in set()
138 if (cmp_type != HY_GLOB) { in set()
149 pImpl->filterProvides.reset(new Filter(keyname, cmp_type, match)); in set()
[all …]
H A Dquery.hpp49 Filter(int keyname, int cmp_type, int match);
50 Filter(int keyname, int cmp_type, int nmatches, const int *matches);
51 Filter(int keyname, int cmp_type, const DnfPackageSet * pset);
52 Filter(int keyname, int cmp_type, const Dependency * reldep);
53 Filter(int keyname, int cmp_type, const DependencyContainer * reldeplist);
54 Filter(int keyname, int cmp_type, const char *match);
55 Filter(int keyname, int cmp_type, const char **matches);
116 int addFilter(int keyname, int cmp_type, int match);
118 int addFilter(int keyname, int cmp_type, const DnfPackageSet *pset);
121 int addFilter(int keyname, int cmp_type, const char *match);
[all …]
H A Dquery.cpp333 return cmp_type & HY_EQ || cmp_type & HY_GLOB; in valid_filter_str()
335 return cmp_type & HY_EQ || cmp_type & HY_GLOB || cmp_type & HY_SUBSTR; in valid_filter_str()
363 return cmp_type == HY_EQ || cmp_type == HY_NEQ; in valid_filter_pkg()
681 pImpl->cmpType = cmp_type; in Filter()
960 if (!(cmp_type & HY_EQ || cmp_type & HY_GT || cmp_type & HY_LT)) in addFilter()
969 cmp_type = (cmp_type & ~HY_GLOB) | HY_EQ; in addFilter()
1012 if (!(cmp_type & HY_EQ || cmp_type & HY_GT || cmp_type & HY_LT)) in addFilter()
1019 if (cmp_type & HY_GLOB) { in addFilter()
1028 cmp_type = (cmp_type & ~HY_GLOB) | HY_EQ; in addFilter()
1445 if ((cmp > 0 && cmp_type & HY_GT) || (cmp < 0 && cmp_type & HY_LT) || in filterEvr()
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DDependencySplitter.cpp35 getCmpFlags(int *cmp_type, std::string matchCmpType) in getCmpFlags() argument
42 *cmp_type |= HY_LT; in getCmpFlags()
43 *cmp_type |= HY_EQ; in getCmpFlags()
46 *cmp_type |= HY_GT; in getCmpFlags()
47 *cmp_type |= HY_EQ; in getCmpFlags()
54 *cmp_type |= HY_EQ; in getCmpFlags()
60 *cmp_type |= HY_LT; in getCmpFlags()
62 *cmp_type |= HY_GT; in getCmpFlags()
64 *cmp_type |= HY_EQ; in getCmpFlags()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Dhy-query.cpp92 return q->addFilter(keyname, cmp_type, match); in hy_query_filter()
102 hy_query_filter_in(HyQuery q, int keyname, int cmp_type, in hy_query_filter_in() argument
105 return q->addFilter(keyname, cmp_type, matches); in hy_query_filter_in()
109 hy_query_filter_num(HyQuery q, int keyname, int cmp_type, int match) in hy_query_filter_num() argument
111 return q->addFilter(keyname, cmp_type, match); in hy_query_filter_num()
117 return q->addFilter(keyname, cmp_type, nmatches, matches); in hy_query_filter_num_in()
121 hy_query_filter_package_in(HyQuery q, int keyname, int cmp_type, in hy_query_filter_package_in() argument
124 return q->addFilter(keyname, cmp_type, pset); in hy_query_filter_package_in()
142 libdnf::Dependency reldep(q->getSack(), name, evr, cmp_type); in hy_query_filter_provides()
325 hy_query_get_advisory_pkgs(HyQuery query, int cmp_type) in hy_query_get_advisory_pkgs() argument
[all …]
H A Dhy-query.h49 int hy_query_filter(HyQuery q, int keyname, int cmp_type, const char *match);
51 int hy_query_filter_in(HyQuery q, int keyname, int cmp_type,
53 int hy_query_filter_num(HyQuery q, int keyname, int cmp_type,
55 int hy_query_filter_num_in(HyQuery q, int keyname, int cmp_type, int nmatches,
57 int hy_query_filter_package_in(HyQuery q, int keyname, int cmp_type,
62 int hy_query_filter_provides(HyQuery q, int cmp_type, const char *name,
109 GPtrArray * hy_query_get_advisory_pkgs(HyQuery query, int cmp_type);
/dports/devel/stxxl/stxxl-1.4.1/tests/stream/
H A Dtest_stream.cpp88 struct cmp_type : std::binary_function<tuple_type, tuple_type, bool> struct
168 …typedef stxxl::stream::runs_creator<tuple_stream_type, cmp_type, block_size> runs_creator_stream_t… in main()
169 runs_creator_stream_type runs_creator_stream(tuple_stream, cmp_type(), sorter_memory); in main()
171 …typedef stxxl::stream::runs_merger<runs_creator_stream_type::sorted_runs_type, cmp_type> sorted_st… in main()
172 sorted_stream_type sorted_stream(runs_creator_stream.result(), cmp_type(), sorter_memory); in main()
176 typedef stxxl::stream::sort<tuple_stream_type, cmp_type, block_size> sorted_stream_type; in main()
177 sorted_stream_type sorted_stream(tuple_stream, cmp_type(), sorter_memory); in main()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/
H A Dsorter.h70 typedef CompareType cmp_type; typedef
79 typedef stream::runs_creator<stream::use_push<ValueType>, cmp_type,
84 cmp_type, alloc_strategy_type> runs_merger_type;
106 sorter(const cmp_type& cmp, unsigned_type memory_to_use) in sorter()
113 …sorter(const cmp_type& cmp, unsigned_type creator_memory_to_use, unsigned_type merger_memory_to_us… in sorter()
/dports/www/nginx-full/nchan-1.2.12/src/store/redis/
H A Dcmp.c274 *cmp_type = CMP_TYPE_FIXMAP; in type_marker_to_cmp_type()
284 *cmp_type = CMP_TYPE_FIXSTR; in type_marker_to_cmp_type()
295 *cmp_type = CMP_TYPE_NIL; in type_marker_to_cmp_type()
304 *cmp_type = CMP_TYPE_BIN8; in type_marker_to_cmp_type()
399 switch (cmp_type) { in read_type_size()
2665 uint8_t cmp_type; in cmp_skip_object_limit() local
2677 switch (cmp_type) { in cmp_skip_object_limit()
2725 switch (cmp_type) { in cmp_skip_object_limit()
2755 uint8_t cmp_type = 0; in cmp_skip_object_no_limit() local
2767 switch (cmp_type) { in cmp_skip_object_no_limit()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dpriority_queue_text_pop_mem.cc66 typedef std::less<string_t> cmp_type; in main() typedef
76 typedef pq_common_types<string_t, cmp_type, allocator_type>::performance_tl pq_tl_t; in main()
82 typedef native_priority_queue<string_t, true, cmp_type, in main()
88 typedef native_priority_queue<string_t, false, cmp_type, in main()

12345678910>>...34