Toggle navigation
/
Symbol
File
Text
Line
Symbol: I
macro public
Defined...
arch/x86/kvm/emulate.c:3997:9-3997:54
: #define I(_f, _e) { .flags = (_f), .u.execute = (_e) }
crypto/sm3.c:63:9-63:55
: #define I(i) (W[i] = get_unaligned_be32(data + i * 4))
drivers/comedi/drivers/ni_routing/ni_route_values.h:43:10-43:18
: #define I(x) V(x)
function parameter
Defined...
crypto/sha512_generic.c:88:28-88:32
: static inline void LOAD_OP(int I, u64 *W, const u8 *input)
crypto/sha512_generic.c:93:29-93:33
: static inline void BLEND_OP(int I, u64 *W)
lib/crypto/sha256.c:54:28-54:32
: static inline void LOAD_OP(int I, u32 *W, const u8 *input)
lib/crypto/sha256.c:59:29-59:33
: static inline void BLEND_OP(int I, u32 *W)
security/apparmor/label.c:499:47-499:64
: struct aa_profile *__aa_label_next_not_in_set(struct label_it *I,
security/apparmor/label.c:962:43-962:60
: struct aa_profile *aa_label_next_in_merge(struct label_it *I,
variable
Defined...
crypto/cast5_generic.c:306:2-306:6
: u32 I; /* used by the Fx macros */
crypto/cast5_generic.c:361:2-361:6
: u32 I;
crypto/cast6_generic.c:95:2-95:6
: u32 I;
crypto/cast6_generic.c:155:2-155:6
: u32 I;
crypto/cast6_generic.c:165:2-165:6
: u32 I;
drivers/mmc/host/vub300.c:1312:3-1312:44
: int I = vub300->dynamic_register_count = register_count;
drivers/net/wireless/ath/ath9k/ar9003_paprd.c:430:2-430:43
: int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad;