| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | Makefile | 91 $(CC) -o examples/$@ $(REAL_CFLAGS) $(REAL_LDFLAGS) -I. $< -levent $(STLIBNAME) 93 hiredis-example-libev: examples/example-libev.c adapters/libev.h $(STLIBNAME) 94 $(CC) -o examples/$@ $(REAL_CFLAGS) $(REAL_LDFLAGS) -I. $< -lev $(STLIBNAME) 96 hiredis-example-glib: examples/example-glib.c adapters/glib.h $(STLIBNAME) 99 hiredis-example-ivykis: examples/example-ivykis.c adapters/ivykis.h $(STLIBNAME) 110 hiredis-example-ae: examples/example-ae.c adapters/ae.h $(STLIBNAME) 119 hiredis-example-libuv: examples/example-libuv.c adapters/libuv.h $(STLIBNAME) 128 hiredis-example-qt: examples/example-qt.cpp adapters/qt.h $(STLIBNAME) 136 hiredis-example: examples/example.c $(STLIBNAME) 137 $(CC) -o examples/$@ $(REAL_CFLAGS) $(REAL_LDFLAGS) -I. $< $(STLIBNAME) [all …]
|
| H A D | .gitignore | 2 /examples/hiredis-example*
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | vxlan_pcap.cli | 8 pipeline PIPELINE0 port in 0 source MEMPOOL0 ./examples/packet.pcap 9 pipeline PIPELINE0 port in 1 source MEMPOOL0 ./examples/packet.pcap 10 pipeline PIPELINE0 port in 2 source MEMPOOL0 ./examples/packet.pcap 11 pipeline PIPELINE0 port in 3 source MEMPOOL0 ./examples/packet.pcap 19 pipeline PIPELINE0 build ./examples/vxlan.spec 20 pipeline PIPELINE0 table vxlan_table update ./examples/vxlan_table.txt none none
|
| H A D | l2fwd_pcap.cli | 8 pipeline PIPELINE0 port in 0 source MEMPOOL0 ./examples/packet.pcap 9 pipeline PIPELINE0 port in 1 source MEMPOOL0 ./examples/packet.pcap 10 pipeline PIPELINE0 port in 2 source MEMPOOL0 ./examples/packet.pcap 11 pipeline PIPELINE0 port in 3 source MEMPOOL0 ./examples/packet.pcap 18 pipeline PIPELINE0 build ./examples/l2fwd.spec
|
| H A D | l2fwd_macswp_pcap.cli | 8 pipeline PIPELINE0 port in 0 source MEMPOOL0 ./examples/packet.pcap 9 pipeline PIPELINE0 port in 1 source MEMPOOL0 ./examples/packet.pcap 10 pipeline PIPELINE0 port in 2 source MEMPOOL0 ./examples/packet.pcap 11 pipeline PIPELINE0 port in 3 source MEMPOOL0 ./examples/packet.pcap 18 pipeline PIPELINE0 build ./examples/l2fwd_macswp.spec
|
| H A D | vxlan.cli | 24 pipeline PIPELINE0 build ./examples/pipeline/examples/vxlan.spec 25 pipeline PIPELINE0 table vxlan_table update ./examples/pipeline/examples/vxlan_table.txt none none
|
| H A D | l2fwd_macswp.cli | 23 pipeline PIPELINE0 build ./examples/pipeline/examples/l2fwd_macswp.spec
|
| H A D | l2fwd.cli | 23 pipeline PIPELINE0 build ./examples/pipeline/examples/l2fwd.spec
|
| /f-stack/dpdk/examples/ |
| H A D | meson.build | 51 if get_option('examples') == '' 55 if get_option('examples').to_lower() == 'all' 56 examples = all_examples variable 59 examples = get_option('examples').split(',') variable 67 foreach example: examples
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | build_app.rst | 16 ~/DPDK$ cd examples/helloworld/ 17 ~/DPDK/examples/helloworld$ make 23 ~/DPDK/examples/helloworld$ ls build/app 35 ~$ cp -r DPDK/examples/helloworld my_rte_app
|
| H A D | source_org.rst | 40 They are located in the ``dpdk/app`` and ``dpdk/examples`` directories. 45 The examples directory contains :doc:`Sample applications<../sample_app_ug/index>` that show how li…
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | Makefile | 22 DT_TMP_SCHEMA := $(obj)/processed-schema-examples.yaml 42 $(obj)/processed-schema-examples.yaml: $(DT_DOCS) check_dtschema_version FORCE 50 $(obj)/processed-schema.yaml: $(obj)/processed-schema-examples.yaml FORCE 67 extra-$(CHECK_DT_BINDING) += processed-schema-examples.yaml
|
| /f-stack/dpdk/doc/api/ |
| H A D | meson.build | 25 example = custom_target('examples.dox', 26 output: 'examples.dox', 27 command: [generate_examples, join_paths(meson.source_root(), 'examples'), '@OUTPUT@'], 28 depfile: 'examples.dox.d', 35 cdata.set('API_EXAMPLES', join_paths(meson.build_root(), 'doc', 'api', 'examples.dox'))
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | compiling.rst | 18 Enable examples compilation: 33 Applications are output to: ``dpdk/<build_dir>/examples``. 69 applications are located in ``dpdk/examples/``.
|
| H A D | intro.rst | 26 There are many sample applications available in the examples directory of DPDK. 27 These examples range from simple to reasonably complex but most are designed 29 examples are highlighted below. 94 There are many more examples shown in the following chapters. Each of the
|
| H A D | multi_process.rst | 33 The examples/simple_mp folder in the DPDK release contains a basic example application to demonstra… 44 ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary 53 $ ./<build_dir>/examples/dpdk-simple_mp -l 0-1 -n 4 --proc-type=primary 80 ./<build_dir>/examples/dpdk-simple_mp -l 2-3 -n 4 --proc-type=secondary 186 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 1 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc… 187 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 2 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc… 188 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 3 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc… 189 …# ./<build_dir>/examples/dpdk-symmetric_mp -l 4 -n 4 --proc-type=auto -- -p 3 --num-procs=4 --proc… 286 # ./<build_dir>/examples/dpdk-mp_server -l 1-2 -n 4 -- -p 3 -n 2 287 # ./<build_dir>/examples/dpdk-mp_client -l 3 -n 4 --proc-type=auto -- -n 0 [all …]
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 298 F: examples/*/*_sse* 299 F: examples/*/*_avx* 549 F: examples/bond/ 557 F: examples/kni/ 891 F: examples/vhost/ 896 F: examples/vdpa/ 1245 F: examples/ioat/ 1275 F: examples/ntb/ 1524 F: examples/bpf/ 1690 VMDq examples [all …]
|
| H A D | meson.build | 59 # build any examples explicitly requested - useful for developers - and 61 subdir('examples') subdir 62 install_subdir('examples', subdir
|
| H A D | meson_options.txt | 11 option('examples', type: 'string', value: '', string 12 description: 'Comma-separated list of examples to build by default')
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | Makefile | 44 all: allmost examples manual contrib 105 .PHONY: examples 106 examples: lib target 107 $(MAKE) -C examples all 123 $(MAKE) -C contrib/seekable_format/examples all 139 $(Q)$(MAKE) -C examples/ $@ > $(VOID) 142 $(Q)$(MAKE) -C contrib/seekable_format/examples $@ > $(VOID) 419 CC=$(CC) CPPFLAGS=-g $(SCANBUILD) --status-bugs -v $(MAKE) allzstd examples contrib
|
| /f-stack/dpdk/devtools/ |
| H A D | test-meson-builds.sh | 271 examples=${DPDK_BUILD_TEST_EXAMPLES:-"cmdline helloworld l2fwd l3fwd skeleton timer"} 275 for example in $examples; do 277 $MAKE -C $DESTDIR/usr/local/share/dpdk/examples/$example \
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | BUCK | 20 srcs=['examples/minigzip.c'],
|
| /f-stack/doc/ |
| H A D | F-Stack_Build_Guide.md | 52 # Compile helloworld examples 53 $ cd ../examples
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/altera/ |
| H A D | socfpga-clk-manager.yaml | 26 examples:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm2835-hvs.yaml | 29 examples:
|