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

/haiku-fatelf/src/kits/network/libbind/isc/
H A Dmemcluster.c76 #define P_SIZE sizeof(void *) macro
563 * (rightsize/P_SIZE)
567 * enough to satisfy the request _and_ aligned on P_SIZE boundaries.
569 remainder = size % P_SIZE;
571 size += P_SIZE - remainder;
/haiku-fatelf/src/apps/mail/
H A DPrefs.cpp77 P_SIZE, P_LEVEL, P_WRAP, P_ATTACH_ATTRIBUTES, enumerator in enum:P_MESSAGES
445 case P_SIZE:
760 msg = new BMessage(P_SIZE);

Completed in 62 milliseconds