/external/zlib/contrib/pascal/ |
zlibpas.pas | 30 total_in: LongInt; (* total nb of input bytes read so far *) 34 total_out: LongInt; (* total nb of bytes output so far *) 44 adler: LongInt; (* adler32 value of the uncompressed data *) 45 reserved: LongInt; (* reserved for future use *) 99 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; 112 function zlibCompileFlags: LongInt; 115 function compress(dest: PChar; var destLen: LongInt; 116 const source: PChar; sourceLen: LongInt): Integer; 117 function compress2(dest: PChar; var destLen: LongInt; [all...] |
example.pas | 35 var dictId: LongInt; (* Adler32 value of the dictionary *) 56 procedure test_compress(compr: Pointer; comprLen: LongInt; 57 uncompr: Pointer; uncomprLen: LongInt); 59 len: LongInt; 84 uncomprLen: LongInt); 88 pos: LongInt; 184 procedure test_deflate(compr: Pointer; comprLen: LongInt); 187 len: LongInt; 229 procedure test_inflate(compr: Pointer; comprLen : LongInt; 230 uncompr: Pointer; uncomprLen : LongInt); [all...] |
readme.txt | 29 LongInt, etc.), to avoid namespace pollution. In particular,
|
/external/zlib/contrib/delphi/ |
ZLib.pas | 26 total_in: Longint; // total nb of input bytes read so far 30 total_out: Longint; // total nb of bytes output so far 40 adler: Longint; // adler32 value of the uncompressed data 41 reserved: Longint; // reserved for future use 91 function Read(var Buffer; Count: Longint): Longint; override; 92 function Write(const Buffer; Count: Longint): Longint; override; 93 function Seek(Offset: Longint; Origin: Word): Longint; override [all...] |
readme.txt | 20 Longint, for consistency with the zlib.h header, and for 64-bit
|
/external/pcre/ |
pcregexp.pas | 78 function Search(AStr: Pchar; ALen : longint) : boolean; virtual;
79 function SearchNext( AStr: Pchar; ALen : longint) : boolean; virtual;
80 function SearchOfs ( AStr: Pchar; ALen, AOfs : longint) : boolean; virtual;
81 function MatchSub(ANom: integer; var Pos, Len : longint) : boolean; virtual;
82 function MatchFull(var Pos, Len : longint) : boolean; virtual;
268 flags : longint; { Bits for which fields are set }
270 match_limit : longint; { Maximum number of calls to match() }
273 match_limit_recursion: longint; { Max recursive calls to match() }
514 function TpcRegExp.SearchNext( AStr: Pchar; ALen : longint ) : boolean;
530 function TpcRegExp.Search( AStr: Pchar; ALen : longint):boolean; [all...] |
/bionic/libc/stdio/ |
vfprintf.c | 148 #define LONGINT 0x0010 /* long integer */ 259 flags&LONGINT ? GETARG(long) : \ 268 flags&LONGINT ? GETARG(unsigned long) : \ 464 flags |= LONGINT; 482 flags |= LONGINT; 569 else if (flags & LONGINT) 586 flags |= LONGINT; 629 flags |= LONGINT; 902 ((flags&LONGINT) ? ADDTYPE(T_LONG) : \ 910 ((flags&LONGINT) ? ADDTYPE(T_U_LONG) : [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
freebasic.php | 64 "long", "longint", "loop", "loword", "lset", "ltrim", "mid", "mkd", "mkdir",
|
pascal.php | 82 'integer','longbool','longint','object','packed','pointer','real',
|
cpp.php | 125 'auto', 'bool', 'char', 'const', 'double', 'float', 'int', 'long', 'longint',
|
delphi.php | 203 'LongBool', 'LongInt', 'LongWord', 'PAnsiChar', 'PAnsiString', 'PBool', 'PBoolean', 'PByte',
|
inno.php | 142 'Int64', 'Integer', 'LongInt', 'LongWord', 'PAnsiChar', 'PAnsiString', 'PChar', 'PCurrency', 'PDateTime',
|
cpp-qt.php | 115 'auto', 'bool', 'char', 'const', 'double', 'float', 'int', 'long', 'longint',
|
klonecpp.php | 114 'auto', 'bool', 'char', 'const', 'double', 'float', 'int', 'long', 'longint',
|
/libcore/luni/src/main/java/java/math/ |
BigInt.java | 222 long longInt() { 223 return NativeBN.longInt(this.bignum);
|
NativeBN.java | 64 public static native long longInt(int a);
|
Primality.java | 95 int l = (int)ni.longInt();
|
BigInteger.java | 713 return (int) bigInt.longInt(); 727 return bigInt.longInt(); [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduComposer.java | 247 protected void appendLongInteger(long longInt) { 258 long temp = longInt; 273 append((int)((longInt >>> shift) & 0xff)); [all...] |
/libcore/luni/src/main/native/ |
java_math_NativeBN.cpp | 549 NATIVE_METHOD(NativeBN, longInt, "(I)J"),
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-as | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/ |
as | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/ |
arm-eabi-gdb | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/ |
arm-eabi-gdb | |
arm-eabi-gdbtui | |