/external/avb/contrib/linux/4.4/ |
D | 0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch | 125 int target_count; 191 - dm_setup_args.target_count = 0; 207 - dm_setup_args.target_count--; 219 + dev->target_count--; 221 + BUG_ON(dev->target_count); 225 - BUG_ON(dm_setup_args.target_count); 376 - dm_setup_args.target_count); 381 - dm_setup_args.target_count++; 382 + dev->target_count++; 387 - dm_setup_args.target_count - 1); [all …]
|
/external/strace/tests-mx32/ |
D | ioctl_dm.c | 362 s.ioc.target_count = 1; in main() 385 dm_arg->target_count = 0; in main() 396 dm_arg->target_count = 1234; in main() 413 dm_arg_open1->ioc.target_count = 0xdeaddea1; in main() 436 dm_arg_open2->ioc.target_count = 2; in main() 464 dm_arg_open3->ioc.target_count = 4; in main() 526 dm_arg_open3->ioc.target_count = 0xbadc0ded; in main() 758 s.ioc.target_count = -1U; in main()
|
/external/strace/tests/ |
D | ioctl_dm.c | 362 s.ioc.target_count = 1; in main() 385 dm_arg->target_count = 0; in main() 396 dm_arg->target_count = 1234; in main() 413 dm_arg_open1->ioc.target_count = 0xdeaddea1; in main() 436 dm_arg_open2->ioc.target_count = 2; in main() 464 dm_arg_open3->ioc.target_count = 4; in main() 526 dm_arg_open3->ioc.target_count = 0xbadc0ded; in main() 758 s.ioc.target_count = -1U; in main()
|
/external/strace/tests-m32/ |
D | ioctl_dm.c | 362 s.ioc.target_count = 1; in main() 385 dm_arg->target_count = 0; in main() 396 dm_arg->target_count = 1234; in main() 413 dm_arg_open1->ioc.target_count = 0xdeaddea1; in main() 436 dm_arg_open2->ioc.target_count = 2; in main() 464 dm_arg_open3->ioc.target_count = 4; in main() 526 dm_arg_open3->ioc.target_count = 0xbadc0ded; in main() 758 s.ioc.target_count = -1U; in main()
|
/external/strace/ |
D | dm.c | 89 PRINT_FIELD_U(", ", *ioc, target_count); in dm_decode_values() 113 PRINT_FIELD_U(", ", *ioc, target_count); in dm_decode_values() 140 if (ioc->target_count) in dm_decode_dm_target_spec() 146 for (i = 0; i < ioc->target_count; i++) { in dm_decode_dm_target_spec()
|
/external/kernel-headers/original/uapi/linux/ |
D | dm-ioctl.h | 125 __u32 target_count; /* in/out */ member
|
/external/v8/src/compiler/backend/ |
D | code-generator.h | 379 Label* AddJumpTable(Label** targets, size_t target_count); 381 void AssembleJumpTable(Label** targets, size_t target_count);
|
D | code-generator.cc | 30 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() argument 31 : next_(next), targets_(targets), target_count_(target_count) {} in JumpTable() 36 size_t target_count() const { return target_count_; } in target_count() function in v8::internal::compiler::CodeGenerator::JumpTable 387 AssembleJumpTable(table->targets(), table->target_count()); in AssembleCode() 976 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) { in AddJumpTable() argument 977 jump_tables_ = zone()->New<JumpTable>(jump_tables_, targets, target_count); in AddJumpTable()
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 4141 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleMove() argument 4142 for (size_t index = 0; index < target_count; ++index) { in AssembleMove()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTransformFeedbackTests.cpp | 1210 static const glw::GLuint target_count = sizeof(target) / sizeof(target[0]); in testExtension3() local 1212 for (glw::GLuint i = 0; i < target_count; ++i) in testExtension3()
|
/external/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 4900 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument 4901 for (size_t index = 0; index < target_count; ++index) { in AssembleJumpTable()
|
/external/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 4990 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleMove() argument 4991 for (size_t index = 0; index < target_count; ++index) { in AssembleMove()
|
/external/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 5112 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument 5113 for (size_t index = 0; index < target_count; ++index) { in AssembleJumpTable()
|
/external/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 3430 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|
/external/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 4152 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|
/external/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 4414 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|
/external/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 4662 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|