Home
last modified time | relevance | path

Searched refs:uInt (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h100 uInt pending; /* nb of bytes in the pending buffer */
103 uInt gzindex; /* where in extra, name, or comment */
109 uInt w_size; /* LZ77 window size (32K by default) */
110 uInt w_bits; /* log2(w_size) (8..16) */
111 uInt w_mask; /* w_size - 1 */
136 uInt ins_h; /* hash index of string to be inserted */
137 uInt hash_size; /* number of elements in hash table */
138 uInt hash_bits; /* log2(hash_size) */
139 uInt hash_mask; /* hash_size-1 */
141 uInt hash_shift;
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h115 uInt w_size; /* LZ77 window size (32K by default) */
116 uInt w_bits; /* log2(w_size) (8..16) */
117 uInt w_mask; /* w_size - 1 */
142 uInt ins_h; /* hash index of string to be inserted */
143 uInt hash_size; /* number of elements in hash table */
144 uInt hash_bits; /* log2(hash_size) */
145 uInt hash_mask; /* hash_size-1 */
147 uInt hash_shift;
159 uInt match_length; /* length of best match */
162 uInt strstart; /* start of string to insert */
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal64.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
53 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
89 uInt status=0; /* status accumulator */ in decimal64FromNumber()
93 uInt comb, exp; /* .. */ in decimal64FromNumber()
94 uInt uiwork; /* for macros */ in decimal64FromNumber()
95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber()
146 uInt msd; /* work */ in decimal64FromNumber()
150 exp=(uInt)(dn->exponent+DECIMAL64_Bias); /* bias exponent */ in decimal64FromNumber()
159 uInt dpd[6]={0,0,0,0,0,0}; in decimal64FromNumber()
[all …]
H A Ddecimal32.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
53 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
83 uInt status=0; /* status accumulator */ in decimal32FromNumber()
87 uInt comb, exp; /* .. */ in decimal32FromNumber()
88 uInt uiwork; /* for macros */ in decimal32FromNumber()
89 uInt targ=0; /* target 32-bit */ in decimal32FromNumber()
138 uInt msd; /* work */ in decimal32FromNumber()
142 exp=(uInt)(dn->exponent+DECIMAL32_Bias); /* bias exponent */ in decimal32FromNumber()
152 if (dn->digits>3) targ|=(uInt)(BIN2DPD[dn->lsu[1]])<<10; in decimal32FromNumber()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal64.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
53 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
89 uInt status=0; /* status accumulator */ in decimal64FromNumber()
93 uInt comb, exp; /* .. */ in decimal64FromNumber()
94 uInt uiwork; /* for macros */ in decimal64FromNumber()
95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber()
146 uInt msd; /* work */ in decimal64FromNumber()
150 exp=(uInt)(dn->exponent+DECIMAL64_Bias); /* bias exponent */ in decimal64FromNumber()
159 uInt dpd[6]={0,0,0,0,0,0}; in decimal64FromNumber()
[all …]
H A Ddecimal32.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
53 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
83 uInt status=0; /* status accumulator */ in decimal32FromNumber()
87 uInt comb, exp; /* .. */ in decimal32FromNumber()
88 uInt uiwork; /* for macros */ in decimal32FromNumber()
89 uInt targ=0; /* target 32-bit */ in decimal32FromNumber()
138 uInt msd; /* work */ in decimal32FromNumber()
142 exp=(uInt)(dn->exponent+DECIMAL32_Bias); /* bias exponent */ in decimal32FromNumber()
152 if (dn->digits>3) targ|=(uInt)(BIN2DPD[dn->lsu[1]])<<10; in decimal32FromNumber()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal64.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
53 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
89 uInt status=0; /* status accumulator */ in decimal64FromNumber()
93 uInt comb, exp; /* .. */ in decimal64FromNumber()
94 uInt uiwork; /* for macros */ in decimal64FromNumber()
95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber()
146 uInt msd; /* work */ in decimal64FromNumber()
150 exp=(uInt)(dn->exponent+DECIMAL64_Bias); /* bias exponent */ in decimal64FromNumber()
159 uInt dpd[6]={0,0,0,0,0,0}; in decimal64FromNumber()
[all …]
H A Ddecimal32.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
53 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
83 uInt status=0; /* status accumulator */ in decimal32FromNumber()
87 uInt comb, exp; /* .. */ in decimal32FromNumber()
88 uInt uiwork; /* for macros */ in decimal32FromNumber()
89 uInt targ=0; /* target 32-bit */ in decimal32FromNumber()
138 uInt msd; /* work */ in decimal32FromNumber()
142 exp=(uInt)(dn->exponent+DECIMAL32_Bias); /* bias exponent */ in decimal32FromNumber()
152 if (dn->digits>3) targ|=(uInt)(BIN2DPD[dn->lsu[1]])<<10; in decimal32FromNumber()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal64.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
53 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
89 uInt status=0; /* status accumulator */ in decimal64FromNumber()
93 uInt comb, exp; /* .. */ in decimal64FromNumber()
94 uInt uiwork; /* for macros */ in decimal64FromNumber()
95 uInt targar[2]={0, 0}; /* target 64-bit */ in decimal64FromNumber()
146 uInt msd; /* work */ in decimal64FromNumber()
150 exp=(uInt)(dn->exponent+DECIMAL64_Bias); /* bias exponent */ in decimal64FromNumber()
159 uInt dpd[6]={0,0,0,0,0,0}; in decimal64FromNumber()
[all …]
H A Ddecimal32.c47 extern const uInt COMBEXP[32], COMBMSD[32];
52 extern void decDigitsToDPD(const decNumber *, uInt *, Int);
53 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);
83 uInt status=0; /* status accumulator */ in decimal32FromNumber()
87 uInt comb, exp; /* .. */ in decimal32FromNumber()
88 uInt uiwork; /* for macros */ in decimal32FromNumber()
89 uInt targ=0; /* target 32-bit */ in decimal32FromNumber()
138 uInt msd; /* work */ in decimal32FromNumber()
142 exp=(uInt)(dn->exponent+DECIMAL32_Bias); /* bias exponent */ in decimal32FromNumber()
152 if (dn->digits>3) targ|=(uInt)(BIN2DPD[dn->lsu[1]])<<10; in decimal32FromNumber()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dzip.h156 uInt size_extrafield_local,
158 uInt size_extrafield_global,
167 uInt size_extrafield_local,
169 uInt size_extrafield_global,
196 uInt size_extrafield_local,
198 uInt size_extrafield_global,
209 uInt size_extrafield_local,
211 uInt size_extrafield_global,
225 uInt size_extrafield_local,
227 uInt size_extrafield_global,
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dzip.h156 uInt size_extrafield_local,
158 uInt size_extrafield_global,
167 uInt size_extrafield_local,
169 uInt size_extrafield_global,
196 uInt size_extrafield_local,
198 uInt size_extrafield_global,
209 uInt size_extrafield_local,
211 uInt size_extrafield_global,
225 uInt size_extrafield_local,
227 uInt size_extrafield_global,
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dzip.h156 uInt size_extrafield_local,
158 uInt size_extrafield_global,
167 uInt size_extrafield_local,
169 uInt size_extrafield_global,
196 uInt size_extrafield_local,
198 uInt size_extrafield_global,
209 uInt size_extrafield_local,
211 uInt size_extrafield_global,
225 uInt size_extrafield_local,
227 uInt size_extrafield_global,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumberLocal.h92 #define uInt uint32_t macro
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; \
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
349 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
350 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
426 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
[all …]
H A DdecBasic.c61 const decFloat *, decContext *, uInt);
72 static uInt decToInt32(const decFloat *, decContext *, enum rounding,
86 uInt encode, precode, dpd; /* work */ in decCanonical()
87 uInt inword, uoff, canon; /* .. */ in decCanonical()
100 uInt sourhi=DFWORD(df, 0); in decCanonical()
101 uInt sourlo=DFWORD(df, 1); in decCanonical()
108 uInt sourhi=DFWORD(df, 0); in decCanonical()
109 uInt sourmh=DFWORD(df, 1); in decCanonical()
110 uInt sourml=DFWORD(df, 2); in decCanonical()
111 uInt sourlo=DFWORD(df, 3); in decCanonical()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumberLocal.h92 #define uInt uint32_t macro
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; \
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
349 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
350 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
426 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
[all …]
H A DdecBasic.c61 const decFloat *, decContext *, uInt);
72 static uInt decToInt32(const decFloat *, decContext *, enum rounding,
86 uInt encode, precode, dpd; /* work */ in decCanonical()
87 uInt inword, uoff, canon; /* .. */ in decCanonical()
100 uInt sourhi=DFWORD(df, 0); in decCanonical()
101 uInt sourlo=DFWORD(df, 1); in decCanonical()
108 uInt sourhi=DFWORD(df, 0); in decCanonical()
109 uInt sourmh=DFWORD(df, 1); in decCanonical()
110 uInt sourml=DFWORD(df, 2); in decCanonical()
111 uInt sourlo=DFWORD(df, 3); in decCanonical()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumberLocal.h92 #define uInt uint32_t macro
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; \
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
349 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
350 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
426 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
[all …]
H A DdecBasic.c61 const decFloat *, decContext *, uInt);
72 static uInt decToInt32(const decFloat *, decContext *, enum rounding,
86 uInt encode, precode, dpd; /* work */ in decCanonical()
87 uInt inword, uoff, canon; /* .. */ in decCanonical()
100 uInt sourhi=DFWORD(df, 0); in decCanonical()
101 uInt sourlo=DFWORD(df, 1); in decCanonical()
108 uInt sourhi=DFWORD(df, 0); in decCanonical()
109 uInt sourmh=DFWORD(df, 1); in decCanonical()
110 uInt sourml=DFWORD(df, 2); in decCanonical()
111 uInt sourlo=DFWORD(df, 3); in decCanonical()
[all …]
H A DdecContext.c54 const uInt DECPOWERS[10]={1, 10, 100, 1000, 10000, 100000, 1000000,
67 decContext *decContextClearStatus(decContext *context, uInt mask) { in decContextClearStatus()
162 uInt decContextGetStatus(decContext *context) { in decContextGetStatus()
179 uInt newstatus, uInt mask) { in decContextRestoreStatus()
195 uInt decContextSaveStatus(decContext *context, uInt mask) { in decContextSaveStatus()
224 decContext * decContextSetStatus(decContext *context, uInt status) { in decContextSetStatus()
340 decContext * decContextSetStatusQuiet(decContext *context, uInt status) { in decContextSetStatusQuiet()
392 uInt dle=(uInt)DECLITEND; /* unsign */ in decContextTestEndian()
420 uInt decContextTestSavedStatus(uInt oldstatus, uInt mask) { in decContextTestSavedStatus()
434 uInt decContextTestStatus(decContext *context, uInt mask) { in decContextTestStatus()
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumberLocal.h92 #define uInt uint32_t macro
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; \
172 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
312 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
349 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
350 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
426 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
[all …]
H A DdecBasic.c61 const decFloat *, decContext *, uInt);
72 static uInt decToInt32(const decFloat *, decContext *, enum rounding,
86 uInt encode, precode, dpd; /* work */ in decCanonical()
87 uInt inword, uoff, canon; /* .. */ in decCanonical()
100 uInt sourhi=DFWORD(df, 0); in decCanonical()
101 uInt sourlo=DFWORD(df, 1); in decCanonical()
108 uInt sourhi=DFWORD(df, 0); in decCanonical()
109 uInt sourmh=DFWORD(df, 1); in decCanonical()
110 uInt sourml=DFWORD(df, 2); in decCanonical()
111 uInt sourlo=DFWORD(df, 3); in decCanonical()
[all …]
/netbsd-src/sys/net/
H A Dzlib.c246 extern void zmemcpy(Bytef* dest, const Bytef* source, uInt len);
247 extern int zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
248 extern void zmemzero(Bytef* dest, uInt len);
273 uInt len);
382 uInt w_size; /* LZ77 window size (32K by default) */
383 uInt w_bits; /* log2(w_size) (8..16) */
384 uInt w_mask; /* w_size - 1 */
409 uInt ins_h; /* hash index of string to be inserted */
410 uInt hash_size; /* number of elements in hash table */
411 uInt hash_bits; /* log2(hash_size) */
[all …]

123456