| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | Makefile | 7 EXAMPLES=hiredis-example hiredis-example-libevent hiredis-example-libev hiredis-example-glib 93 hiredis-example-libev: examples/example-libev.c adapters/libev.h $(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) 106 hiredis-example-ae: 110 hiredis-example-ae: examples/example-ae.c adapters/ae.h $(STLIBNAME) 115 hiredis-example-libuv: 119 hiredis-example-libuv: examples/example-libuv.c adapters/libuv.h $(STLIBNAME) 124 hiredis-example-qt: 128 hiredis-example-qt: examples/example-qt.cpp adapters/qt.h $(STLIBNAME) [all …]
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | Makefile | 46 all: fitblk example zwrapbench minigzip 48 test: example fitblk example_zstd fitblk_zstd zwrapbench minigzip minigzip_zstd 49 ./example 56 ./minigzip_zstd example$(EXT) 58 ./minigzip_zstd -d example$(EXT).gz 59 ./minigzip example$(EXT) 61 ./minigzip_zstd -d example$(EXT).gz 68 valgrindTest: clean example fitblk example_zstd fitblk_zstd zwrapbench 70 $(VALGRIND) ./example 88 example: $(EXAMPLE_PATH)/example.o zstd_zlibwrapper.o $(GZFILES) $(ZSTDLIBRARY) target [all …]
|
| /f-stack/freebsd/contrib/openzfs/etc/zfs/ |
| H A D | Makefile.am | 6 vdev_id.conf.alias.example \ 7 vdev_id.conf.sas_direct.example \ 8 vdev_id.conf.sas_switch.example \ 9 vdev_id.conf.multipath.example \ 10 vdev_id.conf.scsi.example
|
| /f-stack/dpdk/examples/ |
| H A D | meson.build | 11 # list of all example apps. Keep 1-3 per line, in alphabetical order. 67 foreach example: examples 68 name = example.split('/')[-1] 75 includes = [include_directories(example)] 77 subdir(example) 84 error('Missing dependency "@0@" for example "@1@"'.format(d, name)) 98 error('Cannot build requested example "' + name + '"') 100 message('Skipping example "' + name + '"')
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | Makefile | 3 DT_EXTRACT_EX ?= dt-extract-example 18 $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE 65 extra-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dts, $(DT_SCHEMA_FILES)) 66 extra-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dt.yaml, $(DT_SCHEMA_FILES))
|
| /f-stack/app/redis-5.0.5/deps/hiredis/examples/ |
| H A D | example-qt.cpp | 40 ExampleQt example(argv[argc-1]); in main() local 42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit())); in main() 43 QTimer::singleShot(0, &example, SLOT(run())); in main()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | telemetry_lib.rst | 33 An example callback function is shown below: 47 This callback is an example of handling multiple commands in one callback, 90 Some data will need to be formatted in a list structure. For example, if a 110 the data utilities API can also be used. For example, some information about 132 The data utilities API can again be used for this, see the example below. 136 rte_tel_data_string(d, "This is an example string"); 140 {"/example_lib/string_example": "This is an example string"} 153 command. An example command being registered is shown below: 158 "Returns an example string. Takes no parameters");
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-trib.rb | 120 example = command_example $command, $args, $opts 122 example = "redis-cli --cluster info 127.0.0.1:7000" 124 puts example.bold
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | octeontx2.rst | 56 For example:: 64 For example:: 79 For example:: 88 For example:: 99 For example:: 107 For example:: 117 For example:: 137 For example::
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_01.T.out | 5 testing argument modifier my-box.example.com... 6 testing argument modifier with encoding to .example.com... 9 Connecting to my-box.example.com...
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 68 For example:: 133 Specify log level for a specific component. For example:: 143 For example: 157 Specify trace directory for trace output. For example: 170 and ``MBytes`` respectively. For example: 183 For example: 218 For example, to allow all SIMD bitwidths up to and including AVX-512:: 222 The following example shows limiting the bitwidth to 64-bits to disable all vector code::
|
| /f-stack/dpdk/examples/helloworld/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/service_cores/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/vmdq_dcb/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/vmdq/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/flow_classify/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/bbdev_app/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/bond/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | meson.build | 4 # meson file, for building this example as part of a main DPDK build. 6 # To build this example as a standalone application with an already-installed
|