Searched refs:I (Results 1 – 6 of 6) sorted by relevance
/lib/crypto/ |
D | sha256.c | 56 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP() argument 58 W[I] = get_unaligned_be32((__u32 *)input + I); in LOAD_OP() 61 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP() argument 63 W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16]; in BLEND_OP()
|
/lib/ |
D | Kconfig | 95 bool "Access I/O in non-MMIO mode" 98 On some platforms where no separate I/O space exists, there are I/O 100 mechanism, the host-local I/O resource can be mapped into system 102 system can access the I/O devices with the mapped-logic PIO through 103 I/O accessors. 105 This way has relatively little I/O performance cost. Please make
|
D | Kconfig.kgdb | 56 This is a kgdb I/O module specifically designed to test 57 kgdb's internal functions. This kgdb I/O module is 61 the tests. The most basic of this I/O module is to boot
|
D | iov_iter.c | 111 #define __iterate_and_advance(i, n, base, len, off, I, K) { \ argument 120 iov, (I)) \ 148 #define iterate_and_advance(i, n, base, len, off, I, K) \ argument 149 __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0))
|
D | locking-selftest.c | 1392 #undef I
|
D | Kconfig.debug | 104 I.e., processors other than the first one may not boot up. 1789 bool "Filter I/O access to /dev/mem"
|