Searched defs:L_LONG_BIT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h31 #undef L_LONG_BIT macro
144 #define L_LONG_BIT (sizeof(long) * CHAR_BIT) macro
156 unsigned long NAME[((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT];
225 #undef L_LONG_BIT macro
H A Dcavl_impl.h28 #undef L_LONG_BIT macro
102 #define L_LONG_BIT (sizeof(long) * CHAR_BIT) macro
110 #define L_BIT_ARR_LONGS (((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT)
115 ((BIT_ARR)[(BIT_NUM) / L_LONG_BIT] & (1L << ((BIT_NUM) % L_LONG_BIT)))
118 (BIT_ARR)[(BIT_NUM) / L_LONG_BIT] &= ~(1L << ((BIT_NUM) % L_LONG_BIT));
121 (BIT_ARR)[(BIT_NUM) / L_LONG_BIT] |= 1L << ((BIT_NUM) % L_LONG_BIT);
1136 #undef L_LONG_BIT macro
[all...]
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h31 #undef L_LONG_BIT macro
144 #define L_LONG_BIT (sizeof(long) * CHAR_BIT) macro
156 unsigned long NAME[((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT];
225 #undef L_LONG_BIT macro
H A Dcavl_impl.h28 #undef L_LONG_BIT macro
102 #define L_LONG_BIT (sizeof(long) * CHAR_BIT) macro
110 #define L_BIT_ARR_LONGS (((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT)
115 ((BIT_ARR)[(BIT_NUM) / L_LONG_BIT] & (1L << ((BIT_NUM) % L_LONG_BIT)))
118 (BIT_ARR)[(BIT_NUM) / L_LONG_BIT] &= ~(1L << ((BIT_NUM) % L_LONG_BIT));
121 (BIT_ARR)[(BIT_NUM) / L_LONG_BIT] |= 1L << ((BIT_NUM) % L_LONG_BIT);
1136 #undef L_LONG_BIT macro
[all...]

Completed in 1946 milliseconds