Home
last modified time | relevance | path

Searched defs:target_count (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dbarrier.hpp55 unsigned target_count = divisor * target_iteration; in wait() local
/third_party/ninja/src/
H A Dclean.cc196 int Cleaner::CleanTargets(int target_count, char* targets[]) { in CleanTargets() argument
/third_party/ffmpeg/libavcodec/
H A Ddxva2.c178 unsigned j, target_count; in dxva2_validate_output() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc29 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() argument
35 size_t target_count() const { return target_count_; } in target_count() function in v8::internal::compiler::final
951 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) { in AddJumpTable() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4613 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc4530 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc4463 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc4444 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc2605 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc4382 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc5228 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3832 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1217 static const glw::GLuint target_count = sizeof(target) / sizeof(target[0]); in testExtension3() local

Completed in 54 milliseconds