Searched refs:hello (Results 1 - 13 of 13) sorted by relevance
/vbox/src/recompiler/tests/ |
H A D | test-i386-ssse3.c | 7 char hello[16]; local 23 asm volatile ("movq %%mm0, %0" : "=m" (hello)); 24 printf("%s\n", hello); 29 asm volatile ("movq %%mm0, %0" : "=m" (hello)); 30 printf("%s\n", hello); 41 asm volatile ("movdqa %%xmm0, (%0)" : : "r" (hello)); 42 printf("%5.5s\n", hello);
|
H A D | Makefile | 23 hello-i386: hello-i386.c 87 hello-arm: hello-arm.o 90 hello-arm.o: hello-arm.c 97 hello-mips: hello-mips.c 100 hello-mipsel: hello [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
H A D | example.pas | 28 (* "hello world" would be more standard, but the repeated "hello" 31 const hello: PChar = 'hello, hello!'; 33 const dictionary: PChar = 'hello'; 61 len := StrLen(hello)+1; 63 err := compress(compr, comprLen, hello, len); 71 if StrComp(PChar(uncompr), hello) <> 0 then 90 len := StrLen(hello) [all...] |
H A D | zlibd32.mak | 82 echo hello world | minigzip | minigzip -d
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/ |
H A D | TestIPC.cpp | 161 const char hello[] = "hello friend!"; 162 SendMsg(gIpcServ, aClientID, kTestTargetID, hello, sizeof(hello)); 299 const char hello[] = "hello friend!"; local 300 SendMsg(ipcServ, foopyID, kTestTargetID, hello, sizeof(hello));
|
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | example.c | 29 const char hello[] = "hello, hello!"; variable 30 /* "hello world" would be more standard, but the repeated "hello" 34 const char dictionary[] = "hello"; 93 uLong len = (uLong)strlen(hello)+1; 95 err = compress(compr, &comprLen, (const Bytef*)hello, len); 103 if (strcmp((char*)uncompr, hello)) { 123 int len = (int)strlen(hello) [all...] |
/vbox/src/VBox/Installer/linux/testcase/ |
H A D | tstInstallInit.sh | 96 aries/hello 98 expected='TEST1%hello 102 aries/hello 117 helpers/generate_service_file --command '/usr/bin/hello' --format shell --description ''` 118 expected='TEST TEST '\''/usr/bin/hello'\''' 132 helpers/generate_service_file --command '/usr/bin/hello' --format shell --description '' --stop-command /usr/bin/stop --stop-arguments hello` 133 expected='TESThello'\''/usr/bin/stop'\'' '\''hello'\'' TST2 134 TEST '\''/usr/bin/hello'\'''
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | tls.c | 867 } __attribute__ (( packed )) hello; local 870 memset ( &hello, 0, sizeof ( hello ) ); 871 hello.type_length = ( cpu_to_le32 ( TLS_CLIENT_HELLO ) | 872 htonl ( sizeof ( hello ) - 873 sizeof ( hello.type_length ) ) ); 874 hello.version = htons ( tls->version ); 875 memcpy ( &hello.random, &tls->client_random, sizeof ( hello.random ) ); 876 hello [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/ |
H A D | Makefile | 47 hello.d \
|
/vbox/src/libs/zlib-1.2.6/contrib/delphi/ |
H A D | zlibd32.mak | 82 echo hello world | minigzip | minigzip -d
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0TripleFaultHackA.asm | 42 ; Beep and say hello to the post-reset world.
|
/vbox/src/libs/xpcom18a4/nsprpub/ |
H A D | configure | 2532 echo '#include <stdio.h>' > dummy-hello.c 2533 echo 'int main() { printf("Hello World\n"); return 0; }' >> dummy-hello.c 2534 ${CC} -S dummy-hello.c -o dummy-hello.s 2>&5 2535 cat dummy-hello.s | ${AS} -o dummy-hello.S - 2>&5 2571 rm -f dummy-hello.c dummy-hello.s dummy-hello.S dummy-hello [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | configure | 143 int hello() {return getchar();}
|
Completed in 224 milliseconds