HomeSort by relevance Sort by last modified time
    Searched refs:lset (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libpp/
callgraph_container.h 149 void populate(std::list<image_set> const & lset,
callgraph_container.cpp 426 void callgraph_container::populate(list<image_set> const & lset,
431 list<image_set>::const_iterator const lend = lset.end();
432 for (lit = lset.begin(); lit != lend; ++lit) {
  /external/harfbuzz/src/
harfbuzz-gsub.c 858 HB_LigatureSet* lset; local
889 lset = ls->LigatureSet;
902 ( error = Load_LigatureSet( &lset[n], stream ) ) != HB_Err_Ok )
911 Free_LigatureSet( &lset[m] );
913 FREE( lset );
926 HB_LigatureSet* lset; local
932 lset = ls->LigatureSet;
935 Free_LigatureSet( &lset[n] );
937 FREE( lset );
    [all...]

Completed in 51 milliseconds