OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:states1
(Results
1 - 6
of
6
) sorted by null
/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®_LARGE))
/frameworks/av/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;
/frameworks/av/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
;
/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
);
/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®_LARGE))
/bionic/libc/upstream-netbsd/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®_LARGE))
Completed in 106 milliseconds