Searched refs:exc_mask (Results 1 – 2 of 2) sorted by relevance
45 opus_int i, idx, exc_mask; in silk_CNG_exc() local47 exc_mask = CNG_BUF_MASK_MAX; in silk_CNG_exc()48 while( exc_mask > length ) { in silk_CNG_exc()49 exc_mask = silk_RSHIFT( exc_mask, 1 ); in silk_CNG_exc()55 idx = (opus_int)( silk_RSHIFT( seed, 24 ) & exc_mask ); in silk_CNG_exc()
126 exception_type_t exc_mask; // Mach exception mask to watch for member