FreeBASIC
0.91.0
|
Go to the source code of this file.
Data Structures | |
class | Entry |
Macros | |
#define | TRUE (-1) |
Functions | |
close end scope print rawsize &bytes &compressedsize &bytes out & | _ (" & (rawsize / compressedsize) & ":1 ratio)" */ function_alias_as_integer fb_hEncode ( byval_as_const_ubyte_ptr |
Variables | |
n | ccode |
close end scope print rawsize &bytes | in |
close end scope print rawsize &bytes &compressedsize &bytes out | byval_as_integer |
close end scope print rawsize &bytes &compressedsize &bytes out | byval_as_ubyte_ptr |
close end scope print rawsize &bytes &compressedsize &bytes out | byval_as_integer_ptr |
Entry | entries [to...+1] = |
string | filename = exepath( ) + "/" + .file |
integer | f = freefile() |
integer | rawsize = 0 |
ubyte_ptr | raw = allocate( rawsize ) |
integer | offset = 0 |
integer | compressedsize = rawsize |
ubyte_ptr | compressed = allocate( rawsize ) |
#define TRUE (-1) |
Definition at line 9 of file makedata.bas.
close end scope print rawsize& bytes & compressedsize& bytes out& _ | ( | " & (rawsize / compressedsize) & ":1 | ratio) |
close end scope print rawsize& bytes & compressedsize& bytes out byval_as_integer |
Definition at line 157 of file makedata.bas.
close end scope print rawsize& bytes & compressedsize& bytes out byval_as_integer_ptr |
Definition at line 157 of file makedata.bas.
close end scope print rawsize& bytes & compressedsize& bytes out byval_as_ubyte_ptr |
Definition at line 157 of file makedata.bas.
string ccode |
Definition at line 97 of file makedata.bas.
ubyte_ptr compressed = allocate( rawsize ) |
Definition at line 229 of file makedata.bas.
integer compressedsize = rawsize |
Definition at line 228 of file makedata.bas.
Entry entries[to...+1] = |
Definition at line 169 of file makedata.bas.
integer f = freefile() |
Definition at line 185 of file makedata.bas.
string filename = exepath( ) + "/" + .file |
Definition at line 183 of file makedata.bas.
close end scope print rawsize& bytes in |
Definition at line 146 of file makedata.bas.
integer offset = 0 |
Definition at line 208 of file makedata.bas.
ubyte_ptr raw = allocate( rawsize ) |
Definition at line 206 of file makedata.bas.
integer rawsize = 0 |
Definition at line 200 of file makedata.bas.