Home
last modified time | relevance | path

Searched refs:borrowed (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1135 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() argument
1136 : Base(args...), m_py_obj(file), m_borrowed(borrowed) { in OwnedPythonFile()
1196 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile() argument
1198 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1249 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile() argument
1250 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()
1295 BinaryPythonFile(int fd, const PythonFile &file, bool borrowed) in BinaryPythonFile() argument
1296 : PythonIOFile(file, borrowed), in BinaryPythonFile()
1349 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile() argument
1350 : PythonIOFile(file, borrowed), in TextPythonFile()
[all …]
DPythonDataObjects.h653 llvm::Expected<lldb::FileSP> ConvertToFile(bool borrowed = false);
655 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);
/freebsd-12-stable/sys/net/altq/
Daltq_rmclass.c1265 rm_class_t *cl, *borrowed; in rmc_update_class_util() local
1276 borrowed = ifd->borrowed_[ifd->qo_]; in rmc_update_class_util()
1277 borrows = borrowed; in rmc_update_class_util()
1397 if (borrowed && (ifd->cutoff_ >= borrowed->depth_)) { in rmc_update_class_util()
1399 if ((qlen(cl->q_) <= 0) || TV_LT(nowp, &borrowed->undertime_)) { in rmc_update_class_util()
1403 ifd->cutoff_ = borrowed->depth_; in rmc_update_class_util()
1404 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_); in rmc_update_class_util()
1407 if ((qlen(cl->q_) <= 1) || TV_LT(&now, &borrowed->undertime_)) { in rmc_update_class_util()
1414 ifd->cutoff_ = borrowed->depth_; in rmc_update_class_util()
1415 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_); in rmc_update_class_util()
/freebsd-12-stable/sys/dev/bhnd/bhndb/
Dbhndb.c1664 bus_size_t size, bool *borrowed, bool *stolen, bus_addr_t *restore) in bhndb_io_resource_get_window() argument
1673 *borrowed = false; in bhndb_io_resource_get_window()
1700 *borrowed = true; in bhndb_io_resource_get_window()
1751 bool borrowed; in bhndb_io_resource() local
1756 dwa = bhndb_io_resource_get_window(sc, addr, size, &borrowed, stolen, in bhndb_io_resource()
1766 if (borrowed) { in bhndb_io_resource()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython-typemaps.swig413 auto sp = unwrapOrSetPythonException(py_file.ConvertToFile(/*borrowed=*/true));
425 …unwrapOrSetPythonException(py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowed=*/true));
475 // created this as a borrowed reference.
/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
Dbhnd_chipc_if.m87 * Return a borrowed reference to ChipCommon's capability
/freebsd-12-stable/contrib/ldns/drill/
DChangeLog.22-nov-200530 * Added two more options (borrowed from dig)
/freebsd-12-stable/share/examples/IPv6/
DUSAGE349 IPv{4,6} address pair will be borrowed from other interfaces.
/freebsd-12-stable/contrib/ntp/sntp/m4/
Dopenldap.m4904 dnl -- borrowed from PDKSH
/freebsd-12-stable/secure/lib/libcrypto/arm/
Decp_nistz256-armv4.S2504 @ modulus and then add it back if subtraction borrowed.
3257 @ and if it borrowed, add modulus back.
3598 @ modulus and then add it back if subtraction borrowed.
/freebsd-12-stable/contrib/googletest/googlemock/docs/
DCookBook.md1395 `InSequence` class), which we borrowed from jMock 2. It's less
/freebsd-12-stable/contrib/gperf/
DChangeLog2024 * Moved the documentation to doc/, put the stuff borrowed from
/freebsd-12-stable/contrib/gcc/doc/include/
Dtexinfo.tex1191 % borrowed from ifpdf.sty.
/freebsd-12-stable/share/dict/
Dweb2a67944 twice-borrowed
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src4757 # It is nominally a vt102 emulator, with features borrowed from rxvt and