Searched refs:z (Results 1 – 5 of 5) sorted by relevance
/scripts/coccinelle/free/ |
D | pci_free_consistent.cocci | 14 expression x,y,z,e; 19 id = pci_alloc_consistent@p1(x,y,&z) 22 ... when != pci_free_consistent(x,y,id,z) 23 when != if (id) { ... pci_free_consistent(x,y,id,z) ... } 24 when != if (y) { ... pci_free_consistent(x,y,id,z) ... }
|
/scripts/mod/ |
D | sumversion.c | 52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() argument 54 return (x & y) | ((~x) & z); in F() 57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() argument 59 return (x & y) | (x & z) | (y & z); in G() 62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H() argument 64 return x ^ y ^ z; in H()
|
/scripts/genksyms/ |
D | keywords.hash.c_shipped | 25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
|
/scripts/kconfig/ |
D | zconf.hash.c_shipped | 25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
|
/scripts/ |
D | analyze_suspend.py | 2378 .thread:hover {background-color:white;border:1px solid red;z-index:10;}\n\ 2379 .hover {background-color:white;border:1px solid red;z-index:10;}\n\
|