Home
last modified time | relevance | path

Searched refs:exc_mask (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/
DCNG.c45 opus_int i, idx, exc_mask; in silk_CNG_exc() local
47 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()
/external/lldb/tools/debugserver/source/MacOSX/
DMachException.h126 exception_type_t exc_mask; // Mach exception mask to watch for member