/third_party/python/Lib/test/ |
H A D | test_posix.py | 322 except OSError as inst: 326 if inst.errno in {errno.EINVAL, errno.ENOTSUP}: 403 except OSError as inst: 408 if inst.errno == errno.EINVAL and sys.platform.startswith( 422 except OSError as inst: 423 if inst.errno != errno.EBADF: 440 except OSError as inst: 441 if inst.errno != errno.EBADF:
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 44 $(warning Detected assembler with broken .inst; disassembly will be unreliable)
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inst_bindless_check_pass.cpp | 151 uint32_t InstBindlessCheckPass::GetImageId(Instruction* inst) { in GetImageId() argument 152 switch (inst->opcode()) { in GetImageId() 185 return inst->GetSingleWordInOperand(kSpvImageSampleImageIdInIdx); in GetImageId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inst_bindless_check_pass.cpp | 151 uint32_t InstBindlessCheckPass::GetImageId(Instruction* inst) { in GetImageId() argument 152 switch (inst->opcode()) { in GetImageId() 185 return inst->GetSingleWordInOperand(kSpvImageSampleImageIdInIdx); in GetImageId()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 1571 auto inst = Ice::InstIntrinsic::create(::function, 0, result, intrinsic); 1574 inst->addArg(op); 1575 inst->addArg(ptr); 1576 inst->addArg(value); 1577 inst->addArg(order); 1578 ::basicBlock->appendInst(inst); 1625 auto inst = Ice::InstIntrinsic::create(::function, 0, result, intrinsic); 1628 inst->addArg(ptr); 1629 inst->addArg(compare); 1630 inst [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 321 virtual void setSpirvInstruction(const TSpirvInstruction& inst) in setSpirvInstruction() argument 324 spirvInst = inst; in setSpirvInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 161 ir_context](opt::Instruction* inst) -> bool { in IsApplicable() 165 ir_context->get_def_use_mgr()->GetDef(inst->type_id()); in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 161 ir_context](opt::Instruction* inst) -> bool { in IsApplicable() 165 ir_context->get_def_use_mgr()->GetDef(inst->type_id()); in IsApplicable()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 161 ir_context](opt::Instruction* inst) -> bool { in IsApplicable() 165 ir_context->get_def_use_mgr()->GetDef(inst->type_id()); in IsApplicable()
|
/third_party/python/Lib/ |
H A D | ast.py | 531 def __instancecheck__(cls, inst): 532 if not isinstance(inst, Constant): 536 value = inst.value 544 return type.__instancecheck__(cls, inst)
|
H A D | pickle.py | 1715 inst = stack[-1] 1716 setstate = getattr(inst, "__setstate__", None) 1724 inst_dict = inst.__dict__ 1733 setattr(inst, k, v)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 1280 int32_t EncodeBranchOffset(int32_t offset, int32_t inst); 1282 static int32_t DecodeBranchOffset(int32_t inst); 1284 int32_t EncodeTstOffset(int32_t offset, int32_t inst); 1285 int32_t DecodeTstOffset(int32_t inst);
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item.rs | 706 TypeKind::TemplateInstantiation(ref inst) => { in name_target() 707 item = ctx.resolve_item(inst.template_definition()); in name_target() 734 if let TypeKind::TemplateInstantiation(ref inst) = *ty.kind() { in push_disambiguated_name() 736 for arg in inst.template_arguments() { in push_disambiguated_name()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_cuda.c | 458 TYPE prop_fn = (TYPE)vkctx->get_proc_addr(vkctx->inst, "vkGetPhysicalDeviceProperties2"); in cuda_device_derive()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.h | 334 void HandleVList(Instruction* inst);
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.h | 273 void HandleVList(Instruction* inst);
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.h | 173 uint32_t inst[8]; /* R300_RS_INST_[0-7] */ member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | eg_asm.c | 103 S_SQ_CF_ALLOC_EXPORT_WORD0_RAT_RAT_INST(cf->rat.inst) | in eg_bytecode_cf_build()
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/chacha/ |
H A D | chacha-armv8.S | 35 .inst 0xd503233f // paciasp 247 .inst 0xd50323bf // autiasp 304 .inst 0xd50323bf // autiasp 315 .inst 0xd503233f // paciasp 750 .inst 0xd50323bf // autiasp 882 .inst 0xd50323bf // autiasp 888 .inst 0xd503233f // paciasp 2032 .inst 0xd50323bf // autiasp
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 2098 #define ATOMIC_BINOP_CASE(op, inst) \ in AssembleArchInstruction() 2100 ASSEMBLE_ATOMIC_BINOP_BYTE(inst, int8_t); \ in AssembleArchInstruction() 2104 ASSEMBLE_ATOMIC_BINOP_BYTE(inst, uint8_t); \ in AssembleArchInstruction() 2107 ASSEMBLE_ATOMIC_BINOP(inst, int16_t, ByteReverseU16, r0); \ in AssembleArchInstruction() 2111 ASSEMBLE_ATOMIC_BINOP(inst, uint16_t, ByteReverseU16, r0); \ in AssembleArchInstruction() 2114 ASSEMBLE_ATOMIC_BINOP(inst, int32_t, ByteReverseU32, r0); \ in AssembleArchInstruction() 2118 ASSEMBLE_ATOMIC_BINOP(inst, uint32_t, ByteReverseU32, r0); \ in AssembleArchInstruction() 2122 ASSEMBLE_ATOMIC_BINOP(inst, uint64_t, ByteReverseU64, r0); \ in AssembleArchInstruction()
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/chacha/ |
H A D | chacha-armv8.S | 35 .inst 0xd503233f // paciasp 247 .inst 0xd50323bf // autiasp 304 .inst 0xd50323bf // autiasp 315 .inst 0xd503233f // paciasp 750 .inst 0xd50323bf // autiasp 882 .inst 0xd50323bf // autiasp 888 .inst 0xd503233f // paciasp 2032 .inst 0xd50323bf // autiasp
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 807 TypeKind::TemplateInstantiation(ref inst) => { in codegen() 808 inst.codegen(ctx, result, item) in codegen() 3805 TypeKind::TemplateInstantiation(ref inst) => { in try_to_rust_ty() 3806 inst.try_to_rust_ty(ctx, item) in try_to_rust_ty()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 4850 std::string ShaderWithUniformLikeDecoration(const std::string& inst) { in ShaderWithUniformLikeDecoration() argument 4862 )") + inst + in ShaderWithUniformLikeDecoration() 5245 const std::string& decoration, const std::string& inst, in MakeIntegerShader() 5268 )" + inst + in MakeIntegerShader() 5244 MakeIntegerShader( const std::string& decoration, const std::string& inst, const std::string& extension = �) MakeIntegerShader() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_decoration_test.cpp | 4850 std::string ShaderWithUniformLikeDecoration(const std::string& inst) { in ShaderWithUniformLikeDecoration() argument 4862 )") + inst + in ShaderWithUniformLikeDecoration() 5245 const std::string& decoration, const std::string& inst, in MakeIntegerShader() 5268 )" + inst + in MakeIntegerShader() 5244 MakeIntegerShader( const std::string& decoration, const std::string& inst, const std::string& extension = �) MakeIntegerShader() argument
|
/third_party/mesa3d/src/broadcom/qpu/ |
H A D | qpu_pack.c | 43 #define QPU_UPDATE_FIELD(inst, value, field) \ 44 (((inst) & ~(field ## _MASK)) | QPU_SET_FIELD(value, field))
|