/aosp_15_r20/external/vboot_reference/firmware/2lib/ |
H A D | 2stub.c | 21 void vb2ex_printf(const char *func, const char *fmt, ...) in vb2ex_printf() 98 vb2_error_t vb2ex_ec_hash_image(enum vb2_firmware_selection select, in vb2ex_ec_hash_image() 109 vb2_error_t vb2ex_ec_get_expected_image_hash(enum vb2_firmware_selection select, in vb2ex_ec_get_expected_image_hash() 120 vb2_error_t vb2ex_ec_update_image(enum vb2_firmware_selection select) in vb2ex_ec_update_image()
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8188/ |
H A D | spi.c | 46 u8 func; member 47 enum pull_select select; member 50 #define PAD_FUNC_SEL(name, func, sel) {GPIO(name), PAD_##name##_FUNC_##func, sel} argument 51 #define PAD_FUNC(name, func) {GPIO(name), PAD_##name##_FUNC_##func} argument
|
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8186/ |
H A D | spi.c | 46 u8 func; member 47 enum pull_select select; member 50 #define PAD_FUNC(name, func) {GPIO(name), PAD_##name##_FUNC_##func, GPIO_PULL_DOWN} argument 51 #define PAD_FUNC_SEL(name, func, sel) {GPIO(name), PAD_##name##_FUNC_##func, sel} argument
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | stable_abi.py | 68 def select(self, kinds, *, include_abi_only=True, ifdef=None): member in Manifest 173 def _decorator(func): argument 359 def generate_or_check(manifest, args, path, func): argument
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 193 llvm::Value *lowerShuffleVector(llvm::Value *v1, llvm::Value *v2, llvm::ArrayRef<int> select) in lowerShuffleVector() 491 …auto func = llvm::Function::Create(functionType, llvm::GlobalValue::InternalLinkage, name, jit->mo… in createFunction() local 918 auto func = jit->module->getOrInsertFunction("__atomic_load", funcTy); in createLoad() local 975 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createStore() local 1015 auto func = jit->module->getOrInsertFunction("__atomic_store", funcTy); in createStore() local 1050 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_load, { elV… in createMaskedLoad() local 1069 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_store, { el… in createMaskedStore() local 1080 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createMaskedStore() local 1126 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_gather, { e… in createGather() local 1193 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_scatter, { … in createScatter() local [all …]
|
H A D | SubzeroReactor.cpp | 817 void setEntry(int index, const void *func) in setEntry() 1895 Value *Nucleus::createShuffleVector(Value *V1, Value *V2, std::vector<int> select) in createShuffleVector() 1921 auto *select = Ice::InstSelect::create(::function, result, C, ifTrue, ifFalse); in createSelect() local 2488 std::vector<int> select = { 0, 2, 4, 6, 0, 2, 4, 6 }; in Short4() local 2544 auto select = Ice::InstSelect::create(::function, result, condition, y.value(), x.value()); in Max() local 2558 auto select = Ice::InstSelect::create(::function, result, condition, y.value(), x.value()); in Min() local 2798 auto select = Ice::InstSelect::create(::function, result, condition, y.value(), x.value()); in Max() local 2811 auto select = Ice::InstSelect::create(::function, result, condition, y.value(), x.value()); in Min() local 3377 auto select = Ice::InstSelect::create(::function, result, condition, y.value(), x.value()); in Max() local 3391 auto select = Ice::InstSelect::create(::function, result, condition, y.value(), x.value()); in Min() local [all …]
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorBase.h | 41 nullaryExpr(const CustomNullaryOp& func) const { in nullaryExpr() 73 unaryExpr(const CustomUnaryOp& func) const { in unaryExpr() 454 binaryExpr(const OtherDerived& other, const CustomBinaryOp& func) const { in binaryExpr() 599 select(const ThenDerived& thenTensor, const ElseDerived& elseTensor) const { in select() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Analysis/ |
H A D | shape_component_analysis.cc | 98 } else if (auto select = value.getDefiningOp<mhlo::SelectOp>()) { in visit() local 184 } else if (auto select = value.getDefiningOp<mhlo::SelectOp>()) { in visit() local 407 if (auto func = dyn_cast_or_null<func::FuncOp>( in backwardBlockArgumentShape() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 332 def select(self, timeout): member in TestSelector 529 def get_function_source(func): argument
|
/aosp_15_r20/external/libdrm/intel/ |
H A D | intel_decode.c | 237 int (*func)(struct drm_intel_decode *ctx); in decode_mi() member 685 i915_get_channel_swizzle(uint32_t select) in i915_get_channel_swizzle() 3149 int (*func)(struct drm_intel_decode *ctx); in decode_3d_965() member
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_internal.h | 149 const struct dxil_func *func; member 242 struct dxil_instr_select select; member
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 582 def after(self, ms, func=None, *args): argument 605 def after_idle(self, func, *args): argument 1047 def _bind(self, what, sequence, func, add, needcleanup=1): argument 1064 def bind(self, sequence=None, func=None, add=None): argument 1110 def bind_all(self, sequence=None, func=None, add=None): argument 1119 def bind_class(self, className, sequence=None, func=None, add=None): argument 1210 def _register(self, func, subst=None, needcleanup=1): argument 1537 def __init__(self, func, subst, widget): argument 1758 def wm_protocol(self, name=None, func=None): argument 2282 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 847 def after(self, ms, func=None, *args): argument 875 def after_idle(self, func, *args): argument 1391 def _bind(self, what, sequence, func, add, needcleanup=1): argument 1409 def bind(self, sequence=None, func=None, add=None): argument 1457 def bind_all(self, sequence=None, func=None, add=None): argument 1468 def bind_class(self, className, sequence=None, func=None, add=None): argument 1569 def _register(self, func, subst=None, needcleanup=1): argument 1937 def __init__(self, func, subst, widget): argument 2245 def wm_protocol(self, name=None, func=None): argument 2796 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ |
H A D | mlir_hlo_to_hlo.cc | 589 for (auto func : module_.getOps<func::FuncOp>()) { in Run() local 637 xla::XlaComputation& GetLoweredComputation(func::FuncOp func) { in GetLoweredComputation() argument 1508 xla::XlaComputation select; in ExportXlaOp() local 2509 mlir::Region* region, xla::XlaComputation* func, in LowerRegionAsComputation() 2552 xla::XlaComputation* func, in ConvertRegionToComputation()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | pthread.h | 201 void (*func)(void *); member 480 #define select(...) (pthread_testcancel(), select(__VA_ARGS__)) macro
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | webcomponents.js | 565 function setEndOfMicrotask(func) { argument 2817 get select() { getter 2820 set select(value) { setter 4465 select: "HTMLSelectElement", property 5484 queue.forEach(function(func) { argument 5489 setImmediate = function(func) { argument
|
H A D | ShadowDOM.js | 521 function setEndOfMicrotask(func) { argument 2789 get select() { getter 2792 set select(value) { setter 4467 select: "HTMLSelectElement", property
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instruction.cc | 1653 const Shape& shape, HloInstruction* operand, HloComputation* select, in CreateSelectAndScatter() 3842 InternalCompareFunction func = [&operand_order]( in AcceptWithOperandOrder() local 4769 HloComputation* HloInstruction::select() const { in select() function in xla::HloInstruction
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf.cc | 849 SymbolRefAttr func) { in ArgTypesMatchCallee() 968 mlir::SymbolRefAttr func, in BuildBodyWithCall() 3008 Value select = b.create<mhlo::SelectOp>(result_type, cond, op.t(), op.e()); in matchAndRewrite() local 6188 mlir::SymbolRefAttr func = op.computation(); in matchAndRewrite() local 7091 auto insert_call_to = [&](const mlir::SymbolRefAttr &func, Region *region) { in matchAndRewrite() 7187 mlir::SymbolRefAttr func = op.reducer(); in matchAndRewrite() local 7215 mlir::SymbolRefAttr func = op.comparator(); in matchAndRewrite() local
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | jquery-1.7.1.js | 1191 Deferred: function( func ) { argument 1277 func.call( deferred, deferred ); field 2381 select: { property 6898 return function( dataTypeExpression, func ) { argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | ir_emitter.cc | 396 Status IrEmitter::HandleSelect(HloInstruction* select) { in HandleSelect() 2740 auto func = llvm::dyn_cast<llvm::Function>( in EmitCallToFunc() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
H A D | jquery.js | 3690 Deferred: function( func ) { argument 3979 func.call( deferred, deferred ); field 8518 select: { property 9042 return function( dataTypeExpression, func ) { argument
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
H A D | jquery.js | 3690 Deferred: function( func ) { argument 3979 func.call( deferred, deferred ); field 8518 select: { property 9042 return function( dataTypeExpression, func ) { argument
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
H A D | jquery-3.5.1.js | 3690 Deferred: function( func ) { argument 3979 func.call( deferred, deferred ); field 8518 select: { property 9042 return function( dataTypeExpression, func ) { argument
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
H A D | jquery-3.5.1.js | 3690 Deferred: function( func ) { argument 3979 func.call( deferred, deferred ); field 8518 select: { property 9042 return function( dataTypeExpression, func ) { argument
|