Home
last modified time | relevance | path

Searched refs:input (Results 1 – 4 of 4) sorted by relevance

/lib/
Ddecompress_unlzo.c54 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header() argument
57 u8 *parse = input; in parse_header()
58 u8 *end = input + in_len; in parse_header()
107 *skip = parse - input; in parse_header()
111 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo() argument
137 if (input && fill) { in unlzo()
140 } else if (input) { in unlzo()
141 in_buf = input; in unlzo()
281 if (!input) in unlzo()
Ddecompress_unlz4.c34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() argument
48 size_t out_len = get_unaligned_le32(input + in_len); in unlz4()
66 if (input && fill) { in unlz4()
69 } else if (input) { in unlz4()
70 inp = input; in unlz4()
189 if (!input) in unlz4()
DKconfig.kgdb77 bool "KGDB_KDB: keyboard as input device"
81 KDB can use a PS/2 type keyboard for an input device
Dsha1.c54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
55 __u32 TEMP = input(t); setW(t, TEMP); \