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

  /external/libldac/src/
bitalloc_ldac.c 230 int a_checked[LDAC_MAXGRADOS+1];
233 memset(a_checked, 0, (LDAC_MAXGRADOS+1)*sizeof(int));
253 if (grad_os_l > LDAC_MAXGRADOS) {
293 int step = LDAC_MAXGRADOS - grad_os_h;
294 int a_checked[LDAC_MAXGRADOS+1];
297 memset(a_checked, 0, (LDAC_MAXGRADOS+1)*sizeof(int));
299 while (grad_os_h < LDAC_MAXGRADOS) {
317 if (grad_os_h > LDAC_MAXGRADOS) {
336 while ((*p_nbits_spec > nbits_avail) && (grad_os_h < LDAC_MAXGRADOS)) {
358 int a_checked[LDAC_MAXGRADOS+1]
    [all...]
ldac.h 106 #define LDAC_MAXGRADOS 31

Completed in 666 milliseconds