Home
last modified time | relevance | path

Searched refs:target_count (Results 1 – 17 of 17) sorted by relevance

/external/avb/contrib/linux/4.4/
D0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch125 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/
Dioctl_dm.c362 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/
Dioctl_dm.c362 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/
Dioctl_dm.c362 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/
Ddm.c89 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/
Dcode-generator.h319 Label* AddJumpTable(Label** targets, size_t target_count);
321 void AssembleJumpTable(Label** targets, size_t target_count);
Dcode-generator.cc26 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/
Ddm-ioctl.h125 __u32 target_count; /* in/out */ member
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2714 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/
Dcode-generator-s390.cc3303 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/
Dcode-generator-x64.cc3505 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/
Dgl3cTransformFeedbackTests.cpp1210 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/
Dcode-generator-ia32.cc4597 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/
Dcode-generator-arm64.cc2770 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc3606 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc3821 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc3463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument