Home
last modified time | relevance | path

Searched refs:__l (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/mpi/
H A Dlonglong.h234 struct {USItype __l, __h; } __i; \
240 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
243 struct {SItype __l, __h; } __i; \
249 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
323 struct {USItype __h, __l; } __i; \
330 (wl) = __xx.__i.__l; \
355 struct {USItype __h, __l; } __i; \
360 "=r" (__xx.__i.__l) \
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
370 struct {USItype __h, __l; } __i; \
[all …]
/linux/include/linux/
H A Dlocal_lock_internal.h111 local_lock_t *__l; \
113 __l = (local_lock_t *)(lock); \
114 __tl = (local_trylock_t *)__l; \
121 local_lock_acquire(__l); \
185 local_lock_t *__l; \
187 __l = (local_lock_t *)(lock); \
188 __tl = (local_trylock_t *)__l; \
189 local_lock_release(__l); \
247 #define __local_lock_init(__l) \ argument
249 local_spin_lock_init((__l)); \
[all …]
/linux/arch/sparc/include/asm/
H A Dio.h20 #define writew_be(__l, __addr) __raw_writew(__l, __addr) argument
/linux/tools/perf/util/
H A Ddebug.c288 #define DEBUG_WRAPPER(__n, __l) \ argument
295 ret = veprintf(__l, verbose, fmt, args); \
/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h283 u32 __l = HKEY_DATALEN / sizeof(u32); \
287 jhash2(__k, __l, initval) & jhash_mask(htable_bits); \