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

1 2

  /external/strace/tests/
ioctl_dm.c 363 s.ioc.target_count = 1;
374 "target_count=1, flags=0, "
386 dm_arg->target_count = 0;
391 "target_count=0, flags=0}) = -1 EBADF (%m)\n",
397 dm_arg->target_count = 1234;
402 "target_count=1234, flags=0, "
414 dm_arg_open1->ioc.target_count = 0xdeaddea1;
419 "target_count=3735936673, flags=0, "
437 dm_arg_open2->ioc.target_count = 2;
447 "target_count=2, flags=0, "
    [all...]
  /external/strace/tests-m32/
ioctl_dm.c 363 s.ioc.target_count = 1;
374 "target_count=1, flags=0, "
386 dm_arg->target_count = 0;
391 "target_count=0, flags=0}) = -1 EBADF (%m)\n",
397 dm_arg->target_count = 1234;
402 "target_count=1234, flags=0, "
414 dm_arg_open1->ioc.target_count = 0xdeaddea1;
419 "target_count=3735936673, flags=0, "
437 dm_arg_open2->ioc.target_count = 2;
447 "target_count=2, flags=0, "
    [all...]
  /external/strace/tests-mx32/
ioctl_dm.c 363 s.ioc.target_count = 1;
374 "target_count=1, flags=0, "
386 dm_arg->target_count = 0;
391 "target_count=0, flags=0}) = -1 EBADF (%m)\n",
397 dm_arg->target_count = 1234;
402 "target_count=1234, flags=0, "
414 dm_arg_open1->ioc.target_count = 0xdeaddea1;
419 "target_count=3735936673, flags=0, "
437 dm_arg_open2->ioc.target_count = 2;
447 "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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dm-ioctl.h 124 __u32 target_count; /* in/out */ member in struct:dm_ioctl
  /external/v8/src/compiler/
code-generator.h 199 Label* AddJumpTable(Label** targets, size_t target_count);
201 void AssembleJumpTable(Label** targets, size_t target_count);
code-generator.cc 21 JumpTable(JumpTable* next, Label** targets, size_t target_count)
22 : next_(next), targets_(targets), target_count_(target_count) {}
27 size_t target_count() const { return target_count_; } function in class:v8::internal::compiler::final
217 AssembleJumpTable(table->targets(), table->target_count());
612 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) {
613 jump_tables_ = new (zone()) JumpTable(jump_tables_, targets, target_count);
    [all...]
  /system/vold/
Devmapper.cpp 124 io->target_count = 1;
MetadataCrypt.cpp 174 io->target_count = 1;
cryptfs.cpp 1003 io->target_count = 1;
    [all...]
  /system/core/fs_mgr/
fs_mgr_avb.cpp 313 io->target_count = 1;
fs_mgr_verity.cpp 266 io->target_count = 1;
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [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/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 10805 int target_count; local
    [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/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 952 milliseconds

1 2