Home
last modified time | relevance | path

Searched refs:decl (Results 176 - 200 of 527) sorted by relevance

12345678910>>...22

/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bn/
H A Dx86-mont.S144 decl %ebx
160 decl %ebx
448 decl %ecx
465 decl %ebx
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bn/
H A Dx86-mont.S144 decl %ebx
160 decl %ebx
448 decl %ecx
465 decl %ebx
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bn/
H A Dx86-mont.S142 decl %ebx
158 decl %ebx
446 decl %ecx
463 decl %ebx
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bn/
H A Dx86-mont.S142 decl %ebx
158 decl %ebx
446 decl %ecx
463 decl %ebx
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bn/
H A Dx86-mont.S143 decl %ebx
159 decl %ebx
447 decl %ecx
464 decl %ebx
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/
H A Dx86-mont.S143 decl %ebx
159 decl %ebx
447 decl %ecx
464 decl %ebx
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/bn/
H A Dx86-mont.S143 decl %ebx
159 decl %ebx
447 decl %ecx
464 decl %ebx
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c152 /* if not found here find in clc shader and create a decl mirroring it */ in mangle_and_find()
161 nir_function *decl = nir_function_create(b->shader, mname); in mangle_and_find() local
162 decl->num_params = found->num_params; in mangle_and_find()
163 decl->params = ralloc_array(b->shader, nir_parameter, decl->num_params); in mangle_and_find()
164 for (unsigned i = 0; i < decl->num_params; i++) { in mangle_and_find()
165 decl->params[i] = found->params[i]; in mangle_and_find()
167 found = decl; in mangle_and_find()
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc148 Object decl = declarations->get(i); in RUNTIME_FUNCTION()
151 if (decl.IsSmi()) { in RUNTIME_FUNCTION()
152 index = Smi::ToInt(decl); in RUNTIME_FUNCTION()
195 Handle<Object> decl(declarations->get(i), isolate); in RUNTIME_FUNCTION()
198 bool is_var = decl->IsString(); in RUNTIME_FUNCTION()
201 name = Handle<String>::cast(decl); in RUNTIME_FUNCTION()
204 Handle<SharedFunctionInfo> sfi = Handle<SharedFunctionInfo>::cast(decl); in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c972 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_scan_arrays() local
974 if (decl->Declaration.Array && decl->Declaration.File == file && in tgsi_scan_arrays()
975 decl->Array.ArrayID > 0 && decl->Array.ArrayID <= max_array_id) { in tgsi_scan_arrays()
976 struct tgsi_array_info *array = &arrays[decl->Array.ArrayID - 1]; in tgsi_scan_arrays()
979 array->range = decl->Range; in tgsi_scan_arrays()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c374 const struct tgsi_full_declaration *decl) in lp_emit_declaration_aos()
379 unsigned first = decl->Range.First; in lp_emit_declaration_aos()
380 unsigned last = decl->Range.Last; in lp_emit_declaration_aos()
384 switch (decl->Declaration.File) { in lp_emit_declaration_aos()
412 bld->sv[idx] = decl->SamplerView; in lp_emit_declaration_aos()
372 lp_emit_declaration_aos( struct lp_build_tgsi_aos_context *bld, const struct tgsi_full_declaration *decl) lp_emit_declaration_aos() argument
H A Dlp_bld_tgsi.h388 const struct tgsi_full_declaration *decl);
590 const struct tgsi_full_declaration *decl);
670 const struct tgsi_full_declaration *decl);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.cpp946 TIntermTyped *decl = sequence.front()->getAsTyped(); in visitDeclaration() local
947 TIntermSymbol *symbolNode = decl->getAsSymbolNode(); in visitDeclaration()
950 ASSERT(decl->getAsBinaryNode() && decl->getAsBinaryNode()->getOp() == EOpInitialize); in visitDeclaration()
951 symbolNode = decl->getAsBinaryNode()->getLeft()->getAsSymbolNode(); in visitDeclaration()
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp275 const FunctionDeclaration* decl = this->symbolRef<FunctionDeclaration>( in element() local
278 auto result = FunctionDefinition::Convert(fContext, /*line=*/-1, *decl, in element()
280 decl->setDefinition(result.get()); in element()
293 std::unique_ptr<Statement> decl = this->statement(); in element() local
294 return std::make_unique<GlobalVarDeclaration>(std::move(decl)); in element()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl.cc70 for (auto* decl : program_->AST().GlobalDeclarations()) { in Generate()
71 if (auto* td = decl->As<ast::TypeDecl>()) { in Generate()
75 } else if (auto* func = decl->As<ast::Function>()) { in Generate()
79 } else if (auto* var = decl->As<ast::Variable>()) { in Generate()
88 if (decl != program_->AST().GlobalDeclarations().back()) { in Generate()
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.h134 typedef void (*validate_decl_t)(struct symbol *decl);
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp240 void writeVarDeclaration(const VarDeclaration& decl);
381 const VarDeclaration& decl = gvd.declaration()->as<VarDeclaration>();
382 const Variable& var = decl.var();
429 if (decl.value()) {
430 Value val = this->writeExpression(*decl.value());
443 const FunctionDeclaration& decl = function.declaration();
444 SkASSERT(decl.returnType().slotCount() == outReturn.size());
454 for (const Variable* p : decl.parameters()) {
469 for (const Variable* p : decl.parameters()) {
1320 const FunctionDeclaration& decl
[all...]
/third_party/elfutils/libdw/
H A Dlibdw.h908 to the compilation directory. Given the decl DIE, the compilation
910 dwarf_formstring (dwarf_attr (dwarf_diecu (decl, &cudie, NULL, NULL),
913 extern const char *dwarf_decl_file (Dwarf_Die *decl);
916 extern int dwarf_decl_line (Dwarf_Die *decl, int *linep)
920 extern int dwarf_decl_column (Dwarf_Die *decl, int *colp)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp341 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override
348 const TIntermSequence &sequence = *(decl->getSequence());
388 mMultiReplacements.emplace_back(getParentNode()->getAsBlock(), decl,
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp307 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location)); in generateFragShaderOutputDecl()
317 decl.varType = uintType; in generateFragShaderOutputDecl()
318 src << decl << ";\n"; in generateFragShaderOutputDecl() local
326 decl.varType = intType; in generateFragShaderOutputDecl()
327 src << decl << ";\n"; in generateFragShaderOutputDecl() local
336 decl.varType = uintType; in generateFragShaderOutputDecl()
339 decl.name = outVarName + "_" + de::toString(vecNdx); in generateFragShaderOutputDecl()
340 decl.layout.location = location + vecNdx; in generateFragShaderOutputDecl()
341 src << decl << ";\n"; in generateFragShaderOutputDecl() local
345 src << decl << ";\ in generateFragShaderOutputDecl() local
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/aes/
H A Daesni-x86.S23 decl %ecx
55 decl %ecx
504 decl %ecx
606 decl %ecx
714 decl %eax
789 decl %ecx
847 decl %ecx
1046 decl %ecx
1136 decl %ecx
1338 decl
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/aes/
H A Daesni-x86.S23 decl %ecx
55 decl %ecx
504 decl %ecx
606 decl %ecx
714 decl %eax
789 decl %ecx
847 decl %ecx
1046 decl %ecx
1136 decl %ecx
1338 decl
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/aes/
H A Daesni-x86.S23 decl %ecx
54 decl %ecx
494 decl %ecx
596 decl %ecx
703 decl %eax
777 decl %ecx
835 decl %ecx
1033 decl %ecx
1122 decl %ecx
1324 decl
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/aes/
H A Daesni-x86.S23 decl %ecx
54 decl %ecx
494 decl %ecx
596 decl %ecx
703 decl %eax
777 decl %ecx
835 decl %ecx
1033 decl %ecx
1122 decl %ecx
1324 decl
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/aes/
H A Daesni-x86.S22 decl %ecx
52 decl %ecx
483 decl %ecx
585 decl %ecx
691 decl %eax
764 decl %ecx
822 decl %ecx
1019 decl %ecx
1107 decl %ecx
1309 decl
[all...]

Completed in 26 milliseconds

12345678910>>...22