Home
last modified time | relevance | path

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

/scripts/coccinelle/free/
Dpci_free_consistent.cocci14 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/
Dsumversion.c52 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/
Dkeywords.hash.c_shipped25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
/scripts/kconfig/
Dzconf.hash.c_shipped25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
/scripts/
Danalyze_suspend.py2378 .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\