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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestConstruct01.cpp234 DbEnv* penv = new DbEnv(DB_CXX_NO_EXCEPTIONS); local
235 penv->set_cachesize(0, 32 * 1024, 0);
236 penv->open(CONSTRUCT01_DBDIR, DB_CREATE | DB_PRIVATE | DB_INIT_MPOOL, 0);
239 Db* pdb = new Db(penv,0);
246 if ((err = penv->close(0)) != 0) {
249 delete penv;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dainstr_iw.h155 struct iwffff_env penv; /* pitch envelope */ member in struct:iwffff_layer
291 struct iwffff_xenv penv; /* pitch envelope */ member in struct:iwffff_xlayer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_iw.c218 snd_seq_iwffff_env_free(ops, &layer->penv, atomic);
300 &lp->penv, &lx.penv,
498 &lx.penv, &lp->penv,
559 result += snd_seq_iwffff_env_size_in_stream(&lp->penv);

Completed in 47 milliseconds