Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 6 of 6) sorted by relevance

/scripts/
Dconfig37 commands can be repeated multiple times
Dspelling.txt1033 muliple||multiple
1036 multipe||multiple
1037 multple||multiple
1041 mutiple||multiple
DMakefile.build218 … $(word 2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added to multiple modules: $(modnam…
/scripts/kconfig/tests/preprocess/escape/
DKconfig32 # A simple expanded should not be expanded multiple times.
/scripts/package/
DPKGBUILD14 # The PKGBUILD is evaluated multiple times.
/scripts/dtc/
Dchecks.c147 static bool is_multiple_of(int multiple, int divisor) in is_multiple_of() argument
150 return multiple == 0; in is_multiple_of()
152 return (multiple % divisor) == 0; in is_multiple_of()