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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h34 #undef L_BIT_ARR_LONGS macro
110 #define L_BIT_ARR_LONGS (((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT) macro
112 #define L_BIT_ARR_DEFN(NAME) unsigned long NAME[L_BIT_ARR_LONGS];
124 { int i = L_BIT_ARR_LONGS; do (BIT_ARR)[--i] = 0L - (BIT_VAL); while(i); }
1144 #undef L_BIT_ARR_LONGS macro
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h34 #undef L_BIT_ARR_LONGS macro
110 #define L_BIT_ARR_LONGS (((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT) macro
112 #define L_BIT_ARR_DEFN(NAME) unsigned long NAME[L_BIT_ARR_LONGS];
124 { int i = L_BIT_ARR_LONGS; do (BIT_ARR)[--i] = 0L - (BIT_VAL); while(i); }
1144 #undef L_BIT_ARR_LONGS macro

Completed in 122 milliseconds