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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c281 The C (CINUSE_BIT) bit, stored in the unused second-lowest bit of
375 adjacent chunk in use, and or'ed with CINUSE_BIT if this chunk is in
382 #define CINUSE_BIT (SIZE_T_TWO) macro
383 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT)
389 #define cinuse(p) ((p)->head & CINUSE_BIT)
394 #define clear_cinuse(p) ((p)->head &= ~CINUSE_BIT)
1070 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
1075 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
1080 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT))
1093 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
[all...]

Completed in 4 milliseconds