Home
last modified time | relevance | path

Searched refs:uintType (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/lang/seed7/seed7/src/
H A Dint_rtl.c287 uintType uintMult (uintType factor1, uintType factor2, uintType *product_high) in uintMult()
378 static inline uintType uint2Mult (uintType factor1_high, uintType factor1_low, in uint2Mult()
379 uintType factor2_high, uintType factor2_low, uintType *product_high) in uint2Mult()
432 static inline uintType uint2Add (uintType summand1_high, uintType summand1_low, in uint2Add()
433 uintType summand2_high, uintType summand2_low, uintType *sum_high) in uint2Add()
507 uintType uintRandLimited (uintType rand_max) in uintRandLimited()
527 static uintType uintGcd (uintType number1, uintType number2) in uintGcd()
717 intType uintCmp (uintType number1, uintType number2) in uintCmp()
1175 uintType gcd;
1292 uintType uintBinomNoChk (uintType n_number, intType k_number)
[all …]
H A Dint_rtl.h44 uintType uintMult (uintType factor1, uintType factor2, uintType *product_high);
45 striType uintNBytesBe (uintType number, intType length);
46 striType uintNBytesLe (uintType number, intType length);
47 uintType uintRand (void);
48 uintType uintRandMantissa (void);
49 uintType uintRandLimited (uintType rand_max);
62 intType uintCard (uintType number);
63 striType uintRadix (uintType number, intType base, boolType upperCase);
64 striType uintRadixPow2 (uintType number, int shift, int mask, boolType upperCase);
65 striType uintStr (uintType number);
[all …]
H A Dnumlit.c79 uintType digitval; in decimalValue()
80 uintType uintValue = 0; in decimalValue()
85 digitval = ((uintType) digits[position]) - ((uintType) '0'); in decimalValue()
109 uintType max_div_base; in basedValue()
111 uintType digitval; in basedValue()
112 uintType uintValue = 0; in basedValue()
180 uintType digitval; in readBigBased()
215 static inline void basedInteger (uintType base) in basedInteger()
241 uintType uintValue; in intExponent()
242 uintType exponent; in intExponent()
[all …]
H A Dchclsutl.c135 digit_value[character] = (uintType) character - (uintType) '0'; in init_chclass()
138 digit_value[character] = (uintType) 10 + in init_chclass()
139 (uintType) character - (uintType) 'A'; in init_chclass()
142 digit_value[character] = (uintType) 10 + in init_chclass()
143 (uintType) character - (uintType) 'a'; in init_chclass()
H A Dcommon.h162 typedef uint32Type uintType; typedef
580 #define arraySize(arr) (memSizeType) ((uintType) (arr)->max_position - (uintType) (arr)->min_positi…
582 #define arrayIndex(arr,pos) (memSizeType) ((uintType) (pos) - (uintType) (arr)->min_position)
583 #define arrayMaxPos(min_position,size) (intType) ((uintType) (min_position) + (uintType) (size) - 1)
585 #define bitsetSize(set) (memSizeType) ((uintType) (set)->max_position - (uintType) (set)->min_posit…
587 #define bitsetIndex(set,pos) (memSizeType) ((uintType) (pos) - (uintType) (set)->min_position)
641 uintType usage_count;
651 uintType usage_count;
656 uintType usage_count;
664 uintType usage_count;
[all …]
H A Dpcs_rtl.c159 *dest != NULL ? (*dest)->usage_count : (uintType) 0, in pcsCpy()
161 source != NULL ? source->usage_count : (uintType) 0);); in pcsCpy()
175 *dest != NULL ? (*dest)->usage_count : (uintType) 0, in pcsCpy()
177 source != NULL ? source->usage_count : (uintType) 0);); in pcsCpy()
208 source != NULL ? source->usage_count : (uintType) 0);); in pcsCreate()
214 source != NULL ? source->usage_count : (uintType) 0);); in pcsCreate()
250 oldProcess != NULL ? oldProcess->usage_count : (uintType) 0);); in pcsDestr()
H A Ddrw_rtl.c130 *dest != NULL ? (*dest)->usage_count : (uintType) 0, in drwCpy()
132 source != NULL ? source->usage_count : (uintType) 0);); in drwCpy()
146 *dest != NULL ? (*dest)->usage_count : (uintType) 0, in drwCpy()
148 source != NULL ? source->usage_count : (uintType) 0);); in drwCpy()
179 source != NULL ? source->usage_count : (uintType) 0);); in drwCreate()
185 source != NULL ? source->usage_count : (uintType) 0);); in drwCreate()
221 old_win != NULL ? old_win->usage_count : (uintType) 0);); in drwDestr()
260 (uintType) height > in drwGetImagePixel()
261 MAX_MEMSIZETYPE / sizeof(int32Type) / (uintType) width)) { in drwGetImagePixel()
H A Dset_rtl.c60 static inline uintType bitsetPopulation (bitSetType bitset) in bitsetPopulation()
68 return (uintType) ((bitset * UINT32_SUFFIX(0x01010101)) >> 24); in bitsetPopulation()
74 return (uintType) ((bitset * UINT64_SUFFIX(0x0101010101010101)) >> 56); in bitsetPopulation()
215 uintType card = 0; in setCard()
1655 (size_t) (uintType) (start_position - stop_position - 1) *
1698 uintType setToUInt (const const_setType set1, const intType lowestBitNum)
1704 uintType bitPattern;
1715 bitPattern = (uintType) set1->bitset[bitset_index];
1717 bitPattern = (uintType) (set1->bitset[bitset_index] >> bit_index |
1728 bitPattern = (uintType)
[all …]
H A Danalyze.h28 progType analyzeFile (const const_striType sourceFileArgument, uintType options,
31 progType analyze (const const_striType sourceFileArgument, uintType options,
33 progType analyzeString (const const_striType input_string, uintType options,
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dtypes.C362 template<typename uintType>
382 template<typename uintType>
384 toBin(uintType v, uint32 w) { in toBin()
404 template<typename uintType>
424 template<typename uintType>
426 toOct(uintType v, uint32 w) { in toOct()
446 template<typename uintType>
468 template<typename uintType>
470 toDec(uintType v, uint32 w) { in toDec()
490 template<typename uintType>
[all …]
H A Dtypes.H357 template<typename uintType> char *toBin(uintType value, char *out, uint32 width=128);
358 template<typename uintType> char *toOct(uintType value, char *out, uint32 width=128);
359 template<typename uintType> char *toDec(uintType value, char *out, uint32 width=128);
360 template<typename uintType> char *toHex(uintType value, char *out, uint32 width=128);
362 template<typename uintType> char const *toBin(uintType value, uint32 width=128);
363 template<typename uintType> char const *toOct(uintType value, uint32 width=128);
364 template<typename uintType> char const *toDec(uintType value, uint32 width=128);
365 template<typename uintType> char const *toHex(uintType value, uint32 width=128);
H A Dbits.H73 template<typename uintType>
74 uintType
76 uintType r; in buildLowBitMask()
78 r = ~((uintType)0); in buildLowBitMask()
80 r &= -(uintType)(numBits != 0); in buildLowBitMask()
81 r |= -(uintType)(numBits > 8 * sizeof(uintType)); in buildLowBitMask()
86 template<typename uintType>
87 uintType
89 uintType r; in buildHighBitMask()
91 r = ~((uintType)0); in buildHighBitMask()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/archivers/lzma/lzma-19.00/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/archivers/7-zip/7-zip-21.07/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Common/
H A DStringToInt.cpp11 #define CONVERT_STRING_TO_UINT_FUNC(uintType, charType, charTypeUnsigned) \ argument
12 uintType ConvertStringTo ## uintType(const charType *s, const charType **end) throw() { \
14 uintType res = 0; \
18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
/dports/lang/seed7/seed7/lib/comp/
H A Dbin_act.s7i54 declareExtern(c_prog, "intType uintCmp (uintType, uintType);");
214 c_expr.expr &:= "(intType)((uintType)(";
246 c_expr.expr &:= "(intType)((uintType)(";
360 c_expr.expr &:= "(uintType)";
362 c_expr.expr &:= ">(uintType)";
382 c_expr.expr &:= "((uintType)(";
387 c_expr.expr &:= "(uintType)(";
474 c_expr.expr &:= "(uintType)";
476 c_expr.expr &:= ">(uintType)";
496 c_expr.expr &:= "((uintType)(";
[all …]

12345678910>>...13