Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.27/zlib/contrib/pascal/
Dexample.pas31 const hello: PChar = 'hello, 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)+1;
134 if StrComp(PChar(uncompr), hello) <> 0 then
168 if StrComp(PChar(uncompr), hello + 6) <> 0 then
189 len := StrLen(hello)+1;
198 c_stream.next_in := hello;
261 if StrComp(PChar(uncompr), hello) <> 0 then
[all …]
/toolchain/binutils/binutils-2.27/zlib/
Dexample.c29 const char hello[] = "hello, hello!"; variable
64 uLong len = (uLong)strlen(hello)+1;
66 err = compress(compr, &comprLen, (const Bytef*)hello, len);
74 if (strcmp((char*)uncompr, hello)) {
94 int len = (int)strlen(hello)+1;
126 if (strcmp((char*)uncompr, hello)) {
155 if (strcmp((char*)uncompr, hello + 6)) {
175 uLong len = (uLong)strlen(hello)+1;
184 c_stream.next_in = (Bytef*)hello;
237 if (strcmp((char*)uncompr, hello)) {
[all …]
/toolchain/binutils/binutils-2.27/zlib/test/
Dexample.c29 z_const char hello[] = "hello, hello!"; variable
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)+1;
155 if (strcmp((char*)uncompr, hello)) {
184 if (strcmp((char*)uncompr, hello + 6)) {
206 uLong len = (uLong)strlen(hello)+1;
215 c_stream.next_in = (z_const unsigned char *)hello;
268 if (strcmp((char*)uncompr, hello)) {
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
Dtocopt6-inc.s47 .tc hello[TC],hello
51 hello: .asciz "Hello, world!\n" label
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
Dlto-3.out1 hello foo
2 hello bar
Dlto-5.out1 hello foo
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
Dreloc.s5 add r2, r0, hello
10 hello: .ascii "Hello World\n" label
Dreloc.d20 00000028 <hello>:
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres/
Dstrtab1.rc7 1 "hello, world"
Dstrtab2.rc7 1 L"hello, world"
Dstrtab4.rc9 1 "hello\0 world"
Dstrtab3.rc10 1 "hello, world"
/toolchain/binutils/binutils-2.27/zlib/win32/
DMakefile.gcc78 echo hello world | ./minigzip | ./minigzip -d
82 echo hello world | ./minigzip_d | ./minigzip_d -d
DMakefile.msc145 echo hello world | minigzip | minigzip -d
149 echo hello world | minigzip_d | minigzip_d -d
DMakefile.bor94 echo hello world | minigzip | minigzip -d
/toolchain/binutils/binutils-2.27/zlib/msdos/
DMakefile.emx45 echo hello world | .\minigzip | .\minigzip -d
DMakefile.dj267 echo hello world | .\minigzip | .\minigzip -d
DMakefile.bor108 echo hello world | minigzip | minigzip -d
DMakefile.msc104 echo hello world | minigzip | minigzip -d
DMakefile.tc93 echo hello world | minigzip | minigzip -d
/toolchain/binutils/binutils-2.27/zlib/old/
DMakefile.emx45 echo hello world | .\minigzip | .\minigzip -d
DMakefile.riscos42 @echo that will have given lots of hello!'s.
/toolchain/binutils/binutils-2.27/zlib/amiga/
DMakefile.pup27 echo hello world | minigzip | minigzip -d
DMakefile.sas26 echo hello world | minigzip | minigzip -d
/toolchain/binutils/binutils-2.27/bfd/doc/
Dchew.c362 static void hello (void);
1414 hello () in hello() function
1508 add_intrinsic ("hello", hello);

12