/freebsd/usr.bin/m4/TEST/ |
H A D | math.m4 | 4 dnl first level of precedence 15 dnl next level of precedence 30 dnl next level of precedence 39 dnl next level of precedence 44 dnl next level of precedence 69 dnl next level of precedence 78 dnl next level of precedence 83 dnl next level of precedence 88 dnl next level of precedence 95 dnl next level of precedence [all …]
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss6 | 37 6: Precedence 44 .I precedence 61 As disambiguating rules, the user specifies the precedence, or binding 71 All of the tokens on the same line are assumed to have the same precedence level 73 order of increasing precedence or binding strength. 79 describes the precedence and associativity of the four arithmetic operators. 80 Plus and minus are left associative, and have lower precedence than 115 unary operators must, in general, be given a precedence. 121 The keyword, %prec, changes the precedence level associated with a particular grammar rule. 125 causes the precedence of the grammar rule to become that of the following token name or literal. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | tsd.h | 40 atomic_store_relaxed(&Precedence, 0); in tryLock() 43 if (atomic_load_relaxed(&Precedence) == 0) in tryLock() 45 &Precedence, in tryLock() 50 atomic_store_relaxed(&Precedence, 0); in lock() 54 inline uptr getPrecedence() { return atomic_load_relaxed(&Precedence); } in getPrecedence() 82 atomic_uptr Precedence = {}; member
|
H A D | tsd_shared.h | 215 // Use the Precedence of the current TSD as our random seed. Since we are in getTSDAndLockSlow() 217 // very likely that said Precedence is non-zero. in getTSDAndLockSlow() 236 const uptr Precedence = TSDs[Index].getPrecedence(); in getTSDAndLockSlow() local 237 // A 0 precedence here means another thread just locked this TSD. in getTSDAndLockSlow() 238 if (Precedence && Precedence < LowestPrecedence) { in getTSDAndLockSlow() 240 LowestPrecedence = Precedence; in getTSDAndLockSlow()
|
/freebsd/usr.sbin/ip6addrctl/ |
H A D | ip6addrctl.8 | 45 .Ar prefix precedence label 76 .It Cm add Ar prefix precedence label 85 .Ar precedence 89 are decimal numbers, which specify the precedence and label values 106 a decimal precedence value, and a decimal label value, separated with
|
/freebsd/sys/net/altq/ |
H A D | altq_rio.c | 102 * this implementation is extended to support more than 2 drop precedence 170 { TH_MAX * 2 + TH_MIN, TH_MAX * 3, INV_P_MAX }, /* low drop precedence */ 171 { TH_MAX + TH_MIN, TH_MAX * 2, INV_P_MAX }, /* medium drop precedence */ 172 { TH_MIN, TH_MAX, INV_P_MAX } /* high drop precedence */ 288 * internally, a drop precedence value is converted to an index 304 * kludge: when a packet is dequeued, we need to know its drop precedence 305 * in order to keep the queue length of each drop precedence. 329 * update avg of the precedence states whose drop precedence in rio_addq() 330 * is larger than or equal to the drop precedence of the packet in rio_addq() 411 /* save drop precedence index in mbuf hdr */ in rio_addq()
|
H A D | altq_rio.h | 36 * (extended to support more than 2 drop precedence values) 38 #define RIO_NDROPPREC 3 /* number of drop precedence values */ 49 /* per drop precedence structure */
|
/freebsd/usr.bin/dtc/ |
H A D | input_buffer.cc | 383 * Evaluate this node, taking into account operator precedence. 387 * Returns the precedence of this node. Lower values indicate higher 388 * precedence. 390 virtual int precedence() = 0; 441 int precedence() override in precedence() function in dtc::__anon3998a5d80211::terminal_expr 469 int precedence() override in precedence() function 515 * All unary operators have the same precedence. They are all evaluated 518 int precedence() override in precedence() function in dtc::__anon3998a5d80211::unary_operator 555 if (lhs->precedence() < new_left->precedence()) in insert_left() 568 * Template class for binary operators. The precedence and the operation are [all …]
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_decl.c | 35 * for operator precedence, and the two orderings are frequently in conflict. 42 * precedence, so the string form of the C declaration cannot be constructed by 46 * corresponding to the C operator precedence levels in the appropriate order. 48 * lexical precedence order and construct the final C declaration string. 156 * Reset cd_qualp to the highest precedence level that we've seen so in ctf_decl_push()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-op.mk | 12 # If make had the same precedence for both && and ||, like in the shell, 26 # The precedence of the ! operator is different from C though. It has a 27 # lower precedence than the comparison operators. Negating a condition 41 # TODO: Demonstrate that the precedence of the ! and == operators actually 91 # Demonstration that '&&' has higher precedence than '||'.
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | OptEmitter.cpp | 46 // Sentinel options precede all others and are only ordered by precedence. in CompareOptionRecords() 72 // Then by the kind precedence; in CompareOptionRecords() 73 int APrec = A->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords() 74 int BPrec = B->getValueAsDef("Kind")->getValueAsInt("Precedence"); in CompareOptionRecords()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorPrecedence.h | 1 //===--- OperatorPrecedence.h - Operator precedence levels ------*- C++ -*-===// 10 /// Defines and computes precedence levels for binary/ternary operators. 46 /// Return the precedence of the specified binary operator token.
|
/freebsd/contrib/sendmail/vacation/ |
H A D | vacation.1 | 243 ``Precedence: bulk'', 244 ``Precedence: list'', 246 ``Precedence: junk'' 276 Precedence: bulk
|
/freebsd/contrib/netbsd-tests/bin/expr/ |
H A D | t_expr.sh | 191 atf_set "descr" "More complex math test for precedence" 197 atf_test_case precedence 199 atf_set "descr" "Test precedence" 229 atf_add_test_case precedence
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | OptParser.td | 19 class OptionKind<string name, int precedence = 0, bit sentinel = false> { 21 // The kind precedence, kinds with lower precedence are matched first. 22 int Precedence = precedence;
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 542 /// getPrecedence - Return the precedence of the specified binary operator 587 /// PeekTok, and whose precedence is PeekPrec. This returns the result in LHS. 604 // If this token has a lower precedence than we are allowed to parse, return in EvaluateDirectiveSubExpr() 636 // Remember the precedence of this operator and get the precedence of the in EvaluateDirectiveSubExpr() 649 // handle y*z as a single subexpression. We do this because the precedence in EvaluateDirectiveSubExpr() 651 // here is for the ?: operator, where the precedence is actually lower than in EvaluateDirectiveSubExpr() 661 else // All others should munch while higher precedence. in EvaluateDirectiveSubExpr() 831 // Parse anything after the : with the same precedence as ?. We allow in EvaluateDirectiveSubExpr() 832 // things of equal precedence because ?: is right associative. in EvaluateDirectiveSubExpr() 846 // Figure out the precedence of the token after the : part. in EvaluateDirectiveSubExpr()
|
/freebsd/usr.sbin/config/ |
H A D | config.5 | 121 environment will take precedence over environment variables specified in 123 and environment variables specified in the dynamic environment take precedence 200 Hints in the compiled-in environment takes precedence over compiled-in hints, 203 takes precedence over hints in the compiled-in environment.
|
/freebsd/contrib/bc/include/ |
H A D | bc.h | 222 * This returns the value of the data for an operator with precedence @a p and 225 * @param p The precedence. 246 * Returns the precedence of operator @a op. Lower number means higher 247 * precedence. 248 * @param op The operator to return the precedence of. 249 * @return The precedence of @a op.
|
/freebsd/sys/security/mac/ |
H A D | mac_framework.c | 696 * Define an error value precedence, and given two arguments, selects the 697 * value with the higher precedence. 711 /* Precedence goes to "visibility", with both process and file. */ in mac_error_select() 718 /* Precedence goes to DAC/MAC protections. */ in mac_error_select() 722 /* Precedence goes to privilege. */ in mac_error_select() 726 /* Precedence goes to error over success; otherwise, arbitrary. */ in mac_error_select()
|
/freebsd/contrib/less/ |
H A D | lesskey.nro | 268 .SH PRECEDENCE 271 take precedence over the default commands. 358 lesskey file, the value in the lesskey file takes precedence.
|
/freebsd/usr.bin/calendar/ |
H A D | calendar.1 | 216 searches in the same order of precedence described in 269 The order of precedence in searches for a calendar file is: 271 Files of similar names are ignored in lower precedence locations.
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_create_flow.3 | 103 A lower priority numeric value (higher priority) takes precedence over matching rules with higher n… 104 …at the priority value of a flow spec is used not only to establish the precedence of conflicting f…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 431 /// If true, automatically handle resulting events. This takes precedence 436 /// If true, start a new thread for IO handling. This takes precedence 445 /// If true, automatically handle resulting events. This takes precedence 450 /// If true, start a new thread for IO handling. This takes precedence
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,dp83867.yaml | 58 cell takes precedence over ti,max-output-impedance, which in 59 turn takes precedence over ti,min-output-impedance.
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | expr.oxout.error | 1 YACC: w - line 6 of "expr.Y", the precedence of '*' has been redeclared
|