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.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 | Kconfig | 92 bool "Access I/O in non-MMIO mode" 95 On some platforms where no separate I/O space exists, there are I/O 97 mechanism, the host-local I/O resource can be mapped into system 99 system can access the I/O devices with the mapped-logic PIO through 100 I/O accessors. 102 This way has relatively little I/O performance cost. Please make
|
D | iov_iter.c | 119 #define __iterate_and_advance(i, n, base, len, off, I, K) { \ argument 127 i->ubuf, (I)) \ 133 iov, (I)) \ 161 #define iterate_and_advance(i, n, base, len, off, I, K) \ argument 162 __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0))
|
D | locking-selftest.c | 1423 #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"
|