Searched refs:lg (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.cpp111 lg(int num) function
457 fMaxThreadHeaps = 1 << (lg(_numProcessors) + 1);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c555 u16 lg, pt, length, max_non_overlap; local
585 lg = 0;
587 lg++;
592 * the destination using the fact that p = (pt >> (12 - lg)) + 1
595 dest_back_addr = dest - (pt >> (12 - lg)) - 1;
599 length = (pt & (0xfff >> lg)) + 3;

Completed in 114 milliseconds