Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/app/redis-5.0.5/tests/unit/
H A Dpubsub.tcl71 assert_equal 1 [r publish chan1 hello]
78 assert_equal 0 [r publish chan1 hello]
84 assert_equal 0 [r publish chan1 hello]
97 assert_equal 2 [r publish chan1 hello]
110 assert_equal 0 [r publish chan1 hello]
111 assert_equal 0 [r publish chan2 hello]
112 assert_equal 0 [r publish chan3 hello]
121 assert_equal 1 [r publish chan1 hello]
141 assert_equal 1 [r publish foo.1 hello]
142 assert_equal 1 [r publish bar.1 hello]
[all …]
H A Dkeyspace.tcl18 r set $key hello
77 r set mykey hello
81 } {hello}
186 r set mykey hello
191 r set mykey hello
223 r set a hello
237 } {hello world foo bared}
H A Dscripting.tcl4 } {hello}
12 } {hello world}
280 } {hello}
H A Dother.tcl12 r lpush mysavelist hello
H A Dexpire.tcl140 r set x hello
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md50 uncompress(): hello, hello!
51 gzread(): hello, hello!
52 gzgets() after gzseek: hello!
53 inflate(): hello, hello!
55 after inflateSync(): hello, hello!
56 inflate with dictionary: hello, hello!
64 uncompress(): hello, hello!
65 gzread(): hello, hello!
66 gzgets() after gzseek: hello!
67 inflate(): hello, hello!
[all …]
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c46 z_const char hello[] = "hello, hello!"; variable
110 uLong len = (uLong)strlen(hello)+1;
120 if (strcmp((char*)uncompr, hello)) {
140 int len = (int)strlen(hello)+1;
172 if (strcmp((char*)uncompr, hello)) {
201 if (strcmp((char*)uncompr, hello + 6)) {
223 uLong len = (uLong)strlen(hello)+1;
285 if (strcmp((char*)uncompr, hello)) {
398 uInt len = (uInt)strlen(hello)+1;
497 c_stream.avail_in = (uInt)strlen(hello)+1;
[all …]
H A Dexample.c118 uLong len = (uLong)strlen(hello)+1;
128 if (strcmp((char*)uncompr, hello)) {
148 int len = (int)strlen(hello)+1;
180 if (strcmp((char*)uncompr, hello)) {
209 if (strcmp((char*)uncompr, hello + 6+21)) {
231 uLong len = (uLong)strlen(hello)+1;
240 c_stream.next_in = (z_const unsigned char *)hello;
293 if (strcmp((char*)uncompr, hello)) {
406 uInt len = (uInt)strlen(hello)+1;
505 c_stream.avail_in = (uInt)strlen(hello)+1;
[all …]
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c29 static z_const char hello[] = "hello, hello!"; variable
93 uLong len = (uLong)strlen(hello)+1;
103 if (strcmp((char*)uncompr, hello)) {
123 int len = (int)strlen(hello)+1;
155 if (strcmp((char*)uncompr, hello)) {
184 if (strcmp((char*)uncompr, hello + 6)) {
206 uLong len = (uLong)strlen(hello)+1;
268 if (strcmp((char*)uncompr, hello)) {
381 uInt len = (uInt)strlen(hello)+1;
480 c_stream.avail_in = (uInt)strlen(hello)+1;
[all …]
/f-stack/app/redis-5.0.5/tests/integration/
H A Daof.tcl29 append_to_aof [formatCommand set foo hello]
81 append_to_aof [formatCommand set foo hello]
83 append_to_aof [formatCommand set foo hello]
106 append_to_aof [formatCommand set foo hello]
131 append_to_aof [formatCommand set foo hello]
/f-stack/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst87 hello from core 1
88 hello from core 3
89 hello from core 0
90 hello from core 2
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A DMakefile27 $(BIN)/luac $(TST)/hello.lua
33 ./a.out $(TST)/hello.lua
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_009_pos.ksh79 echo hello > world
94 echo hello > world
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst110 hello from core 1
111 hello from core 2
112 hello from core 3
113 hello from core 0
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.set_props.zcp47 pos_props["a:prop"] = {"hello"}
51 neg_props["notaproperty"] = {"hello", EINVAL}
/f-stack/app/redis-5.0.5/deps/lua/
H A DMakefile59 src/lua test/hello.lua
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbuild_app.rst12 To compile a sample application with make (for example, hello world):
/f-stack/dpdk/drivers/net/memif/
H A Dmemif.h138 memif_msg_hello_t hello; member
H A Dmemif_socket.c141 h = &e->msg.hello; in memif_msg_enq_hello()
160 memif_msg_hello_t *h = &msg->hello; in memif_msg_receive_hello()
/f-stack/app/redis-5.0.5/deps/lua/test/
H A DREADME15 hello.lua the first program in every language
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst70 printf("hello from core %u\n", lcore_id);
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown84 while((line = linenoise("hello> ")) != NULL) {
150 linenoiseAddCompletion(lc,"hello");
151 linenoiseAddCompletion(lc,"hello there");
/f-stack/dpdk/doc/guides/nics/
H A Dmemif.rst71 connected socket (control channel). Then it sends the 'hello' message
/f-stack/tools/
H A DREADME.md361 memcpy(msg->helloworld.request, "hello", 5);
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dlist.tcl416 r lpush notfoo hello hola aguacate konichiwa zanzibar

12