Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1016 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() argument
1017 : Base(args...), m_py_obj(file), m_borrowed(borrowed) { in OwnedPythonFile()
1078 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile() argument
1080 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()
1129 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile() argument
1130 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()
1177 BinaryPythonFile(int fd, const PythonFile &file, bool borrowed) in BinaryPythonFile() argument
1178 : PythonIOFile(file, borrowed), in BinaryPythonFile()
1235 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile() argument
1236 : PythonIOFile(file, borrowed), in TextPythonFile()
[all …]
H A DPythonDataObjects.h654 llvm::Expected<lldb::FileSP> ConvertToFile(bool borrowed = false);
656 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);
/freebsd/sys/net/altq/
H A Daltq_rmclass.c1253 rm_class_t *cl, *borrowed; in rmc_update_class_util() local
1264 borrowed = ifd->borrowed_[ifd->qo_]; in rmc_update_class_util()
1265 borrows = borrowed; in rmc_update_class_util()
1385 if (borrowed && (ifd->cutoff_ >= borrowed->depth_)) { in rmc_update_class_util()
1387 if ((qlen(cl->q_) <= 0) || TV_LT(nowp, &borrowed->undertime_)) { in rmc_update_class_util()
1391 ifd->cutoff_ = borrowed->depth_; in rmc_update_class_util()
1392 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_); in rmc_update_class_util()
1395 if ((qlen(cl->q_) <= 1) || TV_LT(&now, &borrowed->undertime_)) { in rmc_update_class_util()
1402 ifd->cutoff_ = borrowed->depth_; in rmc_update_class_util()
1403 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_); in rmc_update_class_util()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c1186 int *borrowed; in brcmf_fws_return_credits() local
1198 borrowed = &fws->credits_borrowed[fifo][lender_ac]; in brcmf_fws_return_credits()
1199 if (*borrowed) { in brcmf_fws_return_credits()
1202 if (*borrowed >= credits) { in brcmf_fws_return_credits()
1203 *borrowed -= credits; in brcmf_fws_return_credits()
1207 credits -= *borrowed; in brcmf_fws_return_credits()
1208 *fifo_credit += *borrowed; in brcmf_fws_return_credits()
1209 *borrowed = 0; in brcmf_fws_return_credits()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1640 bus_size_t size, bool *borrowed, bool *stolen, bus_addr_t *restore) in bhndb_io_resource_get_window() argument
1649 *borrowed = false; in bhndb_io_resource_get_window()
1676 *borrowed = true; in bhndb_io_resource_get_window()
1727 bool borrowed; in bhndb_io_resource() local
1732 dwa = bhndb_io_resource_get_window(sc, addr, size, &borrowed, stolen, in bhndb_io_resource()
1742 if (borrowed) { in bhndb_io_resource()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dbhnd_chipc_if.m86 * Return a borrowed reference to ChipCommon's capability
/freebsd/contrib/ldns/drill/
H A DChangeLog.22-nov-200530 * Added two more options (borrowed from dig)
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig547 unwrapOrSetPythonException(py_file.ConvertToFile(/*borrowed=*/true));
560 py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowed=*/true));
606 // created this as a borrowed reference.
/freebsd/crypto/openssh/
H A Dlibcrux_mlkem768_sha3.h4842 Eurydice_slice borrowed[1U]; in libcrux_sha3_generic_keccak_xof_absorb_full_35_c6() local
4845 borrowed[i] = core_array___Array_T__N___as_slice((size_t)136U, buf, in libcrux_sha3_generic_keccak_xof_absorb_full_35_c6()
4850 borrowed[i0] = in libcrux_sha3_generic_keccak_xof_absorb_full_35_c6()
4853 libcrux_sha3_simd_portable_load_block_a1_5b(&self->inner, borrowed, in libcrux_sha3_generic_keccak_xof_absorb_full_35_c6()
4935 Eurydice_slice borrowed[1U]; in libcrux_sha3_generic_keccak_xof_absorb_final_35_9e() local
4938 borrowed[i] = core_array___Array_T__N___as_slice((size_t)136U, buf, uint8_t, in libcrux_sha3_generic_keccak_xof_absorb_final_35_9e()
4943 borrowed[i0] = in libcrux_sha3_generic_keccak_xof_absorb_final_35_9e()
4946 libcrux_sha3_simd_portable_load_last_a1_ad0(&self->inner, borrowed, in libcrux_sha3_generic_keccak_xof_absorb_final_35_9e()
5149 Eurydice_slice borrowed[1U]; in libcrux_sha3_generic_keccak_xof_absorb_full_35_c60() local
5152 borrowed[i] = core_array___Array_T__N___as_slice((size_t)168U, buf, in libcrux_sha3_generic_keccak_xof_absorb_full_35_c60()
[all …]
/freebsd/crypto/openssl/doc/designs/
H A Dfunctions-for-explicitly-fetched-signature-algorithms.md50 [^1]: the term "primitive" is borrowed from [PKCS#1](https://www.rfc-editor.org/rfc/rfc8017#section…
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md120 *The idea for this assertion was borrowed from Joe Walnes' Hamcrest project,
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4904 dnl -- borrowed from PDKSH
/freebsd/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2505 @ modulus and then add it back if subtraction borrowed.
3258 @ and if it borrowed, add modulus back.
3599 @ modulus and then add it back if subtraction borrowed.
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c9561 boolean_t borrowed = B_FALSE, found = B_FALSE; in zdb_read_block() local
9711 borrowed = B_TRUE; in zdb_read_block()
9724 borrowed = B_FALSE; in zdb_read_block()
9811 if (borrowed) in zdb_read_block()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1726 class), which we borrowed from jMock 2. It's less flexible than `After()`, but
/freebsd/share/dict/
H A Dweb2a67944 twice-borrowed
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in16573 …riable aggregation and the concept of nearly decomposable systems, both borrowed from Econometrics…
H A Dbib1852 And the children of Israel did according to the word of Moses; and they borrowed of the Egyptians j…
9680 … beam, the axe head fell into the water: and he cried, and said, Alas, master! for it was borrowed.
12387 There were also that said, We have borrowed money for the king's tribute, and that upon our lands a…
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src6738 # It is nominally a VT102 emulator, with features borrowed from rxvt and