Home
last modified time | relevance | path

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

/linux/lib/crypto/arm/
H A Dsha1-armv7-neon.S134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ macro
327 _R( _a, _b, _c, _d, _e, F1, 0,
330 _R( _e, _a, _b, _c, _d, F1, 1,
333 _R( _d, _e, _a, _b, _c, F1, 2,
336 _R( _c, _d, _e, _a, _b, F1, 3,
342 _R( _b, _c, _d, _e, _a, F1, 4,
345 _R( _a, _b, _c, _d, _e, F1, 5,
348 _R( _e, _a, _b, _c, _d, F1, 6,
351 _R( _d, _e, _a, _b, _c, F1, 7,
355 _R( _c, _d, _e, _a, _b, F1, 8,
[all …]
/linux/tools/perf/util/
H A Dheader.c2902 #define _R(v) \ in process_cache() macro
2906 _R(level) in process_cache()
2907 _R(line_size) in process_cache()
2908 _R(sets) in process_cache()
2909 _R(ways) in process_cache()
2910 #undef _R in process_cache()
2912 #define _R(v) \ in process_cache() macro
2917 _R(type) in process_cache()
2918 _R(size) in process_cache()
2919 _R(map) in process_cache()
[all …]
/linux/scripts/
H A Ddecode_stacktrace.sh214 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
/linux/arch/arm/net/
H A Dbpf_jit_32.h165 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))