Home
last modified time | relevance | path

Searched refs:z (Results 1 – 10 of 10) sorted by relevance

/scripts/coccinelle/free/
A Dpci_free_consistent.cocci15 expression x,y,z,e;
20 id = pci_alloc_consistent@p1(x,y,&z)
23 ... when != pci_free_consistent(x,y,id,z)
24 when != if (id) { ... pci_free_consistent(x,y,id,z) ... }
25 when != if (y) { ... pci_free_consistent(x,y,id,z) ... }
/scripts/mod/
A Dsumversion.c54 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() argument
56 return (x & y) | ((~x) & z); in F()
59 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() argument
61 return (x & y) | (x & z) | (y & z); in G()
64 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() argument
66 return x ^ y ^ z; in H()
/scripts/gcc-plugins/
A Dgcc-generate-gimple-pass.h25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
A Dgcc-generate-rtl-pass.h25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
A Dgcc-generate-simple_ipa-pass.h25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
A Dgcc-generate-ipa-pass.h33 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
/scripts/atomic/kerneldoc/
A Dadd_unless1 if [ -z "${pfx}" ]; then
/scripts/
A DKconfig.include45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.)
51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.)
57 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
A Dcheckpatch.pl6395 "%Z$1 is non-standard C, use %z$1\n" . $herecurr);
/scripts/bash-completion/
A Dmake163 if [[ -z ${cwd} ]]; then
177 if [ -z "${makef_dir}" ]; then
207 if [[ -z ${arch} ]]; then

Completed in 16 milliseconds