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

  /frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
CalcWindowEnergy_v5.s 35 ldr r11, [r0, #172] @ states1 = blockSwitchingControl->iirStates[1];
61 smull r0, r8, r12, r11 @ accu2 = fixmul( Coeff0, states1 );
70 mov r11, r8 @ states1 = out;
  /external/bison/src/
lalr.c 233 state_number *states1 = xnmalloc (ritem_longest_rhs () + 1, sizeof *states1); local
250 states1[0] = s->number;
256 states1[length++] = s->number;
274 edge[nedges++] = map_goto (states1[--length],
295 free (states1);
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
block_switch.c 287 Word32 states0, states1; local
292 states1 = blockSwitchingControl->iirStates[1];
308 accu2 = fixmul( Coeff0, states1 );
313 states1 = out;
326 blockSwitchingControl->iirStates[1] = states1;
  /bionic/libc/regex/
regexec.c 57 #define states1 states /* for later use in regexec() decision */ macro
156 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))

Completed in 682 milliseconds