Searched refs:args (Results 10551 - 10564 of 10564) sorted by relevance
1...<<421422423
/third_party/libinput/test/ |
H A D | test-tablet.c | 4108 va_list args) in pressure_threshold_warning() 4105 pressure_threshold_warning(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) pressure_threshold_warning() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5312 for (auto &Arg : Call->args()) { in SimplifyCall()
|
H A D | ValueTracking.cpp | 1713 /// Because instcombine aggressively folds operations with undef args anyway, 2009 for (const Argument &Arg : CalledFunc->args()) in isKnownNonNullFromDominatingCondition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3711 for (Argument &I : F->args()) { in parseFunctionBody() 4555 // CALLBR: [attr, cc, norm, transfs, fty, fnid, args] in parseFunctionBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 921 for (const Argument &Arg : Fn.args()) { in analyzeFormalArgumentsCompute()
|
H A D | SIISelLowering.cpp | 2621 // TODO: Can we handle var args? in isEligibleForTailCallOptimization() 2625 for (const Argument &Arg : CallerF.args()) { in isEligibleForTailCallOptimization() 2889 // and flag operands which copy the outgoing args into the appropriate regs. in LowerCall() 7129 // The raw.(t)buffer and struct.(t)buffer intrinsics have two offset args:
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 247 void upb_status_vseterrf(upb_status *status, const char *fmt, va_list args);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pcie.c | 4710 switch (arg0.klog.args) { in dhd_buzzz_dump_log()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 2945 union init_write_args args; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2839 for (Argument &A : F.args()) 7897 /// ::= 'args' ':' '(' UInt64[, UInt64]* ')' 7899 if (ParseToken(lltok::kw_args, "expected 'args' here") ||
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2291 // and flag operands which copy the outgoing args into the appropriate regs. in LowerCall() 2600 // Indirect tail calls cannot be optimized for Thumb1 if the args in IsEligibleForTailCallOptimization() 3917 // Case #1. Non-var-args function, and we meet first byval parameter. in StoreByValRegs() 3923 // Case #2. Var-args function, that doesn't contain byval parameters. in StoreByValRegs() 16702 Value* args[6] = {Builder.getInt32(15), Builder.getInt32(0), in makeDMB() local 16705 return Builder.CreateCall(MCR, args); in makeDMB()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 74 #define dev_printk(A,B,fmt,args...) printk(A fmt,##args) [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 3370 "Var args not supported with calling conv' regcall, fastcc, ghc or hipe"); 3849 "Var args not supported with calling convention fastcc, ghc or hipe"); 4159 // and flag operands which copy the outgoing args into registers. 23087 for (const auto &A : F.args()) { [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 17783 char **azArg; /* 0: module 1: schema 2: vtab name 3...: args */ 19143 int nMaxArg; /* Max args passed to user function by sub-program */ [all...] |
Completed in 347 milliseconds
1...<<421422423