/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | barrier.hpp | 55 unsigned target_count = divisor * target_iteration; in wait() local 61 if (c + 1 == target_count) in wait()
|
/third_party/ninja/src/ |
H A D | clean.h | 44 int CleanTargets(int target_count, char* targets[]);
|
H A D | clean.cc | 196 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 D | code-generator.h | 362 Label* AddJumpTable(Label** targets, size_t target_count); 364 void AssembleJumpTable(Label** targets, size_t target_count);
|
H A D | code-generator.cc | 29 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 D | dxva2.c | 178 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 D | code-generator-ppc.cc | 4530 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 D | code-generator-ia32.cc | 4463 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 D | code-generator-s390.cc | 3832 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 D | gl3cTransformFeedbackTests.cpp | 1217 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 D | code-generator-loong64.cc | 2605 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 5228 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 D | code-generator-arm64.cc | 3541 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 4183 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 4613 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 4444 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleConstructFrame() argument
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 4382 void CodeGenerator::AssembleJumpTable(Label** targets, size_t target_count) { in AssembleJumpTable() argument
|