/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-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/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/ |
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/v8/src/compiler/ |
D | code-generator.h | 319 Label* AddJumpTable(Label** targets, size_t target_count); 321 void AssembleJumpTable(Label** targets, size_t target_count);
|
D | code-generator.cc | 26 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() argument 27 : next_(next), targets_(targets), target_count_(target_count) {} in JumpTable() 32 size_t target_count() const { return target_count_; } in target_count() function in v8::internal::compiler::CodeGenerator::JumpTable 296 AssembleJumpTable(table->targets(), table->target_count()); in AssembleCode() 857 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) { in AddJumpTable() argument 858 jump_tables_ = new (zone()) JumpTable(jump_tables_, targets, target_count); in AddJumpTable()
|
/external/kernel-headers/original/uapi/linux/ |
D | dm-ioctl.h | 125 __u32 target_count; /* in/out */ member
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2714 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleMove() argument 2715 for (size_t index = 0; index < target_count; ++index) { in AssembleMove()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 3303 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleMove() argument 3304 for (size_t index = 0; index < target_count; ++index) { in AssembleMove()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 3505 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument 3506 for (size_t index = 0; index < target_count; ++index) { in AssembleJumpTable()
|
/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/ia32/ |
D | code-generator-ia32.cc | 4597 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument 4598 for (size_t index = 0; index < target_count; ++index) { in AssembleJumpTable()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 2770 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 3606 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 3821 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 3463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|