/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/bn/ |
H A D | x86-mont.S | 144 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 D | x86-mont.S | 144 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 D | x86-mont.S | 142 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 D | x86-mont.S | 142 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 D | x86-mont.S | 143 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 D | x86-mont.S | 143 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 D | x86-mont.S | 143 decl %ebx 159 decl %ebx 447 decl %ecx 464 decl %ebx
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 152 /* 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 D | runtime-scopes.cc | 148 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 D | tgsi_scan.c | 972 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 D | lp_bld_tgsi_aos.c | 374 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 D | lp_bld_tgsi.h | 388 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 D | OutputGLSLBase.cpp | 946 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 D | SkSLRehydrator.cpp | 275 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 D | generator_impl.cc | 70 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 D | parse.h | 134 typedef void (*validate_decl_t)(struct symbol *decl);
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.cpp | 240 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 D | libdw.h | 908 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 D | RewriteStructSamplers.cpp | 341 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 D | glsShaderExecUtil.cpp | 307 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 D | aesni-x86.S | 23 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 D | aesni-x86.S | 23 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 D | aesni-x86.S | 23 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 D | aesni-x86.S | 23 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 D | aesni-x86.S | 22 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...] |