Home
last modified time | relevance | path

Searched refs:target_count (Results 1 - 17 of 17) 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
61 if (c + 1 == target_count) in wait()
/third_party/ninja/src/
H A Dclean.h44 int CleanTargets(int target_count, char* targets[]);
H A Dclean.cc196 int Cleaner::CleanTargets(int target_count, char* targets[]) { in CleanTargets() argument
200 for (int i = 0; i < target_count; ++i) { in CleanTargets()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h362 Label* AddJumpTable(Label** targets, size_t target_count);
364 void AssembleJumpTable(Label** targets, size_t target_count);
H A Dcode-generator.cc29 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() argument
30 : next_(next), targets_(targets), target_count_(target_count) {} in JumpTable()
35 size_t target_count() const { return target_count_; } in target_count() function in v8::internal::compiler::final
387 AssembleJumpTable(table->targets(), table->target_count()); in AssembleCode()
951 Label* CodeGenerator::AddJumpTable(Label** targets, size_t target_count) { in AddJumpTable() argument
952 jump_tables_ = zone()->New<JumpTable>(jump_tables_, targets, target_count); in AddJumpTable()
/third_party/ffmpeg/libavcodec/
H A Ddxva2.c178 unsigned j, target_count; in dxva2_validate_output() local
180 hr = IDirectXVideoDecoderService_GetDecoderRenderTargets((IDirectXVideoDecoderService *)decoder_service, &guid, &target_count, &target_list); in dxva2_validate_output()
182 for (j = 0; j < target_count; j++) { in dxva2_validate_output()
/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
4531 for (size_t index = 0; index < target_count; ++index) { in AssembleConstructFrame()
/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
4464 for (size_t index = 0; index < target_count; ++index) { in AssembleJumpTable()
/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
3833 for (size_t index = 0; index < target_count; ++index) { in AssembleConstructFrame()
/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
1219 for (glw::GLuint i = 0; i < target_count; ++i) in testExtension3()
/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/x64/
H A Dcode-generator-x64.cc5228 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
5229 for (size_t index = 0; index < target_count; ++index) { in AssembleJumpTable()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc3541 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc4183 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleArchInstruction()
/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/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/riscv64/
H A Dcode-generator-riscv64.cc4382 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument

Completed in 64 milliseconds