Home
last modified time | relevance | path

Searched refs:p_lc (Results 1 – 5 of 5) sorted by relevance

/dports/security/cops/cops_104+/perl/
H A Dpass.chk150 sub p_lc {
187 &p_lc($try);
/dports/math/py-libpoly/libpoly-0.1.11/test/python/tests/
H A Dpolynomial_roots.py59 p_lc = ((16*x0**2 - 32*x0 + 16)*x5**2 + ((32*x0 - 32)*x1)*x5 + (16*x1**2)) variable
/dports/math/libpoly/libpoly-0.1.11/test/python/tests/
H A Dpolynomial_roots.py59 p_lc = ((16*x0**2 - 32*x0 + 16)*x5**2 + ((32*x0 - 32)*x1)*x5 + (16*x1**2)) variable
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dvb/
H A Dscan.c1205 dvbpsi_lcn_dr_t *p_lc = NULL; in ParseNIT() local
1336 p_lc = dvbpsi_DecodeLCNDr( p_dsc ); in ParseNIT()
1421 if( p_lc ) in ParseNIT()
1423 for( int i = 0; i < p_lc->i_number_of_entries; i++ ) in ParseNIT()
1425 const uint16_t i_service_id = p_lc->p_entries[i].i_service_id; in ParseNIT()
1426 const uint16_t i_channel_number = p_lc->p_entries[i].i_logical_channel_number; in ParseNIT()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Ddynamic_compiler.c668 APP_FUNC(u_uc,gen_uuc) APP_FUNC(p,gen_pw) APP_FUNC(p_uc,gen_puc) APP_FUNC(p_lc,gen_plc) in APP_FUNC()