Home
last modified time | relevance | path

Searched refs:Take (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/usr.bin/tr/tests/
H A Dregress.06.out2 Take one down and pass it around - ?? bottles of beer on the wall.
4 Take one down and pass it around - ?? bottles of beer on the wall.
7 Take one down and pass it around - ? bottle of beer on the wall.
9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
H A Dregress2.in2 Take one down and pass it around - 99 bottles of beer on the wall.
4 Take one down and pass it around - 98 bottles of beer on the wall.
7 Take one down and pass it around - 1 bottle of beer on the wall.
9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp66 auto str = Take<PythonString>(str_obj); in As()
333 *this = Take<PythonBytes>(PyBytes_FromStringAndSize(data, bytes.size())); in SetBytes()
350 *this = Take<PythonByteArray>(PyByteArray_FromStringAndSize(str, length)); in PythonByteArray()
389 return Take<PythonString>(str); in FromUTF8()
468 *this = Take<PythonInteger>(PyLong_FromLongLong(value)); in SetInteger()
516 *this = Take<PythonBoolean>(PyBool_FromLong(value)); in SetValue()
529 *this = Take<PythonList>(PyList_New(0)); in PythonList()
533 *this = Take<PythonList>(PyList_New(list_size)); in PythonList()
585 *this = Take<PythonTuple>(PyTuple_New(0)); in PythonTuple()
589 *this = Take<PythonTuple>(PyTuple_New(tuple_size)); in PythonTuple()
[all …]
H A DPythonDataObjects.h120 template <typename T> T Take(PyObject *obj) { in Take() function
326 return python::Take<PythonObject>(obj);
336 return python::Take<PythonObject>(obj);
345 return python::Take<PythonObject>(obj);
354 return python::Take<PythonObject>(obj);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td80 // - $X - Take the type of parameter/variable X. For example:
103 // dup - Take a scalar argument and create a vector by duplicating it into
108 // dup_typed - Take a vector and a scalar argument, and create a new vector of
161 // highhalf - Take only the high half of the input.
164 // highhalf - Take only the low half of the input.
/freebsd/crypto/openssl/demos/certs/apps/
H A Dapps.cnf31 # Take CN from environment so it can come from a script.
/freebsd/crypto/openssl/test/smime-certs/
H A Dca.cnf30 # Take CN from environment so it can come from a script.
/freebsd/crypto/openssl/demos/certs/
H A Dca.cnf30 # Take CN from environment so it can come from a script.
/freebsd/sys/dev/usb/
H A Dusb_if.m57 # Take controller from BIOS
/freebsd/contrib/openresolv/
H A DREADME.md39 Take the following resolv.conf files which have been generated by a
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md50 3. Take a look at the generated `Makefile`. It uses `sudo` a few times.
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dnetmask.subr121 # Take only the first "word" of the user's input
H A Dipaddr.subr172 # Take only the first "word" of the user's input
H A Dresolv.subr329 # Take only the first "word" of the user's input
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfaraday,ftpci100.txt51 "dual" variant has 64MiB. Take this into account when describing the ranges.
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Dmediatek,iommu.txt50 in each larb. Take a example, There are many ports like MC, PP, VLD in the
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dmediatek,mtk-xhci.txt7 driver. Take account of backward compatibility, we divide bindings
/freebsd/sys/dev/sdio/
H A Dsdiodevs31 * Take SDIO CIS, CISTPL_MANFID, TPLMID_MANF and TPLMID_CARD information and
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade33 06) Take care of added / deleted files:
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Datmel,at91-pinctrl.txt32 Take an example on the 9260
/freebsd/crypto/openssh/
H A DFREEBSD-upgrade30 06) Take care of added / deleted files:
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh712 * Take our interrupt handler out of the list of handlers
/freebsd/contrib/less/
H A DREADME84 Makefile now. Take particular notice of the list of "terminal"
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp486 Take a string name and produce an fid.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp1242 Scope.AddAuxAllocas(AllocaTracker.Take()); in SetupCleanupBlockActivation()

123