Searched refs:fargs (Results 1 – 5 of 5) sorted by relevance
/third_party/libffi/src/x86/ |
D | ffiw64.c | 251 UINT64 fargs[4]; member 294 a = &frame->fargs[nreg]; in ffi_closure_win64_inner()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseTexture2Tests.hpp | 224 FunctionToken(std::string fname, std::string fargs) : name(fname), arguments(fargs) in FunctionToken()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 1418 const Formattable fargs( d, Formattable::kIsDate ); in _testCopyConstructor2() local 1431 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1450 result = fmt1->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1451 result = fmt2->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1452 result = fmt3->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2() 1453 result = fmt4->format( &fargs, 1, resultStr, fp, status ); in _testCopyConstructor2()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1114 thread_PyThread_start_new_thread(PyObject *self, PyObject *fargs) in thread_PyThread_start_new_thread() argument 1119 if (!PyArg_UnpackTuple(fargs, "start_new_thread", 2, 3, in thread_PyThread_start_new_thread()
|
/third_party/python/Doc/library/ |
D | functools.rst | 314 def newfunc(*fargs, **fkeywords): 316 return func(*args, *fargs, **newkeywords)
|