OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stackSize
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/psaux/
psstack.h
68
FT_UInt
stackSize
;
76
FT_UInt
stackSize
);
psintrp.c
505
FT_UInt
stackSize
;
598
stackSize
= font->isCFF2 ? cf2_getMaxstack( decoder )
600
opStack = cf2_stack_init( memory, error,
stackSize
);
765
if ( numBlends >
stackSize
)
/xsrc/external/mit/freetype/dist/src/cff/
cffparse.h
60
FT_UInt
stackSize
; /* allocated size */
84
FT_UInt
stackSize
,
cffload.c
1888
FT_UInt
stackSize
;
1914
stackSize
= font->cff2 ? font->top_font.font_dict.maxstack + 1
1921
stackSize
,
2005
FT_UInt
stackSize
= cff2 ? CFF2_DEFAULT_STACK
2015
stackSize
,
/xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.h
160
FT_Long
stackSize
; /* size of exec. stack */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp
345
SpillCodeInserter(Function *fn, MergedDefs &mergedDefs) : func(fn), mergedDefs(mergedDefs),
stackSize
(0), stackBase(0) { }
351
inline int32_t getStackSize() const { return
stackSize
; }
366
int32_t
stackSize
;
1644
int32_t offsetBase =
stackSize
;
1653
for (offset = offsetBase; offset <
stackSize
; offset += size) {
1678
stackSize
= offset + size;
1875
stackBase =
stackSize
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp
301
SpillCodeInserter(Function *fn) : func(fn),
stackSize
(0), stackBase(0) { }
307
inline int32_t getStackSize() const { return
stackSize
; }
321
int32_t
stackSize
;
1598
int32_t offsetBase =
stackSize
;
1607
for (offset = offsetBase; offset <
stackSize
; offset += size) {
1632
stackSize
= offset + size;
1826
stackBase =
stackSize
;
Completed in 24 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026