Searched refs:need (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/private/graphics/common/
H A Ddebug_ext.h73 #error you need to define DEBUG_MSG_PREFIX with the module name
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmd5.c11 * except that you don't need to include two pages of legalese
68 size_t have, need; local
70 /* Check how many bytes we already have and how many more we need. */
72 need = MD5_BLOCK_LENGTH - have;
77 if (len >= need) {
79 memcpy(ctx->buffer + have, input, need);
81 input += need;
82 len -= need;
/haiku/headers/cpp/
H A Diostream.h162 int ipfx(int need = 0) {
166 if (_tie && (need == 0 || rdbuf()->in_avail() < need)) _tie->flush();
167 if (!need && (flags() & ios::skipws)) return _skip_ws();
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dtvp3026.c52 LOG(4,("mil2_dac_set_pix_pll need %fMHz, %dbpp\n", f_need, bpp));
124 LOG(4,("mil2_dac_set_sys_pll need %fMHz\n", f_need));
185 float need = 60.0; // MHz FPLL_MCLK local
197 status = mil2_dac_set_mem_pll (need, &mclk); //FPLL_MCLK);
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S61 mov 0,%l0 ! we need the carry from that add...
H A Dmul_1.S63 mov 0,%l0 ! we need the carry from that add...
H A Dsubmul_1.S60 mov 0,%l0 ! we need the carry from that add...
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp182 size_t need; local
196 need = (pgdirs + NUM_DIRTBL_PER_PAGE - 1) / NUM_DIRTBL_PER_PAGE;
198 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
203 need = 1;
204 need += (VADDR_TO_PDENT(end) + 1 - VADDR_TO_PDENT(start) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
207 return need;
239 // we need to allocate a pgdir group
290 // we need to allocate a pgtable group
310 // no need to update other page directories for kernel space;
338 // Note: We don't need t
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp237 // and no need to fiddle with cache
490 size_t need; local
501 need = (pgdirs + NUM_DIRTBL_PER_PAGE - 1) / NUM_DIRTBL_PER_PAGE;
503 need = ((pgdirs * NUM_DIRENT_PER_TBL) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
508 need = 1;
509 need += (VADDR_TO_PDENT(end) + 1 - VADDR_TO_PDENT(start) + NUM_PAGETBL_PER_PAGE - 1) / NUM_PAGETBL_PER_PAGE;
512 return need;
545 // we need to allocate a pgtable
590 // we need to allocate a pgtable
608 // no need t
[all...]
/haiku/src/system/libroot/os/
H A Dimage.cpp553 // We don't need it, because our loader already does the job, right?
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c164 * does not detect or fix them so we need to cope with it, too.
483 * does not detect or fix them so we need to cope with it, too.
916 * Note you need to distinguish between the lcn of the returned runlist
918 * on read and allocate clusters on write. You need to update the runlist, the
1273 * we need not write anything, so advance as far
1305 s64 need; local
1391 need = ((*ofs + to_write - 1) >> vol->cluster_size_bits)
1394 && (need < na->compression_block_clusters)) {
1397 * compression block, as we may need space to decompress
1408 need
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php111 // migth need to update VID:PID
465 out("NOTE: You will need a Java-enabled browser to display the VNC " .
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc323 __off == index at start of buffer (need only be valid after seek ? )
/haiku/
H A Dconfigure325 # Boot loader is 32-bit, need the 32-bit libs and c++ config
585 echo you will need to run \"git checkout\" again to fix this.
842 echo "You need a case-sensitive file-system to build Haiku."
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp264 // test for the right symbol (as this doesn't need any memory)
386 // we need to lock before accessing Inode::Name()
495 // index but we need the call to the original index to get the correct type
691 // And the code could also need some real world testing :-)
1392 // we may need to get the name of the inode
/haiku/headers/private/file_systems/
H A DQueryParser.h428 // test for the right symbol (as this doesn't need any memory)
768 // And the code could also need some real world testing :-)
811 // index but we need the call to the original index to get the correct type
1456 // If no entry has been supplied, but the we need one for the evaluation

Completed in 200 milliseconds