Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/f-stack/app/redis-5.0.5/deps/hiredis/
H A DMakefile91 $(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.gitignore2 /examples/hiredis-example*
/f-stack/dpdk/examples/pipeline/examples/
H A Dvxlan_pcap.cli8 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 Dl2fwd_pcap.cli8 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 Dl2fwd_macswp_pcap.cli8 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 Dvxlan.cli24 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 Dl2fwd_macswp.cli23 pipeline PIPELINE0 build ./examples/pipeline/examples/l2fwd_macswp.spec
H A Dl2fwd.cli23 pipeline PIPELINE0 build ./examples/pipeline/examples/l2fwd.spec
/f-stack/dpdk/examples/
H A Dmeson.build51 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 Dbuild_app.rst16 ~/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 Dsource_org.rst40 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 DMakefile22 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 Dmeson.build25 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 Dcompiling.rst18 Enable examples compilation:
33 Applications are output to: ``dpdk/<build_dir>/examples``.
69 applications are located in ``dpdk/examples/``.
H A Dintro.rst26 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 Dmulti_process.rst33 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 DMAINTAINERS298 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 Dmeson.build59 # build any examples explicitly requested - useful for developers - and
61 subdir('examples') subdir
62 install_subdir('examples', subdir
H A Dmeson_options.txt11 option('examples', type: 'string', value: '', string
12 description: 'Comma-separated list of examples to build by default')
/f-stack/freebsd/contrib/zstd/
H A DMakefile44 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 Dtest-meson-builds.sh271 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 DBUCK20 srcs=['examples/minigzip.c'],
/f-stack/doc/
H A DF-Stack_Build_Guide.md52 # Compile helloworld examples
53 $ cd ../examples
/f-stack/freebsd/contrib/device-tree/Bindings/arm/altera/
H A Dsocfpga-clk-manager.yaml26 examples:
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dbrcm,bcm2835-hvs.yaml29 examples:

12345678910>>...45