Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 22 of 22) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h260 unsigned int constraint : 10; /* context constraint */ member
424 #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \ argument
425 ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
426 || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
427 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
428 || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context)))
430 #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \ argument
431 ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
432 || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
433 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
[all …]
A Dregex_internal.c1350 dfa->nodes[dfa->nodes_len].constraint = 0; in re_dfa_add_node()
1540 if (type == CHARACTER && !node->constraint) in create_ci_newstate()
1551 else if (type == ANCHOR || node->constraint) in create_ci_newstate()
1590 unsigned int constraint = 0; in create_cd_newstate() local
1593 if (node->constraint) in create_cd_newstate()
1594 constraint = node->constraint; in create_cd_newstate()
1596 if (type == CHARACTER && !constraint) in create_cd_newstate()
1608 constraint = node->opr.ctx_type; in create_cd_newstate()
1610 if (constraint) in create_cd_newstate()
1625 if (NOT_SATISFY_PREV_CONSTRAINT (constraint,context)) in create_cd_newstate()
A Dregcomp.c50 unsigned int constraint);
1400 unsigned int constraint = init_constraint; in duplicate_node_closure() local
1412 clone_dest = duplicate_node (dfa, org_dest, constraint); in duplicate_node_closure()
1448 constraint |= dfa->nodes[org_node].opr.ctx_type; in duplicate_node_closure()
1476 root_node, constraint); in duplicate_node_closure()
1508 unsigned int constraint) in search_duplicated_node() argument
1514 && constraint == dfa->nodes[idx].constraint) in search_duplicated_node()
1530 dfa->nodes[dup_idx].constraint = constraint; in duplicate_node()
1612 unsigned int constraint; in calc_eclosure_iter() local
1624 constraint = ((dfa->nodes[node].type == ANCHOR) in calc_eclosure_iter()
[all …]
A Dregexec.c1125 unsigned int constraint = dfa->nodes[node].constraint; in check_halt_node_context() local
1128 if (!constraint) in check_halt_node_context()
2423 if (dfa->nodes[cur_node_idx].constraint) in transit_state_mb()
2495 if (node->constraint) in transit_state_bkref()
3460 unsigned int constraint = node->constraint; in group_nodes_into_DFAstates() local
3497 if (constraint) in group_nodes_into_DFAstates()
3499 if (constraint & NEXT_NEWLINE_CONSTRAINT) in group_nodes_into_DFAstates()
3508 if (constraint & NEXT_ENDBUF_CONSTRAINT) in group_nodes_into_DFAstates()
3514 if (constraint & NEXT_WORD_CONSTRAINT) in group_nodes_into_DFAstates()
3533 if (constraint & NEXT_NOTWORD_CONSTRAINT) in group_nodes_into_DFAstates()
[all …]
/l4re-core-master/l4util/lib/src/ARCH-x86/
A Drdtsc.c41 l4_tsc_init (int constraint, l4_kernel_info_t *kip) in l4_tsc_init() argument
45 if (constraint != L4_TSC_INIT_CALIBRATE) in l4_tsc_init()
69 && (constraint != L4_TSC_INIT_KERNEL)) in l4_tsc_init()
/l4re-core-master/l4util/lib/src/ARCH-ppc32/
A Drdtsc.c15 l4_tsc_init (int constraint, l4_kernel_info_t *kip) in l4_tsc_init() argument
17 (void)constraint; in l4_tsc_init()
/l4re-core-master/l4util/include/ARCH-ppc32/
A Drdtsc.h106 l4_tsc_init (int constraint, l4_kernel_info_t *kip);
/l4re-core-master/l4util/include/ARCH-x86/
A Drdtsc.h167 l4_tsc_init (int constraint, l4_kernel_info_t *kip);
/l4re-core-master/l4util/include/ARCH-amd64/
A Drdtsc.h165 l4_tsc_init (int constraint, l4_kernel_info_t *kip);
/l4re-core-master/cxx/lib/tl/include/
A Dlist_alloc76 * \param align Alignment constraint.
90 * \param align Alignment constraint.
235 // enforce alignment constraint on initial memory
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A DChangeLog48 constraint using reversed parameter order, as per LWG 3465.
94 Add missing constraint and add workaround for template
247 (__shared_ptr::_UniqCompatible): Add missing constraint.
295 (any::emplace<T>(initializer_list<U>, A&&...)): Fix constraint
462 constraint as per LWG 3517.
651 (elements_view::operator++): Remove unnecessary constraint
2089 result in an error before the integral<T> constraint is checked.
2202 (take_view): Remove the constraint on the deduction guide's
3446 * libsupc++/compare (compare_three_way): Fix constraint so that
4378 (ranges::iterator_t): Remove constraint.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DChangeLog48 constraint using reversed parameter order, as per LWG 3465.
304 (__adaptor::_Partial): Pass _Arg/_Args to the constraint
347 (any::emplace<T>(initializer_list<U>, A&&...)): Fix constraint
428 Add missing constraint and add workaround for template
770 Remove the size constraint on the partial specialization for
889 (__shared_ptr::_UniqCompatible): Add missing constraint.
2164 constraint as per LWG 3517.
2634 (elements_view::operator++): Remove unnecessary constraint
/l4re-core-master/libsigma0/doc/
A Dlibsigma0.cfg806 # the specified constraint. Beware that most browsers cannot cope with very
814 # the specified constraint. Beware that most browsers cannot cope with very
/l4re-core-master/l4util/doc/
A Dl4util.cfg878 # the specified constraint. Beware that most browsers cannot cope with very
886 # the specified constraint. Beware that most browsers cannot cope with very
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/
A DChangeLog246 missing constraint from LWG DR 1177.
1334 constraint for conversions from unique_ptr.
1341 constraint for construction/reset, using __sp_is_constructible_v.
1343 constraint for conversions from unique_ptr.
2932 (function(_Functor)): Add "not self" constraint so that _Callable is
/l4re-core-master/uclibc/doc/
A Duclibc.cfg1161 # the specified constraint. Beware that most browsers cannot cope with very
1169 # the specified constraint. Beware that most browsers cannot cope with very
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A DChangeLog886 constructor constraint.
1690 (thread::thread(_Callable&&, _Args&&...)): Add SFINAE constraint that
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A DChangeLog15 missing constraint from LWG DR 1177.
1395 (function(_Functor)): Add "not self" constraint so that _Callable is
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog81 (any::emplace<T>(initializer_list<U>, A&&...)): Fix constraint
2256 around constraint.
2977 for variant(T&&) constructor constraint.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dchrono2187 // We realize this constraint by templatizing the 'months'-based
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog4725 constraint "m" instead of "0" for futex.
5190 constraint instead of "0".
7387 (lll_futex_requeue): Fix __o3 constraint, return negative errno if
10480 "m" constraint to refer to __libc_locking_needed. Declare it here.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/
A DChangeLog1316 missing constraint from LWG DR 1177.

Completed in 78 milliseconds