HomeSort by: relevance | last modified time | path
    Searched refs:an (Results 1 - 25 of 453) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/games/primes/
spsp.c 54 uint64_t an = a % n; local in function:mulmod
58 x += an;
59 if ((x < an) || (x >= n))
62 if (an + an < an)
63 an = an + an - n;
64 else if (an + an >= n
    [all...]
  /src/sys/arch/i386/stand/lib/test/
biosdisk_user.h 32 * by an entry with "biosdev" == -1.
44 This is an example:
  /src/sys/dev/ic/
athrate-onoe.h 70 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1])
athrate-amrr.h 78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1])
  /src/usr.sbin/sysinst/arch/hpcsh/
msg.md.en 42 {If you booted from an external device, you may now remove it.
  /src/usr.bin/make/unit-tests/
directive-export.exp 1 make: directive-export.mk:36: warning: .export requires an argument.
deptgt-end-fail-indirect.mk 3 # Tests for an error in a dependency of the .END node.
5 # Before 2020-11-25, an error in the .END target did not print the "Stop."
impsrc.mk 6 # 2) the first prerequisite from the dependency line of an explicit rule, or
7 # 3) the first prerequisite of an explicit rule.
24 # (3) Making target1.z out of target1.y is done because of an inference rule.
27 # (2) This is an additional dependency on the inference rule .x.y.
32 # (1) This is an explicit dependency, not an inference rule.
38 # (4) This is an explicit dependency, independent of any inference rule.
deptgt-begin-fail.mk 3 # Test for a .BEGIN target whose command results in an error.
directive-export-literal.mk 19 # XXX: After an .export, an .export-literal has no effect, even when the
25 # After an .export, an .unexport resets the variable's exported state,
archive-suffix.mk 3 # Between 2020-08-23 and 2020-08-30, the below code produced an assertion
5 # .IMPSRC of an archive node to its .TARGET.
directive-else.mk 5 # Since 2020-11-13, an '.else' followed by extraneous text generates a parse
8 # Since 2020-12-15, an '.else' followed by extraneous text always generates
27 # An .else without a corresponding .if is an error.
39 . info After an extra .else, everything is skipped.
42 # An .else may have a comment. This comment does not count as an argument,
48 # An expression does count as an argument, even if it is empty.
suff-main.mk 3 # Demonstrate that an inference rule is considered the main target if its
18 # Declaring both '.1' and '.2' as suffixes turns the '.1.2' target into an
suff-transform-select.mk 8 # The bug was that if issue10.d had an explicit dependency on issue10.f,
31 # Before 24-11-2020, resolving all.e ran into an endless loop.
cond-func-target.mk 22 # Adding a comment to an existing target does not change whether the target
31 # Adding a command to an existing target does not change whether the target
cond-token-var.mk 5 # Note the fine distinction between a variable and an expression.
6 # A variable has a name and a value. To access the value, one writes an
40 # A defined variable may appear as an expression of its own.
44 # An undefined variable on its own generates a parse error.
49 # The :U modifier turns an undefined expression into a defined expression.
72 # A defined variable may appear as an expression of its own.
76 # An undefined variable without a comparison operator generates a parse error.
104 # The left-hand side of a comparison must not be an unquoted word.
109 # The left-hand side of a comparison must not be an unquoted word.
114 # The left-hand side of a comparison must not be an unquoted word
    [all...]
varmod-match-escape.mk 4 # depending on whether there was an expression somewhere before the
20 # And now both cases combined: A single modifier with both an escaped ':'
21 # as well as an expression that expands to a ':'.
23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
27 # ${:U:}, which silently expands to an empty string, instead of generating
28 # an error message.
56 # parsed as an escaped '$'. Instead, ParseModifier_Match first scans for
67 # In lint mode, the case of a lonely '$' is covered with an error message.
86 # Demonstrate an inconsistency between positive and negative character lists
117 # In brackets, the backslash is just an ordinary character
    [all...]
deptgt-begin-fail-indirect.mk 3 # Test for a .BEGIN target whose dependency results in an error.
unexport-env.mk 7 # an example of setting up a minimal environment.
sh-leading-at.mk 3 # Tests for shell commands preceded by an '@', to suppress printing
depsrc-end.mk 3 # Demonstrate an edge case in which .BEGIN depends on .END, which sounds a bit
  /src/usr.sbin/sysinst/arch/hpcarm/
msg.md.en 42 {If you booted from an external device, you may now remove it.
  /src/usr.sbin/sysinst/arch/hpcmips/
msg.md.en 42 {If you booted from an external device, you may now remove it.
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 13 # THE SOFTWARE is provided on an "AS IS" basis and without warranty.
70 # simply execute an "rte" as with the sample code below.
79 # This is the exit point for the 060FPSP when an enabled overflow exception
81 # for enabled overflow conditions. The exception stack frame is an overflow
85 # does an "rte".
97 # This is the exit point for the 060FPSP when an enabled underflow exception
99 # for enabled underflow conditions. The exception stack frame is an underflow
103 # does an "rte".
115 # This is the exit point for the 060FPSP when an enabled operand error exception
117 # for enabled operand error exceptions. The exception stack frame is an operand erro
    [all...]
  /src/games/hack/
hack.objnam.c 107 const char *an = ocl->oc_name; local in function:typename
126 Strcpy(buf, an);
140 strlcpy(buf, dn ? dn : an, sizeof(buf));
155 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " of %s", an);
176 const char *an = objects[obj->otyp].oc_name; local in function:xname
194 strlcpy(buf, an, bufmax);
219 strlcpy(buf, an, bufmax);
239 strlcat(buf, an, bufmax);
256 strlcat(buf, an, bufmax);
269 Snprintf(buf, bufmax, "wand of %s", an);
455 char *un, *dn, *an; local in function:readobjnam
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>