Home
last modified time | relevance | path

Searched refs:Operator (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/src/sys/external/bsd/acpica/dist/tools/acpihelp/
Dahasl.c303 const AH_ASL_OPERATOR *Operator; in AhFindAslOperators() local
311 for (Operator = Gbl_AslOperatorInfo; Operator->Name; Operator++) in AhFindAslOperators()
315 AhDisplayAslOperator (Operator); in AhFindAslOperators()
322 strcpy (Gbl_Buffer, Operator->Name); in AhFindAslOperators()
327 AhDisplayAslOperator (Operator); in AhFindAslOperators()
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dradius-rfc5580-v.out4 Operator-Name Attribute (126), length: 18, Value: [TADIG] namespace TADIG
5 Operator-Name Attribute (126), length: 18, Value: [REALM] namespace REALM
6 Operator-Name Attribute (126), length: 17, Value: [E212] namespace E212
7 Operator-Name Attribute (126), length: 16, Value: [ICC] namespace ICC
8Operator-Name Attribute (126), length: 20, Value: [unknown namespace 52] namespace INVALID
/netbsd/src/sys/external/bsd/acpica/dist/compiler/
Daslparseop.c570 ACPI_PARSE_OBJECT *Operator; in TrCreateAssignmentOp() local
649 Operator = TrAllocateOp (PARSEOP_STORE); in TrCreateAssignmentOp()
650 TrLinkOpChildren (Operator, 2, Source, Target); in TrCreateAssignmentOp()
654 Operator->Asl.LineNumber = Target->Asl.LineNumber; in TrCreateAssignmentOp()
655 Operator->Asl.LogicalLineNumber = Target->Asl.LogicalLineNumber; in TrCreateAssignmentOp()
656 Operator->Asl.LogicalByteOffset = Target->Asl.LogicalByteOffset; in TrCreateAssignmentOp()
657 Operator->Asl.Column = Target->Asl.Column; in TrCreateAssignmentOp()
659 return (Operator); in TrCreateAssignmentOp()
Daslxrefout.c831 const char *Operator; in OtXrefAnalysisWalkPart3() local
886 Operator = "Scope"; in OtXrefAnalysisWalkPart3()
890 Operator = "Alias"; in OtXrefAnalysisWalkPart3()
894 Operator = "ModLevel"; in OtXrefAnalysisWalkPart3()
898 Operator = AcpiUtGetTypeName (CallerOp->Asl.Node->Type); in OtXrefAnalysisWalkPart3()
905 Operator, in OtXrefAnalysisWalkPart3()
Ddtexpress.c224 UINT32 Operator, in DtDoOperator() argument
232 switch (Operator) in DtDoOperator()
359 DtGetOpName (Operator), in DtDoOperator()
Ddtcompiler.h400 UINT32 Operator,
/netbsd/src/share/misc/
Doperator1 Operator Associativity
Ddomains1374 .wed Emergency Back-End Registry Operator Program - ICANN
/netbsd/src/external/bsd/byacc/dist/test/
Dbtyacc_demo.y24 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enum
224 extern Expr * build_expr(Expr *left, enum Operator op, Expr *right);
/netbsd/src/sys/external/bsd/acpica/dist/tools/acpisrc/
Dasconvrt.c271 for (BraceInfo = Gbl_BraceInfo; BraceInfo->Operator; BraceInfo++) in AsCheckBracesCallback()
273 if (!(strncmp (BraceInfo->Operator, SubBuffer, BraceInfo->Length))) in AsCheckBracesCallback()
292 BraceInfo->Operator + 1, LineNumber, Filename); in AsCheckBracesCallback()
Dacpisrc.h330 char *Operator; member
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dpredicates.md21 ;; Operator predicates.
/netbsd/src/external/gpl3/gdb/dist/include/
Dhp-symtab.h1762 unsigned int Operator: 1; /* operator function */ member
/netbsd/src/external/gpl3/binutils/dist/include/
Dhp-symtab.h1762 unsigned int Operator: 1; /* operator function */ member
/netbsd/src/external/gpl3/binutils/dist/ld/po/
Dde.po186 msgstr "Nicht erlaubter Extend/Shift-Operator"
281 msgstr "Extend-Operator erwartet"
285 msgstr "Extend-Operator fehlt"
289 msgstr "LSL-Operator ist hier nicht erlaubt"
297 msgstr "Schiebe-Operator erwartet"
301 msgstr "ROR-Operator ist hier nicht erlaubt"
1319 msgstr "Der Prozent-Operator ist kein Symbol"
1787 msgstr ", <ungültiger CRC-Operator>, "
/netbsd/src/external/gpl3/gdb/dist/opcodes/po/
Dde.po218 msgstr "Nicht erlaubter Extend/Shift-Operator"
325 msgstr "Extend-Operator erwartet"
329 msgstr "Extend-Operator fehlt"
333 msgstr "LSL-Operator ist hier nicht erlaubt"
341 msgstr "Schiebe-Operator erwartet"
345 msgstr "ROR-Operator ist hier nicht erlaubt"
1304 msgstr "Der Prozent-Operator ist kein Symbol"
1843 msgstr ", <ungültiger CRC-Operator>, "
/netbsd/src/external/gpl3/binutils/dist/opcodes/po/
Dde.po218 msgstr "Nicht erlaubter Extend/Shift-Operator"
325 msgstr "Extend-Operator erwartet"
329 msgstr "Extend-Operator fehlt"
333 msgstr "LSL-Operator ist hier nicht erlaubt"
341 msgstr "Schiebe-Operator erwartet"
345 msgstr "ROR-Operator ist hier nicht erlaubt"
1304 msgstr "Der Prozent-Operator ist kein Symbol"
1843 msgstr ", <ungültiger CRC-Operator>, "
/netbsd/src/usr.bin/xlint/lint1/
DREADME.md112 | Operator | Meaning |
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm.h533 TSS_BOOL Operator; member
/netbsd/src/external/lgpl3/gmp/dist/demos/expr/
DREADME451 Operator precedence is implemented using a control and data stack, there's
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcpp.info101 * Operator Precedence Problems::
2329 Named Operator Punctuator
2432 * Operator Precedence Problems::
2440 File: cpp.info, Node: Misnesting, Next: Operator Precedence Problems, Up: Macro Pitfalls
2472 File: cpp.info, Node: Operator Precedence Problems, Next: Swallowing the Semicolon, Prev: Misnes…
2474 3.10.2 Operator Precedence Problems
2526 …e: Swallowing the Semicolon, Next: Duplication of Side Effects, Prev: Operator Precedence Proble…
5486 * parentheses in macro bodies: Operator Precedence Problems.
5576 Node: Operator Precedence Problems101349
Dcpp.texi140 * Operator Precedence Problems::
2552 @multitable {Named Operator} {Punctuator}
2553 @item Named Operator @tab Punctuator
2671 * Operator Precedence Problems::
2712 @node Operator Precedence Problems
2713 @subsection Operator Precedence Problems
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc4403.txt388 publishing credentials are established with an individual Operator
667 schemes. Operator Sites automatically provide validated
/netbsd/src/sys/external/bsd/acpica/dist/tests/misc/
Dgrammar.asl2157 // Internal test cases to validate IfOp (Operator (,,)) where Operator
3084 //This code tests the bitwise AndOp and OrOp Operator terms
3718 //Test the LOr Operator
/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Ddemangle-expected992 # Operator

12