Searched refs:z (Results 1 – 9 of 9) sorted by relevance
| /scripts/coccinelle/free/ |
| D | pci_free_consistent.cocci | 15 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/ |
| D | sumversion.c | 54 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/ |
| D | gcc-generate-gimple-pass.h | 25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| D | gcc-generate-rtl-pass.h | 25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| D | gcc-generate-simple_ipa-pass.h | 25 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| D | gcc-generate-ipa-pass.h | 33 #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z argument
|
| /scripts/atomic/kerneldoc/ |
| D | add_unless | 1 if [ -z "${pfx}" ]; then
|
| /scripts/ |
| D | Kconfig.include | 45 $(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.)
|
| D | checkpatch.pl | 6379 "%Z$1 is non-standard C, use %z$1\n" . $herecurr);
|