Home
last modified time | relevance | path

Searched refs:custom_output (Results 1 – 25 of 37) sorted by relevance

12

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dplugin_cmn_custom.c30 …ustom_output_setup(char *custom_lib, char *custom_cfg_file, struct pm_custom_output *custom_output) in custom_output_setup() argument
36 custom_output->lib_handle = dlopen(custom_lib, RTLD_LAZY); in custom_output_setup()
37 if (!custom_output->lib_handle) { in custom_output_setup()
43 custom_output->plugin_init = dlsym(custom_output->lib_handle, "plugin_init"); in custom_output_setup()
50 custom_output->plugin_destroy = dlsym(custom_output->lib_handle, "plugin_destroy"); in custom_output_setup()
57 custom_output->print = dlsym(custom_output->lib_handle, "print"); in custom_output_setup()
65 custom_output->output_init = dlsym(custom_output->lib_handle, "output_init"); in custom_output_setup()
73 custom_output->output_close = dlsym(custom_output->lib_handle, "output_close"); in custom_output_setup()
81 custom_output->output_flush = dlsym(custom_output->lib_handle, "output_flush"); in custom_output_setup()
88 custom_output->get_error_text = dlsym(custom_output->lib_handle, "get_error_text"); in custom_output_setup()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/voro++/examples/custom/
H A DMakefile11 EXECUTABLES=cell_statistics custom_output radical
19 custom_output: custom_output.cc target
20 $(CXX) $(CFLAGS) $(E_INC) $(E_LIB) -o custom_output custom_output.cc -lvoro++
H A DREADME12 2. custom_output.cc loads in a small monodisperse packing in a cube of side
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/voro++/examples/custom/
H A DMakefile11 EXECUTABLES=cell_statistics custom_output radical
19 custom_output: custom_output.cc target
20 $(CXX) $(CFLAGS) $(E_INC) $(E_LIB) -o custom_output custom_output.cc -lvoro++
H A DREADME12 2. custom_output.cc loads in a small monodisperse packing in a cube of side
/dports/science/voro++/voro++-0.4.6/examples/custom/
H A DMakefile11 EXECUTABLES=cell_statistics custom_output radical
19 custom_output: custom_output.cc target
20 $(CXX) $(CFLAGS) $(E_INC) $(E_LIB) -o custom_output custom_output.cc -lvoro++
H A DREADME12 2. custom_output.cc loads in a small monodisperse packing in a cube of side
/dports/net-mgmt/rate/rate-0.9/
H A Dprotos.h21 void (**custom_output)(struct timeb*, int, int, unsigned long long,
25 void (**custom_output)(struct timeb*, int, int, unsigned long long,
29 void (**custom_output)(struct timeb*, int, int, unsigned long long,
33 void (**custom_output)(struct timeb*, int, int, unsigned long long,
H A Drate.c88 void (*custom_output)(struct timeb*, int, int, unsigned long long, variable
151 custom_output(&lasttime, miliFromStart, miliFromLast, totalbytes, totalpackets, bytes, packets); in output_callback()
334 r_estimator_setup(argc, argv, &custom_output, &custom_counter); in main()
337 r_abusers_setup(argc, argv, &custom_output, &custom_counter); in main()
341 r_stream_setup(argc, argv, &custom_output, &custom_counter); in main()
346 r_extractor_setup(argc, argv, &custom_output, &custom_counter); in main()
H A Drate_extractor.c72 void (**custom_output)(struct timeb*, int, int, unsigned long long, in r_extractor_setup()
78 *custom_output = output; in r_extractor_setup()
H A Drate_estimator.c92 void (**custom_output)(struct timeb*, int, int, unsigned long long, in r_estimator_setup()
98 *custom_output = output; in r_estimator_setup()
H A Drate_abusers.c221 void (**custom_output)(struct timeb*, int, int, unsigned long long, in r_abusers_setup()
227 *custom_output = output; in r_abusers_setup()
H A Drate_sta.c345 void (**custom_output)(struct timeb*, int, int, unsigned long long, in r_stream_setup()
351 *custom_output = output; in r_stream_setup()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/gr-usrptest/docs/doxygen/
H A Dswig_doc.py237 def make_swig_interface_file(di, swigdocfilename, custom_output=None): argument
247 if custom_output is not None:
248 output.append(custom_output)
325 custom_output = "\n\n".join(output) variable
328 make_swig_interface_file(di, swigdocfilename, custom_output=custom_output)
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/modtool/templates/gr-newmod/docs/doxygen/
H A Dswig_doc.py241 def make_swig_interface_file(di, swigdocfilename, custom_output=None): argument
251 if custom_output is not None:
252 output.append(custom_output)
329 custom_output = "\n\n".join(output) variable
332 make_swig_interface_file(di, swigdocfilename, custom_output=custom_output)
/dports/comms/gr-osmosdr/gr-osmosdr-0.2.3/docs/doxygen/
H A Dswig_doc.py241 def make_swig_interface_file(di, swigdocfilename, custom_output=None): argument
251 if custom_output is not None:
252 output.append(custom_output)
329 custom_output = "\n\n".join(output) variable
332 make_swig_interface_file(di, swigdocfilename, custom_output=custom_output)
/dports/comms/gnuradio/gnuradio-3.8.4.0/docs/doxygen/
H A Dswig_doc.py240 def make_swig_interface_file(di, swigdocfilename, custom_output=None): argument
250 if custom_output is not None:
251 output.append(custom_output)
328 custom_output = "\n\n".join(output) variable
331 make_swig_interface_file(di, swigdocfilename, custom_output=custom_output)
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/voro++/src/
H A Dcmd_line.cc166 int i=1,j=-7,custom_output=0,nx,ny,nz,init_mem(8); in main() local
201 if(custom_output==0) { in main()
202 custom_output=++i; in main()
425 const char *c_str=(custom_output==0?(polydisperse?"%i %q %v %r":"%i %q %v"):argv[custom_output]); in main()
482 argv[i+6],c_str,custom_output==0?" (default)":""); in main()
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/voro++/src/
H A Dcmd_line.cc166 int i=1,j=-7,custom_output=0,nx,ny,nz,init_mem(8); in main() local
201 if(custom_output==0) { in main()
202 custom_output=++i; in main()
425 const char *c_str=(custom_output==0?(polydisperse?"%i %q %v %r":"%i %q %v"):argv[custom_output]); in main()
482 argv[i+6],c_str,custom_output==0?" (default)":""); in main()
/dports/science/voro++/voro++-0.4.6/src/
H A Dcmd_line.cc167 int i=1,j=-7,custom_output=0,nx,ny,nz,init_mem(8); in test_resample_size_empty_dataframe()
202 if(custom_output==0) { in test_apply_to_empty_series()
203 custom_output=++i; in test_apply_to_empty_series()
426 const char *c_str=(custom_output==0?(polydisperse?"%i %q %v %r":"%i %q %v"):argv[custom_output]);
483 argv[i+6],c_str,custom_output==0?" (default)":"");
/dports/multimedia/imagination/imagination-3.0/src/
H A Dimg_sox.c44 custom_output( void ) in custom_output() function
144 effect = sox_create_effect( custom_output() ); in img_produce_audio_data()
/dports/graphics/photoflow/.build/data/ocio-configs/aces_1.0.3/python/aces_ocio/
H A Dgenerate_config.py532 def add_custom_output(custom_output, argument
565 custom_output_lut, custom_output_cccid) = unpack_default(custom_output, 4)
568 custom_output_name, '\n\t'.join(custom_output)))
738 for custom_output in custom_output_info:
739 add_custom_output(custom_output,
1564 for custom_output in custom_output_info:
1567 custom_output, 4)
1777 for custom_output in custom_output_info:
1778 print(custom_output)
/dports/graphics/photoflow/.build/data/ocio-configs/aces_1.0.2/python/aces_ocio/
H A Dgenerate_config.py532 custom_output,
572 custom_output_lut, custom_output_cccid) = unpack_default(custom_output, 4)
574 print('Adding custom output %s - \n\t%s' % (custom_output_name, '\n\t'.join(custom_output)))
741 for custom_output in custom_output_info:
743 custom_output,
1575 for custom_output in custom_output_info:
1577 custom_output_lut, custom_output_cccid) = unpack_default(custom_output, 4)
1799 for custom_output in custom_output_info:
1800 print(custom_output)
/dports/sysutils/p5-Rex/Rex-1.13.4/
H A Ddist.ini84 [OptionalFeature / custom_output]
/dports/science/mbdyn/mbdyn-1.7.3/manual/input/
H A Dbeam.tex1327 [ , \bnt{custom_output} ]
1373 [ , \bnt{custom_output} ]
1387 \bnt{custom_output} ::= \kw{custom output} , \bnt{custom_output_flag} [ , ... ]
1482 [ , \bnt{custom_output} ]
1572 [ , \bnt{custom_output} ]
1595 [ , \bnt{custom_output} ]

12