Searched refs:dest (Results 1 – 2 of 2) sorted by relevance
/scripts/ |
D | checkkconfigsymbols.py | 54 parser.add_argument('-c', '--commit', dest='commit', action='store', 59 parser.add_argument('-d', '--diff', dest='diff', action='store', 64 parser.add_argument('-f', '--find', dest='find', action='store_true', 69 parser.add_argument('-i', '--ignore', dest='ignore', action='store', 74 parser.add_argument('-s', '--sim', dest='sim', action='store', default="", 77 parser.add_argument('--force', dest='force', action='store_true', 81 parser.add_argument('--no-color', dest='color', action='store_false',
|
/scripts/mod/ |
D | modpost.h | 78 static inline void __endian(const void *src, void *dest, unsigned int size) in __endian() argument 82 ((unsigned char*)dest)[i] = ((unsigned char*)src)[size - i-1]; in __endian()
|