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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp_local.h50 #define ALISP_REFS_MASK 0x0fffffff macro
52 #define ALISP_MAX_REFS (ALISP_REFS_MASK>>ALISP_REFS_SHIFT)
89 p->type_refs &= ~ALISP_REFS_MASK;
90 p->type_refs |= refs & ALISP_REFS_MASK;
95 return p->type_refs & ALISP_REFS_MASK;

Completed in 96 milliseconds