Home
last modified time | relevance | path

Searched refs:Need (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h39 size_t Need = N + CurrentPosition; in grow() local
40 if (Need > BufferCapacity) { in grow()
44 Need += 1024 - 32; in grow()
46 if (BufferCapacity < Need) in grow()
47 BufferCapacity = Need; in grow()
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dsirf-audio.txt9 - hp-pa-gpios: Need to be present if the board need control external
11 - spk-pa-gpios: Need to be present if the board need control external
13 - hp-switch-gpios: Need to be present if the board capable to detect jack
H A Domap-abe-twl6040.txt15 - ti,jack-detection: Need to be present if the board capable to detect jack
/freebsd-14.2/contrib/one-true-awk/testdir/
H A DNOTES1 Need some tests for octal, hex, various string escapes.
3 Need to complete the sub and gsub tests.
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dtwl4030-audio.txt12 - codec { }: Need to be present if the audio functionality is used. Within this
23 - ti,enable-vibra: Need to be set to <1> if the vibra functionality is used. if
/freebsd-14.2/lib/libfetch/
H A Dftp.errors26 332 AUTH Need account for login
40 532 AUTH Need account for storing files
/freebsd-14.2/sys/contrib/libsodium/m4/
H A Dax_valgrind_check.m4193 @echo "Need to use GNU make and reconfigure with --enable-valgrind"
216 @echo "Need to reconfigure with --enable-valgrind-$(1)"
218 @echo "Need to reconfigure with --enable-valgrind"
236 @echo "Need to use GNU make and reconfigure with --enable-valgrind"'
/freebsd-14.2/tools/tools/nanobsd/dhcpd/
H A Dcommon142 # Need to create ${NANO_OBJ}/ports in this add_pkg_${port} function
168 # Need to create ${NANO_OBJ}/ports in this add_port_${port} function
206 # Need to check if this function works with cross-compiling architecture!!!!
213 # Need to:
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def2 #error "Need to define function-style macro PCREL_OPT"
/freebsd-14.2/tools/test/stress2/misc/
H A Dmsync2.sh83 p1[arc4random() % len] = 1; /* Need this for the panic */
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Dbrcm,iproc-i2c.txt13 This is the I2C bus clock. Need to be either 100000 or 400000
/freebsd-14.2/sys/netgraph/
H A DNOTES52 - Need a way to get a list of ALL nodes.
67 - Need to implement passing meta information through socket nodes
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Delan,ekth6915.yaml35 The IO supply to the touchscreen. Need not be specified if this is the
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dblit22 # Need more values for WE32 DMD executables.
/freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/
H A Darm,sp805.yaml20 # Need a custom select here or 'arm,primecell' will match on lots of nodes
/freebsd-14.2/contrib/dma/
H A DINSTALL21 * sh - Need to be POSIX compliant, dash, bash known to work
/freebsd-14.2/contrib/elftoolchain/libelf/
H A Dlibelf_align.c54 #error Need the __alignof__ builtin.
/freebsd-14.2/sys/netgraph/bluetooth/l2cap/
H A DTODO33 L2CAP can support about 65000 channels. Need define some good way
/freebsd-14.2/sys/sys/
H A Dintr.h33 #error Need INTRNG for this file
/freebsd-14.2/lib/libsecureboot/
H A Dlocal.trust.mk90 .error Need TRUST_ANCHORS see ${.PARSEDIR}/README.rst
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h437 Need = false; in reset()
494 bool Need = false; variable
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-tpiu.yaml26 # Need a custom select here or 'arm,primecell' will match on lots of nodes
H A Darm,coresight-etb10.yaml26 # Need a custom select here or 'arm,primecell' will match on lots of nodes
H A Dqcom,coresight-tpdm.yaml25 # Need a custom select here or 'arm,primecell' will match on lots of nodes
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.td23 // - Need at least one feature to avoid generating zero sized array by

12345