/external/v8/src/compiler/ |
D | opcodes.h | 11 #define CONTROL_OP_LIST(V) \ argument 12 V(Start) \ 13 V(Loop) \ 14 V(Branch) \ 15 V(Switch) \ 16 V(IfTrue) \ 17 V(IfFalse) \ 18 V(IfSuccess) \ 19 V(IfException) \ 20 V(IfValue) \ [all …]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jaricom.c | 29 #define V(i,a,b,c,d) (((INT32)a << 16) | ((INT32)c << 8) | ((INT32)d << 7) | b) macro 35 V( 0, 0x5a1d, 1, 1, 1 ), 36 V( 1, 0x2586, 14, 2, 0 ), 37 V( 2, 0x1114, 16, 3, 0 ), 38 V( 3, 0x080b, 18, 4, 0 ), 39 V( 4, 0x03d8, 20, 5, 0 ), 40 V( 5, 0x01da, 23, 6, 0 ), 41 V( 6, 0x00e5, 25, 7, 0 ), 42 V( 7, 0x006f, 28, 8, 0 ), 43 V( 8, 0x0036, 30, 9, 0 ), [all …]
|
/external/libjpeg-turbo/ |
D | jaricom.c | 29 #define V(i,a,b,c,d) (((INT32)a << 16) | ((INT32)c << 8) | ((INT32)d << 7) | b) macro 35 V( 0, 0x5a1d, 1, 1, 1 ), 36 V( 1, 0x2586, 14, 2, 0 ), 37 V( 2, 0x1114, 16, 3, 0 ), 38 V( 3, 0x080b, 18, 4, 0 ), 39 V( 4, 0x03d8, 20, 5, 0 ), 40 V( 5, 0x01da, 23, 6, 0 ), 41 V( 6, 0x00e5, 25, 7, 0 ), 42 V( 7, 0x006f, 28, 8, 0 ), 43 V( 8, 0x0036, 30, 9, 0 ), [all …]
|
/external/v8/src/ |
D | bailout-reason.h | 12 #define ERROR_MESSAGES_LIST(V) \ argument 13 V(kNoReason, "no reason") \ 15 V(k32BitValueInRegisterIsNotZeroExtended, \ 17 V(kAlignmentMarkerExpected, "Alignment marker expected") \ 18 V(kAllocationIsNotDoubleAligned, "Allocation is not double aligned") \ 19 V(kAPICallReturnedInvalidObject, "API call returned invalid object") \ 20 V(kArgumentsObjectValueInATestContext, \ 22 V(kArrayBoilerplateCreationFailed, "Array boilerplate creation failed") \ 23 V(kArrayIndexConstantValueTooBig, "Array index constant value too big") \ 24 V(kAssignmentToArguments, "Assignment to arguments") \ [all …]
|
/external/v8/src/compiler/x64/ |
D | instruction-codes-x64.h | 14 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 15 V(X64Add) \ 16 V(X64Add32) \ 17 V(X64And) \ 18 V(X64And32) \ 19 V(X64Cmp) \ 20 V(X64Cmp32) \ 21 V(X64Test) \ 22 V(X64Test32) \ 23 V(X64Or) \ [all …]
|
/external/v8/src/compiler/arm64/ |
D | instruction-codes-arm64.h | 14 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 15 V(Arm64Add) \ 16 V(Arm64Add32) \ 17 V(Arm64And) \ 18 V(Arm64And32) \ 19 V(Arm64Bic) \ 20 V(Arm64Bic32) \ 21 V(Arm64Clz) \ 22 V(Arm64Clz32) \ 23 V(Arm64Cmp) \ [all …]
|
/external/v8/src/compiler/mips64/ |
D | instruction-codes-mips64.h | 14 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 15 V(Mips64Add) \ 16 V(Mips64Dadd) \ 17 V(Mips64DaddOvf) \ 18 V(Mips64Sub) \ 19 V(Mips64Dsub) \ 20 V(Mips64DsubOvf) \ 21 V(Mips64Mul) \ 22 V(Mips64MulHigh) \ 23 V(Mips64DMulHigh) \ [all …]
|
/external/v8/src/compiler/ia32/ |
D | instruction-codes-ia32.h | 14 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 15 V(IA32Add) \ 16 V(IA32And) \ 17 V(IA32Cmp) \ 18 V(IA32Test) \ 19 V(IA32Or) \ 20 V(IA32Xor) \ 21 V(IA32Sub) \ 22 V(IA32Imul) \ 23 V(IA32ImulHigh) \ [all …]
|
/external/v8/src/compiler/ppc/ |
D | instruction-codes-ppc.h | 14 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 15 V(PPC_And) \ 16 V(PPC_AndComplement) \ 17 V(PPC_Or) \ 18 V(PPC_OrComplement) \ 19 V(PPC_Xor) \ 20 V(PPC_ShiftLeft32) \ 21 V(PPC_ShiftLeft64) \ 22 V(PPC_ShiftRight32) \ 23 V(PPC_ShiftRight64) \ [all …]
|
/external/v8/src/compiler/arm/ |
D | instruction-codes-arm.h | 14 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 15 V(ArmAdd) \ 16 V(ArmAnd) \ 17 V(ArmBic) \ 18 V(ArmClz) \ 19 V(ArmCmp) \ 20 V(ArmCmn) \ 21 V(ArmTst) \ 22 V(ArmTeq) \ 23 V(ArmOrr) \ [all …]
|
/external/v8/src/compiler/mips/ |
D | instruction-codes-mips.h | 14 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 15 V(MipsAdd) \ 16 V(MipsAddOvf) \ 17 V(MipsSub) \ 18 V(MipsSubOvf) \ 19 V(MipsMul) \ 20 V(MipsMulHigh) \ 21 V(MipsMulHighU) \ 22 V(MipsDiv) \ 23 V(MipsDivU) \ [all …]
|
/external/v8/src/compiler/x87/ |
D | instruction-codes-x87.h | 16 #define TARGET_ARCH_OPCODE_LIST(V) \ argument 17 V(X87Add) \ 18 V(X87And) \ 19 V(X87Cmp) \ 20 V(X87Test) \ 21 V(X87Or) \ 22 V(X87Xor) \ 23 V(X87Sub) \ 24 V(X87Imul) \ 25 V(X87ImulHigh) \ [all …]
|
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 71 #define FOREACH_CONTROL_OPCODE(V) \ argument 72 V(Nop, 0x00, _) \ 73 V(Block, 0x01, _) \ 74 V(Loop, 0x02, _) \ 75 V(If, 0x03, _) \ 76 V(IfElse, 0x04, _) \ 77 V(Select, 0x05, _) \ 78 V(Br, 0x06, _) \ 79 V(BrIf, 0x07, _) \ 80 V(TableSwitch, 0x08, _) \ [all …]
|
/external/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 41 VectorT V; member in __anon186813230111::TinyPtrVectorTest 58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues() argument 60 V.push_back(Values[i]); in appendValues() 64 V.clear(); in setVectors() 65 appendValues(V, Values1); in setVectors() 70 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues() argument 71 EXPECT_EQ(Values.empty(), V.empty()); in expectValues() 72 EXPECT_EQ(Values.size(), V.size()); in expectValues() 74 EXPECT_EQ(Values[i], V[i]); in expectValues() 75 EXPECT_EQ(Values[i], *std::next(V.begin(), i)); in expectValues() [all …]
|
/external/libcxx/test/std/containers/associative/map/map.access/ |
D | iterator.pass.cpp | 37 typedef std::pair<const int, double> V; in main() typedef 38 V ar[] = in main() 40 V(1, 1), in main() 41 V(1, 1.5), in main() 42 V(1, 2), in main() 43 V(2, 1), in main() 44 V(2, 1.5), in main() 45 V(2, 2), in main() 46 V(3, 1), in main() 47 V(3, 1.5), in main() [all …]
|
/external/libcxx/test/std/containers/associative/multimap/ |
D | iterator.pass.cpp | 37 typedef std::pair<const int, double> V; in main() typedef 38 V ar[] = in main() 40 V(1, 1), in main() 41 V(1, 1.5), in main() 42 V(1, 2), in main() 43 V(2, 1), in main() 44 V(2, 1.5), in main() 45 V(2, 2), in main() 46 V(3, 1), in main() 47 V(3, 1.5), in main() [all …]
|
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
D | move_assign.pass.cpp | 28 typedef MoveOnly V; in main() typedef 30 typedef test_allocator<V> A; in main() 32 typedef std::move_iterator<V*> I; in main() 33 V a1[] = in main() 35 V(1), in main() 36 V(1), in main() 37 V(1), in main() 38 V(2), in main() 39 V(2), in main() 40 V(2), in main() [all …]
|
D | move_alloc.pass.cpp | 28 typedef MoveOnly V; in main() typedef 30 typedef test_allocator<V> A; in main() 32 typedef std::move_iterator<V*> I; in main() 33 V a1[] = in main() 35 V(1), in main() 36 V(1), in main() 37 V(1), in main() 38 V(2), in main() 39 V(2), in main() 40 V(2), in main() [all …]
|
/external/libcxx/test/std/containers/associative/set/set.cons/ |
D | move_assign.pass.cpp | 28 typedef MoveOnly V; in main() typedef 30 typedef test_allocator<V> A; in main() 32 typedef std::move_iterator<V*> I; in main() 33 V a1[] = in main() 35 V(1), in main() 36 V(1), in main() 37 V(1), in main() 38 V(2), in main() 39 V(2), in main() 40 V(2), in main() [all …]
|
D | move_alloc.pass.cpp | 28 typedef MoveOnly V; in main() typedef 30 typedef test_allocator<V> A; in main() 32 typedef std::move_iterator<V*> I; in main() 33 V a1[] = in main() 35 V(1), in main() 36 V(1), in main() 37 V(1), in main() 38 V(2), in main() 39 V(2), in main() 40 V(2), in main() [all …]
|
/external/vixl/examples/ |
D | non-const-visitor.h | 57 #define UNUSED_VISITOR_LIST(V) \ argument 58 V(PCRelAddressing) \ 59 V(AddSubImmediate) \ 60 V(LogicalImmediate) \ 61 V(MoveWideImmediate) \ 62 V(Bitfield) \ 63 V(Extract) \ 64 V(UnconditionalBranch) \ 65 V(UnconditionalBranchToRegister) \ 66 V(CompareBranch) \ [all …]
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
D | move_assign.pass.cpp | 28 typedef std::pair<MoveOnly, MoveOnly> V; in main() typedef 33 typedef std::move_iterator<V*> I; in main() 34 V a1[] = in main() 36 V(1, 1), in main() 37 V(1, 2), in main() 38 V(1, 3), in main() 39 V(2, 1), in main() 40 V(2, 2), in main() 41 V(2, 3), in main() 42 V(3, 1), in main() [all …]
|
/external/libcxx/test/std/containers/associative/map/map.cons/ |
D | move_assign.pass.cpp | 28 typedef std::pair<MoveOnly, MoveOnly> V; in main() typedef 33 typedef std::move_iterator<V*> I; in main() 34 V a1[] = in main() 36 V(1, 1), in main() 37 V(1, 2), in main() 38 V(1, 3), in main() 39 V(2, 1), in main() 40 V(2, 2), in main() 41 V(2, 3), in main() 42 V(3, 1), in main() [all …]
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
D | non_member_swap.pass.cpp | 26 typedef std::pair<const int, double> V; in main() typedef 39 V ar2[] = in main() 41 V(5, 5), in main() 42 V(6, 6), in main() 43 V(7, 7), in main() 44 V(8, 8), in main() 45 V(9, 9), in main() 46 V(10, 10), in main() 47 V(11, 11), in main() 48 V(12, 12) in main() [all …]
|
/external/vixl/src/vixl/a64/ |
D | decoder-a64.h | 38 #define VISITOR_LIST_THAT_RETURN(V) \ argument 39 V(PCRelAddressing) \ 40 V(AddSubImmediate) \ 41 V(LogicalImmediate) \ 42 V(MoveWideImmediate) \ 43 V(Bitfield) \ 44 V(Extract) \ 45 V(UnconditionalBranch) \ 46 V(UnconditionalBranchToRegister) \ 47 V(CompareBranch) \ [all …]
|