/cts/suite/audio_quality/test/ |
TaskCaseTest.cpp | 85 const android::String8 V5("v5"); 98 ASSERT_TRUE(!mTaskCase->updateValue(V5, val4)); 99 ASSERT_TRUE(!mTaskCase->findValue(V5, valRead));
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
facp.asl | 87 CMOS RTC Not Present (V5) : 0 110 Hardware Reduced (V5) : 1 111 Low Power S0 Idle (V5) : 1
|
/external/clang/test/SemaCXX/ |
MicrosoftExtensions.cpp | 259 __declspec(property(get=GetV, put=SetV)) int V5; 270 int k = sp.V5; 271 sp.V5 = k++;
|
/external/llvm/lib/Target/Hexagon/ |
HexagonSubtarget.cpp | 72 { "hexagonv5", V5 },
|
HexagonRegisterInfo.cpp | 70 V0, V1, V2, V3, V4, V5, V6, V7, V8, V9, V10, V11, V12, V13, 125 case HexagonSubtarget::V5:
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
PPCBaseInfo.h | 36 case R5 : case X5 : case F5 : case V5 : case CR5: case CR1GT: return 5;
|
/prebuilts/go/darwin-x86/src/math/ |
tanh_s390x.s | 120 WFMADB V0, V5, V0, V2 123 WFMADB V0, V2, V5, V2
|
sin_s390x.s | 92 WFCHDBS V2, V5, V2 116 WFCHDBS V0, V5, V0 148 WFCHDBS V4, V5, V4 342 WFMADB V0, V6, V5, V6
|
/prebuilts/go/linux-x86/src/math/ |
tanh_s390x.s | 120 WFMADB V0, V5, V0, V2 123 WFMADB V0, V2, V5, V2
|
sin_s390x.s | 92 WFCHDBS V2, V5, V2 116 WFCHDBS V0, V5, V0 148 WFCHDBS V4, V5, V4 342 WFMADB V0, V6, V5, V6
|
/prebuilts/go/darwin-x86/src/runtime/ |
asm_s390x.s | 1132 VCEQH V1, V2, V5 // compare even indices 1134 VSEL V5, V6, V31, V7 // merge even and odd indices 1157 VCEQH V1, V2, V5 // compare 2-byte even indices 1160 VSEL V5, V6, V31, V7 // merge even and odd indices 1186 VCEQF V1, V2, V5 // compare index 0, 4, ... 1190 VSEL V5, V6, V29, V13 // merge index 0, 1, 4, 5, ... 1234 VCEQG V1, V3, V5 1235 VN V4, V5, V6 [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
asm_s390x.s | 1132 VCEQH V1, V2, V5 // compare even indices 1134 VSEL V5, V6, V31, V7 // merge even and odd indices 1157 VCEQH V1, V2, V5 // compare 2-byte even indices 1160 VSEL V5, V6, V31, V7 // merge even and odd indices 1186 VCEQF V1, V2, V5 // compare index 0, 4, ... 1190 VSEL V5, V6, V29, V13 // merge index 0, 1, 4, 5, ... 1234 VCEQG V1, V3, V5 1235 VN V4, V5, V6 [all...] |
/external/llvm/test/MC/ARM/ |
thumb-diagnostics.s | 4 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V5 %s 24 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later 25 @ CHECK-ERRORS-V5: mov r2, r3 26 @ CHECK-ERRORS-V5: ^
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/ |
DefaultExceptionHandler.c | 166 DEBUG ((EFI_D_ERROR, " V4 0x%016lx %016lx V5 0x%016lx %016lx\n", SystemContext.SystemContextAArch64->V4[1], SystemContext.SystemContextAArch64->V4[0], SystemContext.SystemContextAArch64->V5[1], SystemContext.SystemContextAArch64->V5[0]));
|
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256_asm_s390x.s | 85 #define SEL1 V5 136 #define Z1H V5 216 #define Z1H V5 308 #define Z1H V5 523 #define M1 V5 905 #define T1 V5 921 #define ADD2 V5 // Overloaded with T1 [all...] |
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256_asm_s390x.s | 85 #define SEL1 V5 136 #define Z1H V5 216 #define Z1H V5 308 #define Z1H V5 523 #define M1 V5 905 #define T1 V5 921 #define ADD2 V5 // Overloaded with T1 [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
Tensor.h | 487 template <std::size_t V1, std::size_t V2, std::size_t V3, std::size_t V4, std::size_t V5> 489 void resize(const Sizes<V1, V2, V3, V4, V5>& dimensions) {
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 417 {"V5", "V5"}, 780 {"V5", "V5"},
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 132 V5
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 417 {"V5", "V5"}, 780 {"V5", "V5"},
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 132 V5
|
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 315 __declspec(property(get)) int V5; // expected-error {{expected '=' after 'get'}}
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 103 SystemZ::V4, SystemZ::V5, SystemZ::V6, SystemZ::V7,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DebugSupport.h | 577 UINT64 V5[2];
|
/external/deqp/framework/common/ |
tcuAstcUtil.cpp | 817 #define ASSIGN_X_BITS(V0,S0, V1,S1, V2,S2, V3,S3, V4,S4, V5,S5, V6,S6) do { SHOR(V0,S0,x0); SHOR(V1,S1,x1); SHOR(V2,S2,x2); SHOR(V3,S3,x3); SHOR(V4,S4,x4); SHOR(V5,S5,x5); SHOR(V6,S6,x6); } while (false) 878 void decodeHDREndpointMode11 (UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, deUint32 v5) 880 const deUint32 major = (getBit(v5, 7) << 1) | getBit(v4, 7); 885 e1 = UVec4(v1<<4, v3<<4, getBits(v5,0,6)<<5, 0x780); 896 deInt32 d1 = (deInt32)(getBits(v5, 0, 4)); 900 #define ASSIGN_X_BITS(V0,S0, V1,S1, V2,S2, V3,S3, V4,S4, V5,S5) do { SHOR(V0,S0,x0); SHOR(V1,S1,x1); SHOR(V2,S2,x2); SHOR(V3,S3,x3); SHOR(V4,S4,x4); SHOR(V5,S5,x5); } while (false) 905 const deUint32 x3 = getBit(v5, 6); 907 const deUint32 x5 = getBit(v5, 5) [all...] |