Searched refs:multiple (Results 1 – 6 of 6) sorted by relevance
37 commands can be repeated multiple times
1033 muliple||multiple1036 multipe||multiple1037 multple||multiple1041 mutiple||multiple
218 … $(word 2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added to multiple modules: $(modnam…
32 # A simple expanded should not be expanded multiple times.
14 # The PKGBUILD is evaluated multiple times.
147 static bool is_multiple_of(int multiple, int divisor) in is_multiple_of() argument150 return multiple == 0; in is_multiple_of()152 return (multiple % divisor) == 0; in is_multiple_of()