Searched defs:ROUND_DOWN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dw32heap.h31 #define ROUND_DOWN(p, align) ((DWORD)(p) & ~((align)-1)) macro
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Ddsm_p.h155 #define ROUND_DOWN(n,po2) ((n)&(~((po2)-1))) /* round down to prev po2 */ macro
/macosx-10.10/emacs-93/emacs/nt/
H A Daddsection.c270 #define ROUND_DOWN(p, align) ((DWORD)(p) & ~((align)-1)) macro
H A Dpreprep.c305 #define ROUND_DOWN(p, align) ((DWORD)(p) & ~((align)-1)) macro

Completed in 132 milliseconds