OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opStack
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/grxmlcompile/
sub_grph.h
366
int
opStack
[100000]; // TODO: remove hard coded number
/external/freetype/src/cff/
cf2intrp.c
282
CF2_Stack
opStack
,
289
CF2_UInt count = cf2_stack_count(
opStack
);
296
*width = cf2_stack_getReal(
opStack
, 0 ) +
309
position += cf2_stack_getReal(
opStack
, i );
311
position += cf2_stack_getReal(
opStack
, i + 1 );
320
cf2_stack_clear(
opStack
);
329
cf2_doFlex( CF2_Stack
opStack
,
352
vals[i + 2] += cf2_stack_getReal(
opStack
, index++ );
362
CF2_Fixed lastVal = cf2_stack_getReal(
opStack
, index );
379
vals[12] = vals[10] + cf2_stack_getReal(
opStack
, index++ )
[
all
...]
Completed in 337 milliseconds