Home
last modified time | relevance | path

Searched refs:fargs (Results 1 – 5 of 5) sorted by relevance

/third_party/libffi/src/x86/
Dffiw64.c251 UINT64 fargs[4]; member
294 a = &frame->fargs[nreg]; in ffi_closure_win64_inner()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.hpp224 FunctionToken(std::string fname, std::string fargs) : name(fname), arguments(fargs) in FunctionToken()
/third_party/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp1418 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.c1114 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/
Dfunctools.rst314 def newfunc(*fargs, **fkeywords):
316 return func(*args, *fargs, **newkeywords)