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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 110 #define states1 unsigned long /* for later use in regexec() decision */ macro
230 if (g->nstates <= (sopno)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
  /external/llvm/lib/Support/
regexec.c 58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
  /ndk/sources/host-tools/ndk-stack/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))
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 284 Word32 states0, states1; local
289 states1 = blockSwitchingControl->iirStates[1];
305 accu2 = fixmul( Coeff0, states1 );
310 states1 = out;
323 blockSwitchingControl->iirStates[1] = states1;
  /external/bison/src/
lalr.c 222 state_number *states1 = xnmalloc (ritem_longest_rhs () + 1, sizeof *states1); local
239 states1[0] = s->number;
245 states1[length++] = s->number;
263 edge[nedges++] = map_goto (states1[--length],
284 free (states1);

Completed in 320 milliseconds