HomeSort by relevance Sort by last modified time
    Searched full:longint (Results 1 - 25 of 32) sorted by null

1 2

  /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
  /bionic/libc/stdio/
vfprintf.c 148 #define LONGINT 0x0010 /* long integer */
248 flags&LONGINT ? GETARG(long) : \
257 flags&LONGINT ? GETARG(unsigned long) : \
453 flags |= LONGINT;
471 flags |= LONGINT;
558 else if (flags & LONGINT)
575 flags |= LONGINT;
618 flags |= LONGINT;
891 ((flags&LONGINT) ? ADDTYPE(T_LONG) : \
899 ((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 public long longInt() {
223 return NativeBN.longInt(this.bignum);
NativeBN.java 64 public static native long longInt(int a);
Primality.java 101 int l = (int)ni.longInt();
BigInteger.java 719 return (int) bigInt.longInt();
733 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/
NativeBN.cpp 550 NATIVE_METHOD(NativeBN, longInt, "(I)J"),
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-as 
  /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 

Completed in 525 milliseconds

1 2