OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opStack
(Results
1 - 3
of
3
) sorted by null
/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
...]
/external/srec/tools/grxmlcompile/
sub_grph.cpp
54
opStack
[popOp++]= lastScope;
55
opStack
[popOp++]= startId;
56
opStack
[popOp++]= endId;
57
opStack
[popOp++]= lastId;
58
opStack
[popOp++]= arg1;
59
opStack
[popOp++]= arg2;
60
opStack
[popOp++]= numArc;
68
arcLoc=
opStack
[--popOp];
69
arg2=
opStack
[--popOp];
70
arg1=
opStack
[--popOp]
[
all
...]
sub_grph.h
366
int
opStack
[100000]; // TODO: remove hard coded number
Completed in 87 milliseconds