Searched refs:INT_TYPE (Results 1 – 17 of 17) sorted by relevance
61 template <typename INT_TYPE>62 static void expand_bits(INT_TYPE* dst, in expand_bits()71 INT_TYPE* d = dst; in expand_bits()75 *d++ = (mask & (1 << i)) ? (INT_TYPE)(~0UL) : 0; in expand_bits()78 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes); in expand_bits()
37 template <typename INT_TYPE>38 static void expand_bits(INT_TYPE* dst, in expand_bits()47 INT_TYPE* d = dst; in expand_bits()51 *d++ = (mask & (1 << x)) ? (INT_TYPE)(~0UL) : 0; in expand_bits()54 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes); in expand_bits()
64 INT_TYPE = 267, enumerator
134 "int" { context->lexAfterType = true; return(INT_TYPE); }
161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE1089 | INT_TYPE {
1758 { context->lexAfterType = true; return(INT_TYPE); }
151 INT_TYPE = 267, enumerator
67 INT_TYPE = 268, enumerator
162 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE1016 | INT_TYPE {
177 "int" { return INT_TYPE; }
1403 YY_RULE_SETUP { return INT_TYPE; }
156 INT_TYPE = 268, enumerator
162 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE971 | INT_TYPE {
151 "int" { return INT_TYPE; }
1819 { return INT_TYPE; }
153 INT_TYPE = 267, enumerator
245 #define PYLONG_FROM_UINT(INT_TYPE, ival) \ argument252 INT_TYPE t = (ival); \