| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | pubsub.tcl | 71 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 D | keyspace.tcl | 18 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 D | scripting.tcl | 4 } {hello} 12 } {hello world} 280 } {hello}
|
| H A D | other.tcl | 12 r lpush mysavelist hello
|
| H A D | expire.tcl | 140 r set x hello
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 50 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 D | example_original.c | 46 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 D | example.c | 118 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 D | example.c | 29 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 D | aof.tcl | 29 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 D | run_apps.rst | 87 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 D | Makefile | 27 $(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 D | zfs_unmount_009_pos.ksh | 79 echo hello > world 94 echo hello > world
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 110 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 D | tst.set_props.zcp | 47 pos_props["a:prop"] = {"hello"} 51 neg_props["notaproperty"] = {"hello", EINVAL}
|
| /f-stack/app/redis-5.0.5/deps/lua/ |
| H A D | Makefile | 59 src/lua test/hello.lua
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | build_app.rst | 12 To compile a sample application with make (for example, hello world):
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif.h | 138 memif_msg_hello_t hello; member
|
| H A D | memif_socket.c | 141 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 D | README | 15 hello.lua the first program in every language
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | hello_world.rst | 70 printf("hello from core %u\n", lcore_id);
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 84 while((line = linenoise("hello> ")) != NULL) { 150 linenoiseAddCompletion(lc,"hello"); 151 linenoiseAddCompletion(lc,"hello there");
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | memif.rst | 71 connected socket (control channel). Then it sends the 'hello' message
|
| /f-stack/tools/ |
| H A D | README.md | 361 memcpy(msg->helloworld.request, "hello", 5);
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | list.tcl | 416 r lpush notfoo hello hola aguacate konichiwa zanzibar
|