Home
last modified time | relevance | path

Searched refs:n_record (Results 1 – 12 of 12) sorted by relevance

/dports/databases/vfront/vfront-0.96c/xml/
H A Dxml.php58 $n_record=$vmsql->num_rows($q_conta); variable
65 list($n_record)=$vmsql->fetch_row($q_conta);
90 echo "<a href=\"".FRONT_DOCROOT."/xml/$tab/all/XML\">XML ($n_record records)</a>\n";
91 echo " | <a href=\"".FRONT_DOCROOT."/xml/$tab/all/\">HTML ($n_record records)</a>\n";
100 echo " | <a href=\"".FRONT_DOCROOT."/xml/$tab/all/PDF\">PDF ($n_record "._("records").")</a>\n";
116 for($i=0;$i<ceil($n_record/$n_pag);$i++){
126 for($i=0;$i<ceil($n_record/$n_pag);$i++){
136 for($i=0;$i<ceil($n_record/$n_pag);$i++){
/dports/devel/binutils/binutils-2.37/gprof/
H A Dhist.c172 histogram n_record; in hist_read_rec() local
178 read_histogram_header (&n_record, ifp, filename, num_histograms == 0); in hist_read_rec()
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
189 lowpc = n_record.lowpc; in hist_read_rec()
190 highpc = n_record.highpc; in hist_read_rec()
205 &n_record, sizeof (histogram)); in hist_read_rec()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dhist.c172 histogram n_record; in hist_read_rec() local
178 read_histogram_header (&n_record, ifp, filename, num_histograms == 0); in hist_read_rec()
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
189 lowpc = n_record.lowpc; in hist_read_rec()
190 highpc = n_record.highpc; in hist_read_rec()
205 &n_record, sizeof (histogram)); in hist_read_rec()
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dhist.c172 histogram n_record; in hist_read_rec() local
178 read_histogram_header (&n_record, ifp, filename, num_histograms == 0); in hist_read_rec()
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
189 lowpc = n_record.lowpc; in hist_read_rec()
190 highpc = n_record.highpc; in hist_read_rec()
205 &n_record, sizeof (histogram)); in hist_read_rec()
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dhist.c172 histogram n_record; in hist_read_rec() local
178 read_histogram_header (&n_record, ifp, filename, num_histograms == 0); in hist_read_rec()
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
189 lowpc = n_record.lowpc; in hist_read_rec()
190 highpc = n_record.highpc; in hist_read_rec()
205 &n_record, sizeof (histogram)); in hist_read_rec()
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dhist.c172 histogram n_record; in hist_read_rec() local
178 read_histogram_header (&n_record, ifp, filename, num_histograms == 0); in hist_read_rec()
180 existing_record = find_histogram (n_record.lowpc, n_record.highpc); in hist_read_rec()
189 lowpc = n_record.lowpc; in hist_read_rec()
190 highpc = n_record.highpc; in hist_read_rec()
205 &n_record, sizeof (histogram)); in hist_read_rec()
/dports/science/pynn/PyNN-0.10.0/examples/
H A DsimpleRandomNetwork_csa.py29 n_record = 5 variable
60 output_population.sample(n_record, rng).record('v')
H A DsimpleRandomNetwork.py33 n_record = 3 variable
60 output_population.sample(n_record, rng).record('v')
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwbfs-interface.h271 uint n_record; // number of used records member
H A Dwbfs-interface.c2108 AWRecord_t * r = awd && awd->n_record < AW_MAX_RECORD in AW_get_record()
2109 ? awd->rec + awd->n_record++ in AW_get_record()
2456 for ( i = 0; i < awd->n_record; i++ ) in AW_calc()
2531 for ( i = 0; i < awd->n_record; i++ ) in AnalyzeWBFS()
2550 awd->n_record = dest - awd->rec; in AnalyzeWBFS()
2559 return awd->n_record; in AnalyzeWBFS()
2578 if ( !out || !awd->n_record ) in PrintAnalyzeWBFS()
2598 for ( i = 0; i < awd->n_record; i++ ) in PrintAnalyzeWBFS()
2624 return awd->n_record; in PrintAnalyzeWBFS()
H A Dwwt.c1134 if (awd.n_record) in cmd_format()
/dports/databases/vfront/vfront-0.96c/inc/
H A Dfunc.rpc_query.php221 $n_record = $vmsql->num_rows($query);