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

1 2

  /src/tests/usr.bin/xlint/lint2/
msg_003.exp 2 function has multiple definitions in msg_003_a.c(10) and msg_003_b.c(10) [lint2:003]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.h 64 constexpr size_t nearest_boundary(size_t number, size_t multiple) {
65 return multiple * ((number / multiple) + (number % multiple ? 1 : 0));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
dml_inline_defs.h 116 unsigned int multiple,
121 if (multiple == 0)
124 remainder = num % multiple;
130 return (num + multiple - remainder);
  /src/usr.bin/make/unit-tests/
varmod-to-lower.mk 22 .if ${:Umultiple spaces:tl} != "multiple spaces"
dep-double-colon.mk 16 # When there are multiple command groups for a '::' target, each of these
dollar.exp 41 For some reason, multiple dollars are folded into one.
47 For some reason, multiple dollars are folded into one.
directive-ifndef.mk 3 # Tests for the .ifndef directive, which can be used for multiple-inclusion
28 # The '.ifndef' directive can be used with multiple arguments, even negating
dep-double-colon-indep.mk 3 # Tests for the :: operator in dependency declarations, which allows multiple
directive-for-generating-endif.mk 3 # Test whether a .for loop can be used to generate multiple .endif
opt-debug-parse.mk 29 # In .for loops with multiple variables, the variable details are included in
varname-dot-make-jobs.mk 26 # .MAKE.JOBS is a multiple of _SC_NPROCESSORS_ONLN
dollar.mk 73 $C 'For some reason, multiple dollars are folded into one.'
78 $C 'For some reason, multiple dollars are folded into one.'
var-op-sunsh.mk 77 # Just for fun: The code in Parse_IsVar allows for multiple appearances of
91 VAR :sh :sh :sh :sh= echo multiple
92 .if ${VAR} != "multiple"
109 # The unintended comment can include multiple levels of nested braces and
varname-makefile.mk 6 # When there are multiple -f options, the variable MAKEFILE is set
opt-debug-jobs.mk 4 # running jobs in multiple shells.
18 # Multiple spaces are preserved in the command, as they might be
dir.mk 56 # There may be multiple brace groups side by side.
directive-for-errors.mk 54 # when the number of values is not a multiple of the number of variables,
  /src/usr.bin/error/
pi.c 157 static bool structured, multiple; variable in typeref:typename:bool
420 multiple = false;
424 || (multiple = (cur_wordc == 9 && wordv_eq(cur_wordv+1,6, pi_multiple)))
433 if (!multiple)
  /src/usr.bin/ctags/test/
ctags.test 39 #define MULTIPLE {\
40 multiple(one,two); \
  /src/sys/arch/acorn32/doc/
interrupts 55 the chain. These are interrupt which may commonly have multiple drivers
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 715 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
  /src/tests/bin/sh/
t_here.sh 338 atf_test_case multiple
340 atf_set "descr" "Tests for multiple here documents on one cmd line"
343 reset multiple
669 atf_add_test_case multiple # multiple << operators on one cmd
  /src/usr.sbin/repquota/
repquota.c 279 static int multiple = 0; local in function:printquotas
316 if (multiple++)
  /src/doc/
TODO.compat-module 26 8. The old monolithic compat module has been broken into multiple
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mm-kontron-n801x-som.dtsi 15 * There are multiple SoM flavors with different DDR sizes.

Completed in 49 milliseconds

1 2