HomeSort by: relevance | last modified time | path
    Searched refs:Operator (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahasl.c 3 * Module Name: ahasl - ASL operator decoding for acpihelp utility
203 /* Upper case the operator name before substring compare */
259 * PARAMETERS: Name - Name or prefix for an ASL operator.
287 * FUNCTION: AhFindAslOperators (entry point for ASL operator search)
289 * PARAMETERS: Name - Name or prefix for an ASL operator.
303 const AH_ASL_OPERATOR *Operator;
311 for (Operator = Gbl_AslOperatorInfo; Operator->Name; Operator++)
315 AhDisplayAslOperator (Operator);
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtexpress.c 212 * Operator - Parse token for the operator (OP_EXP_*)
224 UINT32 Operator,
232 switch (Operator)
349 /* Unknown operator */
359 DtGetOpName (Operator),
aslparseop.c 484 * operand in an ASL/AML operator. Meaning that the top-level
555 * DESCRIPTION: Implements the C-style '=' operator. It changes the parse
558 * of and additional Store() operator. An optimization.
570 ACPI_PARSE_OBJECT *Operator;
602 /* Otherwise, just create a normal Store operator */
610 * last operand of the operator
633 * for the operator (ZERO is a "no target" placeholder).
649 Operator = TrAllocateOp (PARSEOP_STORE);
650 TrLinkOpChildren (Operator, 2, Source, Target);
654 Operator->Asl.LineNumber = Target->Asl.LineNumber
    [all...]
aslxrefout.c 831 const char *Operator;
886 Operator = "Scope";
890 Operator = "Alias";
894 Operator = "ModLevel";
898 Operator = AcpiUtGetTypeName (CallerOp->Asl.Node->Type);
902 "[%5u] %-40s %-8s via path: %s, Operator: %s\n",
905 Operator,
dtcompiler.h 400 UINT32 Operator,
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 271 for (BraceInfo = Gbl_BraceInfo; BraceInfo->Operator; BraceInfo++)
273 if (!(strncmp (BraceInfo->Operator, SubBuffer, BraceInfo->Length)))
292 BraceInfo->Operator + 1, LineNumber, Filename);
acpisrc.h 330 char *Operator;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_handlers.cc 112 const char *Operator, T RHS,
132 << Operator << RHS << Data->Type;
  /src/usr.bin/xlint/lint1/
README.md 86 the operator.
108 Each node has an operator that defines which other members may be accessed.
112 | Operator | Meaning |
116 | UPLUS | the unary operator `+u.ops.left` |
117 | PLUS | the binary operator `u.ops.left + u.ops.right` |
190 | op | `op_t` | an operator used in an expression |
191 | ln | `tnode_t` | the left-hand operand of a binary operator |
192 | rn | `tnode_t` | the right-hand operand of a binary operator |
203 | op | operator |
212 | build_binary | tree.c | Creates an expression for a unary or binary operator |
    [all...]

Completed in 18 milliseconds