/third_party/skia/third_party/externals/tint/test/intrinsics/ |
D | intrinsics.wgsl.tmpl | 82 [[group(1), binding({{$i}})]] var arg_{{$i}}: {{$el_type}}; 83 {{ $args.Put $i (printf "&arg_%v" $i) -}} 85 var<workgroup> arg_{{$i}}: {{$el_type}}; 86 {{ $args.Put $i (printf "&arg_%v" $i) -}} 88 var<private> arg_{{$i}}: {{$el_type}}; 89 {{ $args.Put $i (printf "&arg_%v" $i) -}} 94 [[group(1), binding({{$i}})]] var arg_{{$i}}: {{$type}}; 95 {{ $args.Put $i (printf "arg_%v" $i) -}} 97 var<workgroup> arg_{{$i}}: {{$type}}; 98 {{ $args.Put $i (printf "arg_%v" $i) -}} [all …]
|
/third_party/python/Modules/clinic/ |
D | spwdmodule.c.h | 22 spwd_getspnam(PyObject *module, PyObject *arg_) in spwd_getspnam() argument 27 if (!PyUnicode_Check(arg_)) { in spwd_getspnam() 28 _PyArg_BadArgument("getspnam", "argument", "str", arg_); in spwd_getspnam() 31 if (PyUnicode_READY(arg_) == -1) { in spwd_getspnam() 34 arg = arg_; in spwd_getspnam()
|
/third_party/node/src/ |
D | cleanup_queue.cc | 37 cb.fn_(cb.arg_); in Drain() 44 return std::hash<void*>()(cb.arg_); in operator ()() 49 return a.fn_ == b.fn_ && a.arg_ == b.arg_; in operator ()()
|
D | cleanup_queue.h | 46 arg_(arg), in CleanupHookCallback() 63 void* arg_; variable
|
D | cleanup_queue-inl.h | 53 return static_cast<BaseObject*>(callback.arg_); in GetBaseObject()
|
D | env.h | 606 void* arg_; member 1075 void* arg_; member
|
D | env.cc | 956 hc.cb_(this, hc.handle_, hc.arg_); in CleanupHandles() 1036 at_exit.cb_(at_exit.arg_); in RunAtExitCallbacks()
|
/third_party/node/deps/v8/src/asmjs/ |
D | asm-types.cc | 201 : AsmCallableType(), return_type_(dest), arg_(src) {} in AsmMinMaxType() 214 if (!args[ii]->IsA(arg_)) { in CanBeInvokedWith() 223 return "(" + arg_->Name() + ", " + arg_->Name() + "...) -> " + in Name() 228 AsmType* arg_; member in v8::internal::wasm::__anon91996ecb0211::AsmMinMaxType
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex.h | 746 void *arg_; // arg of function_ or object of method_ variable 947 T *x = static_cast<T *>(c->arg_); in CastAndCallMethod() 956 T *x = static_cast<T *>(c->arg_); in CastAndCallFunction() 965 arg_(const_cast<void *>(static_cast<const void *>(arg))) {} in Condition() 973 arg_(object) {} in Condition() 982 arg_(reinterpret_cast<void *>(const_cast<T *>(object))) {} in Condition()
|
D | mutex.cc | 2721 arg_(arg) {} in Condition() 2724 return (*c->function_)(c->arg_); in CallVoidPtrFunction() 2732 arg_(const_cast<bool *>(cond)) {} in Condition() 2747 a->arg_ == b->arg_ && a->method_ == b->method_; in GuaranteedEqual()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.h | 38 const FormatArgImpl* arg() const { return arg_; } in arg() 39 void set_arg(const FormatArgImpl* a) { arg_ = a; } in set_arg() 42 const FormatArgImpl* arg_;
|
/third_party/ltp/testcases/kernel/sched/clisrv/ |
D | pthserv.c | 167 void *new_thread(void *arg_) in new_thread() argument 169 int arg = (uintptr_t) arg_; in new_thread()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 265 Arg &&arg_) : subset_context (subset_context_), out (out_), in subset_offset_array_arg_t() 266 base (base_), arg (arg_) {} in subset_offset_array_arg_t()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 82853 static nsIAtom* arg_; member in nsGkAtoms
|