Searched defs:inuse (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dlinda.c438 unsigned int inuse; local
444 inuse = ( !! ( inusecheck & 0x02 ) );
446 return ( inuse || ( check != send_check ) );
H A Dqib7322.c551 unsigned int inuse; local
557 inuse = ( !! ( inusecheck & 0x02 ) );
559 return ( inuse || ( check != send_check ) );
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1797 /* extract p's inuse bit */
1799 #define inuse(p)\
1803 /* extract inuse bit of previous chunk */
1813 /* set/clear chunk as being inuse without otherwise disturbing */
1822 /* check/set/clear inuse bits in known places */
1892 inuse chunks or the ends of memory.
2062 Chunks in fastbins keep their inuse bit set, so they cannot
2319 /* top predecessor always marked inuse */
2363 assert(!inuse(p));
2375 assert (next == av->top || inuse(nex
1794 #define inuse macro
[all...]

Completed in 63 milliseconds