Searched refs:constraint (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h156 is set indicates that the constraint succeeds in the corresponding
170 The macro SUCCEEDS_IN_CONTEXT determines whether a a given constraint
175 #define MATCHES_NEWLINE_CONTEXT(constraint, prevn, currn) \
176 ((constraint) & 1 << (((prevn) ? 2 : 0) + ((currn) ? 1 : 0) + 4))
177 #define MATCHES_LETTER_CONTEXT(constraint, prevl, currl) \
178 ((constraint) & 1 << (((prevl) ? 2 : 0) + ((currl) ? 1 : 0)))
179 #define SUCCEEDS_IN_CONTEXT(constraint, prevn, currn, prevl, currl) \
180 (MATCHES_NEWLINE_CONTEXT(constraint, prevn, currn) \
181 && MATCHES_LETTER_CONTEXT(constraint, prevl, currl))
183 /* The following macros give information about what a constraint depend
208 unsigned constraint; /* Constraint for matching this position. */ member in struct:__anon6648
228 unsigned char constraint; /* Constraint for this state to accept. */ member in struct:__anon6650
[all...]
H A Ddfa.c1404 s->elems[i].constraint |= p.constraint;
1434 m->elems[m->nelem++].constraint |= s2->elems[j++].constraint;
1464 int constraint; local
1471 hash ^= s->elems[i].index + s->elems[i].constraint;
1480 if (s->elems[j].constraint
1481 != d->states[i].elems.elems[j].constraint
1496 d->states[i].constraint = 0;
1505 constraint
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcomposit.cpp74 wxOGLConstraint *constraint = (wxOGLConstraint *)node->GetData(); local
75 delete constraint;
317 wxOGLConstraint *constraint = (wxOGLConstraint *)node->GetData(); local
320 if ((constraint->m_constrainingObject == child) ||
321 constraint->m_constrainedObjects.Member(child))
323 delete constraint;
335 wxOGLConstraint *constraint = (wxOGLConstraint *)node->GetData(); local
338 if (constraint->m_constrainedObjects.Member(child))
339 constraint->m_constrainedObjects.DeleteObject(child);
340 if (constraint
390 wxOGLConstraint *constraint = (wxOGLConstraint *)node->GetData(); local
451 AddConstraint(wxOGLConstraint *constraint) argument
461 wxOGLConstraint *constraint = new wxOGLConstraint(type, constraining, constrained); local
472 wxOGLConstraint *constraint = new wxOGLConstraint(type, constraining, l); local
484 wxOGLConstraint *constraint = (wxOGLConstraint *)node->GetData(); local
500 wxOGLConstraint *constraint = ((wxCompositeShape *)child)->FindConstraint(cId, actualComposite); local
513 DeleteConstraint(wxOGLConstraint *constraint) argument
589 wxOGLConstraint *constraint = (wxOGLConstraint *)node->GetData(); local
609 wxOGLConstraint *constraint = (wxOGLConstraint *)node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlayout.tex26 ensure that if the user does not specify a constraint, the existing
28 have take a default size. If the constraint is wxAsIs, the dimension will
33 constraint = Wx::LayoutConstraints->new();
34 constraint->centreX->AsIs();
35 constraint->centreY->Unconstrained();
H A Dtconstr.tex32 a special value for the constraint: wxAsIs. If the constraint is wxAsIs, the
56 This object contains a constraint for each of the window edges, two for the centre point,
81 constraints are evaluated if the inputs of the constraint are known.
H A Dilayout.tex78 Sets this edge or constraint to be whatever the window's value is
132 Sets the properties of the constraint. Normally called by one of the convenience
H A Dre_syntax.tex88 A {\it constraint} matches an empty string when specific conditions are met. A constraint may
214 use constraint escapes instead (see \helpref{Escapes}{wxresynescapes} below).
222 varieties: character entry, class shorthands, constraint escapes, and back
298 A constraint escape (AREs only) is a constraint,
H A Dauimanager.tex174 Returns the current dock constraint values. See \helpref{SetDockSizeConstraint()}{wxauimanagersetdocksizeconstraint} for more information.
284 vertical docks, 1/3 of the width. Calling this function will adjust this constraint value. The numbers
H A Dlayalgor.tex55 way of specifying layouts for which the normal constraint system is unsuitable.
H A Dttab.tex32 This is a constraint of the implementation, but it also
H A Dbody.tex610 very differently sized panel items. Consider using the constraint system, although this
H A Dcategory.tex195 \twocolitem{\helpref{wxIndividualLayoutConstraint}{wxindividuallayoutconstraint}}{Represents a single constraint dimension}
H A Ddb.tex1491 more columns of the table within a constraint (for
1493 constraint).
3088 constraint violation (duplicate non-unique
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c313 int constraint = 0; local
341 constraint = CONSTRAINT_MUXING_VIOLATED;
360 stream->constraint_violated = constraint;
464 char *constraint; local
468 constraint = "Page found for stream after EOS flag";
471 constraint = "Ogg muxing constraints violated, new "
475 constraint = "Error unknown.";
481 p->num, constraint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-ogg.c305 int constraint = 0; local
332 constraint = CONSTRAINT_MUXING_VIOLATED;
351 stream->constraint_violated = constraint;
457 char *constraint; local
461 constraint = "Page found for stream after EOS flag";
464 constraint = "Ogg muxing constraints violated, new "
468 constraint = "Error unknown.";
474 p->num, constraint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dcombop.h125 ConstraintPart constraint; member in struct:_XmComboBoxRec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Duaccess.h141 #define __put_user_asm(err,x,ptr,dsize,constraint) \
154 : "m" (*__ptr(ptr)), constraint (x), "i"(-EFAULT), "0"(err) \
229 #define __get_user_asm(err,x,ptr,dtype,constraint) \
242 : "=r" (err), constraint (x) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Doom_kill.c222 * Determine the type of allocation constraint.
487 static void check_panic_on_oom(enum oom_constraint constraint, gfp_t gfp_mask, argument
498 if (constraint != CONSTRAINT_NONE)
652 enum oom_constraint constraint = CONSTRAINT_NONE; local
675 constraint = constrained_alloc(zonelist, gfp_mask, nodemask,
677 mpol_mask = (constraint == CONSTRAINT_MEMORY_POLICY) ? nodemask : NULL;
678 check_panic_on_oom(constraint, gfp_mask, order, mpol_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpercpu.h166 #define percpu_from_op(op, var, constraint) \
173 : constraint); \
178 : constraint); \
183 : constraint); \
188 : constraint); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h51 wxOGLConstraint *AddConstraint(wxOGLConstraint *constraint);
55 void DeleteConstraint(wxOGLConstraint *constraint);
64 // Find constraint, also returning actual composite the constraint was in,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dservices.c246 * Return the boolean value of a constraint expression
522 * on boundary constraint.
603 struct constraint_node *constraint; local
656 * Remove any permissions prohibited by a constraint (this includes
659 constraint = tclass_datum->constraints;
660 while (constraint) {
661 if ((constraint->permissions & (avd->allowed)) &&
663 constraint->expr)) {
664 avd->allowed &= ~(constraint->permissions);
666 constraint
730 struct constraint_node *constraint; local
[all...]
H A Dpolicydb.c542 struct constraint_node *constraint, *ctemp; local
549 constraint = cladatum->constraints;
550 while (constraint) {
551 e = constraint->expr;
558 ctemp = constraint;
559 constraint = constraint->next;
563 constraint = cladatum->validatetrans;
564 while (constraint) {
565 e = constraint
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc43 * H looka_h_ead constraint seen

Completed in 228 milliseconds

12