HomeSort by: relevance | last modified time | path
    Searched defs:uInt (Results 1 - 12 of 12) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 109 typedef unsigned int uInt;
114 typedef uInt uIntf;
  /src/sys/net/
zlib.h 54 * charf intf uInt uIntf uLong uLonf
89 # define uInt z_uInt
262 typedef unsigned int uInt; /* 16 bits or more */
273 typedef uInt FAR uIntf;
357 typedef voidpf (*alloc_func)(voidpf, uInt, uInt);
364 uInt avail_in; /* number of bytes available at next_in */
368 uInt avail_out; /* remaining free space at next_out */
744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
863 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 92 #define uInt uint32_t
111 extern const uInt DECPOWERS[10]; /* powers of ten table */
116 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */
117 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */
128 uInt u0, u1, v0, v1, w0, w1, w2, t; \
147 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 92 #define uInt uint32_t
111 extern const uInt DECPOWERS[10]; /* powers of ten table */
116 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */
117 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */
128 uInt u0, u1, v0, v1, w0, w1, w2, t; \
147 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 92 #define uInt uint32_t
111 extern const uInt DECPOWERS[10]; /* powers of ten table */
116 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */
117 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */
128 uInt u0, u1, v0, v1, w0, w1, w2, t; \
147 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 92 #define uInt uint32_t
111 extern const uInt DECPOWERS[10]; /* powers of ten table */
116 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */
117 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */
128 uInt u0, u1, v0, v1, w0, w1, w2, t; \
147 /* aliasing or alignment (as did the UINTAT simple cast to uInt). */
151 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
155 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative *
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 95 # define uInt netpgpv_z_uInt
307 typedef unsigned int uInt; /* 16 bits or more */
318 typedef uInt FAR uIntf;
422 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
429 uInt avail_in; /* number of bytes available at next_in */
433 uInt avail_out; /* remaining free space at next_out */
460 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
461 uInt extra_max; /* space at extra (only when reading header) */
463 uInt name_max; /* space at name (only when reading header) *
    [all...]
  /src/common/dist/zlib/
zconf.h 161 # define uInt z_uInt
403 typedef unsigned int uInt; /* 16 bits or more */
414 typedef uInt FAR uIntf;
  /src/external/gpl3/binutils/dist/zlib/
zconf.h 157 # define uInt z_uInt
395 typedef unsigned int uInt; /* 16 bits or more */
406 typedef uInt FAR uIntf;
  /src/external/gpl3/binutils.old/dist/zlib/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
  /src/external/gpl3/gdb/dist/zlib/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;
  /src/external/gpl3/gdb.old/dist/zlib/
zconf.h 154 # define uInt z_uInt
393 typedef unsigned int uInt; /* 16 bits or more */
404 typedef uInt FAR uIntf;

Completed in 42 milliseconds