Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/haiku/src/bin/
H A DJamfile29 # standard commands that don't need any additional library
56 # Commands which don't need another library that depend on
68 # standard commands that need libncurses.a
78 # standard commands that need libbe.so
114 # standard commands that need libbe.so, libshared.a
119 # standard commands that need libbe.so and libsupc++.so
136 # standard commands that need libbe.so, libsupc++.so, and libshared.a
143 # standard commands that need libbe.so, libbnetapi.so, libsupc++.so
148 # commands that need libbe.so, libsupc++.so and the stub catalog
153 # Haiku-specific apps which need libbe.so
[all …]
/haiku/src/libs/libsolv/solv/
H A Drepo_write.c36 Id need; member
58 needid[RELOFF(id)].need++; in incneedid()
62 needid[rd->evr].need++; in incneedid()
65 needid[id].need++; in incneedid()
82 needid[RELOFF(id)].need++; in incneedidarray()
86 needid[rd->evr].need++; in incneedidarray()
89 needid[id].need++; in incneedidarray()
105 r = b->need - a->need; in needid_cmp_need()
121 r = b->need - a->need; in needid_cmp_need_s()
251 id = needid[ISRELDEP(id) ? RELOFF(id) : id].need; in write_idarray()
[all …]
/haiku/src/bin/pcmcia-cs/
H A DJamfile5 # We need the public pcmcia headers also when not compiling for Haiku.
7 # We need Errors.h also when not compiling for Haiku.
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda.settings7 # Don't uncomment any that you don't need to differ from the default.
13 # You will need more buffers if they're small.
/haiku/data/catalogs/add-ons/disk_systems/bfs/
H A Den_GB.catkeys3need queries.\nAny volume that is intended for booting Haiku must have query support enabled. BFS_…
H A Del.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
H A Dth.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
H A Dru.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
H A Dko.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
H A Dja.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
H A Dbe.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
H A Duk.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
H A Dzh_Hans.catkeys3 …, but should\nonly be used if one is absolutely certain that one will not need queries.\nAny volum…
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmd5.c68 size_t have, need; in MD5Update() local
72 need = MD5_BLOCK_LENGTH - have; in MD5Update()
77 if (len >= need) { in MD5Update()
79 memcpy(ctx->buffer + have, input, need); in MD5Update()
81 input += need; in MD5Update()
82 len -= need; in MD5Update()
/haiku/3rdparty/kallisti5/
H A Dhowto-iommu-old.md20 You will need to have IOMMU hardware support on your motherboard for this
23 need to enable IOMMU within the bios of your motherboard before proceeding.
27 Now that you have an IOMMU enabled system, you will need to tell Linux to
28 fully utilize IOMMU. To do this, you will need to add a few kernel boot
49 Now, all we need to do is to reserve the PCI device. We want to make sure
52 First we need to find the PCIID for the device in question. We can find
H A Dhowto-iommu.md17 You will need to have IOMMU hardware support on your motherboard for this
20 need to enable IOMMU within the bios of your motherboard before proceeding.
24 Now that you have an IOMMU enabled system, you will need to tell Linux to
27 Now, all we need to do is to reserve the PCI device. We want to make sure
30 First we need to find the PCIID for the device in question. We can find
50 If your distro ships vfio-pci as a module, you will need to add the vfio drivers to the initial ram…
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DTODO.org3 …, font, and maps. The functions to load the items are already there! Just need to create a setting…
8 * TODO find a way to not start it on boot (might need patching input_server)
/haiku/docs/user/locale/
H A Dlocaleintro.dox14 However, you can also use the various formatter classes directly when you need
15 a more advanced formatting. For example, you may need to format a date with a
/haiku/src/tools/makebootable/platform/pxe_ia32/
H A DJamfile3 # we don't need this tool for creating PXE boot image
/haiku/docs/develop/build/rc/
H A Dhistory.rst9 …such as pictures) into array resources or fields. This does away with the need to convert (large) …
20 more powerful in the future should the need arise. You'll use this feature mostly for OR'ing and
/haiku/docs/develop/kernel/vm/
H A Dvm_daemon4 Do we need free space?
17 …If the page is not accessed and is active and we need space (free_target), unmap it. If this is th…
/haiku/src/kits/screensaver/
H A DJamfile4 # we also need our headers when build for BeOS
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A DJamfile15 # Do we want / need these in the bus as well?
/haiku/docs/develop/file_systems/
H A Dindex.rst7 required. For example, NFS is a network filesystem, so it doesn't need one.
/haiku/src/tests/servers/app/regularapps/
H A DJamfile9 # No need to define any of those targets, when building for haiku

12345678910>>...15