Home
last modified time | relevance | path

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

/scripts/coccinelle/free/
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/
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/
Dgcc-generate-gimple-pass.h25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-rtl-pass.h25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-simple_ipa-pass.h25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
Dgcc-generate-ipa-pass.h33 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
/scripts/atomic/kerneldoc/
Dadd_unless1 if [ -z "${pfx}" ]; then
/scripts/
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.)
Dcheckpatch.pl6379 "%Z$1 is non-standard C, use %z$1\n" . $herecurr);