HomeSort by relevance Sort by last modified time
    Searched refs:L_LONG_BIT (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 29 #undef L_LONG_BIT
144 #define L_LONG_BIT (sizeof(long) * CHAR_BIT)
156 unsigned long NAME[((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT];
226 #undef L_LONG_BIT
cavl_impl.h 26 #undef L_LONG_BIT
100 #define L_LONG_BIT (sizeof(long) * CHAR_BIT)
108 #define L_BIT_ARR_LONGS (((AVL_MAX_DEPTH) + L_LONG_BIT - 1) / L_LONG_BIT)
113 ((BIT_ARR)[(BIT_NUM) / L_LONG_BIT] & (1L << ((BIT_NUM) % L_LONG_BIT)))
116 (BIT_ARR)[(BIT_NUM) / L_LONG_BIT] &= ~(1L << ((BIT_NUM) % L_LONG_BIT));
119 (BIT_ARR)[(BIT_NUM) / L_LONG_BIT] |= 1L << ((BIT_NUM) % L_LONG_BIT);
    [all...]

Completed in 363 milliseconds