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

  /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
  /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/v8/src/compiler/
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...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp 1210 static const glw::GLuint target_count = sizeof(target) \/ sizeof(target[0]); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 10805 int target_count; local
    [all...]

Completed in 177 milliseconds