HomeSort by relevance Sort by last modified time
    Searched refs:target_count (Results 1 - 17 of 17) sorted by null

  /external/strace/tests/
ioctl_dm.c 362 s.ioc.target_count = 1;
373 "target_count=1, flags=0, "
385 dm_arg->target_count = 0;
390 "target_count=0, flags=0}) = -1 EBADF (%m)\n",
396 dm_arg->target_count = 1234;
401 "target_count=1234, flags=0, "
413 dm_arg_open1->ioc.target_count = 0xdeaddea1;
418 "target_count=3735936673, flags=0, "
436 dm_arg_open2->ioc.target_count = 2;
446 "target_count=2, flags=0, "
    [all...]
  /external/strace/tests-m32/
ioctl_dm.c 362 s.ioc.target_count = 1;
373 "target_count=1, flags=0, "
385 dm_arg->target_count = 0;
390 "target_count=0, flags=0}) = -1 EBADF (%m)\n",
396 dm_arg->target_count = 1234;
401 "target_count=1234, flags=0, "
413 dm_arg_open1->ioc.target_count = 0xdeaddea1;
418 "target_count=3735936673, flags=0, "
436 dm_arg_open2->ioc.target_count = 2;
446 "target_count=2, flags=0, "
    [all...]
  /external/strace/tests-mx32/
ioctl_dm.c 362 s.ioc.target_count = 1;
373 "target_count=1, flags=0, "
385 dm_arg->target_count = 0;
390 "target_count=0, flags=0}) = -1 EBADF (%m)\n",
396 dm_arg->target_count = 1234;
401 "target_count=1234, flags=0, "
413 dm_arg_open1->ioc.target_count = 0xdeaddea1;
418 "target_count=3735936673, flags=0, "
436 dm_arg_open2->ioc.target_count = 2;
446 "target_count=2, flags=0, "
    [all...]
  /bionic/libc/kernel/uapi/linux/
dm-ioctl.h 31 __u32 target_count; member in struct:dm_ioctl
  /external/kernel-headers/original/uapi/linux/
dm-ioctl.h 125 __u32 target_count; /* in/out */ member in struct:dm_ioctl
  /external/strace/
dm.c 89 PRINT_FIELD_U(", ", *ioc, target_count);
113 PRINT_FIELD_U(", ", *ioc, target_count);
140 if (ioc->target_count)
146 for (i = 0; i < ioc->target_count; i++) {
501 * event_nr, target_count, dev fields for change (they are
  /external/v8/src/compiler/
code-generator.h 319 Label* AddJumpTable(Label** targets, size_t target_count);
321 void AssembleJumpTable(Label** targets, size_t target_count);
code-generator.cc 26 JumpTable(JumpTable* next, Label** targets, size_t target_count)
27 : next_(next), targets_(targets), target_count_(target_count) {}
32 size_t target_count() const { return target_count_; } function in class:v8::internal::compiler::final
296 AssembleJumpTable(table->targets(), table->target_count());
857 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) {
858 jump_tables_ = new (zone()) JumpTable(jump_tables_, targets, target_count);
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp 1210 static const glw::GLuint target_count = sizeof(target) \/ sizeof(target[0]); local
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]

Completed in 418 milliseconds