Home
last modified time | relevance | path

Searched defs:R10 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/arch/x32/bits/
Dreg.h10 #define R10 7 macro
/third_party/musl/arch/x86_64/bits/
Dreg.h10 #define R10 7 macro
/third_party/libunwind/src/x86_64/
Dunwind_i.h49 #define R10 10 macro
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_rotation2quaternion_f32.c69 #define R10 vgetq_lane(q1,3) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h11 #define R10(P, S) R9(P,S##0) R9(P,S##1) macro
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts276 type R10 = DropFirst<readonly [number, symbol, string]>; alias