Searched refs:keep_alive (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/freetype/dist/src/base/
H A Dftdbgmem.c131 FT_Bool keep_alive; member in struct:FT_MemTableRec_
646 if ( table->keep_alive )
729 if ( !table->keep_alive )
817 if ( !table->keep_alive )
873 FT_Long keep_alive = ft_strtol( p, NULL, 10 ); local in function:ft_mem_debug_init
876 if ( keep_alive > 0 )
877 table->keep_alive = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_value_gpr.h58 bool keep_alive() const {return m_keep_alive; } function in class:r600::GPRValue
H A Dsfn_liverange.cpp788 if (g.keep_alive()) {
818 temp_acc[v.sel()].record_read(v.keep_alive() ? 0x7fffff: line, cur_scope, 1 << v.chan(), is_array_elm);

Completed in 4 milliseconds