Searched refs:UNSIGNED (Results 1 - 15 of 15) sorted by relevance

/external/bison/lib/
H A Dstrtoul.c17 #define UNSIGNED 1 macro
H A Dstrtol.c45 #ifndef UNSIGNED
46 # define UNSIGNED 0 macro
54 # if UNSIGNED
84 # if UNSIGNED
381 #if !UNSIGNED
394 #if UNSIGNED
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_pack.py64 elif channel.type == UNSIGNED:
82 elif channel.type == UNSIGNED:
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
132 if channel.type not in (VOID, UNSIGNED):
134 if channel.type == UNSIGNED and channel.pure == False:
165 if channel.type in (UNSIGNED, VOID):
204 if type.type == UNSIGNED:
221 if type.type == UNSIGNED:
282 assert src_channel.type == UNSIGNED
289 assert dst_channel.type == UNSIGNED
[all...]
H A Du_format_parse.py33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
83 if self.type == UNSIGNED:
95 if self.type == UNSIGNED:
175 if channel.type not in (VOID, UNSIGNED, SIGNED):
193 if channel.type not in (VOID, UNSIGNED, SIGNED):
214 'u': UNSIGNED,
H A Du_format_table.py57 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_pack.py64 elif channel.type == UNSIGNED:
82 elif channel.type == UNSIGNED:
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
132 if channel.type not in (VOID, UNSIGNED):
134 if channel.type == UNSIGNED and channel.pure == False:
165 if channel.type in (UNSIGNED, VOID):
204 if type.type == UNSIGNED:
221 if type.type == UNSIGNED:
282 assert src_channel.type == UNSIGNED
289 assert dst_channel.type == UNSIGNED
[all...]
H A Du_format_parse.py33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
83 if self.type == UNSIGNED:
95 if self.type == UNSIGNED:
175 if channel.type not in (VOID, UNSIGNED, SIGNED):
193 if channel.type not in (VOID, UNSIGNED, SIGNED):
214 'u': UNSIGNED,
H A Du_format_table.py57 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED",
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.py65 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT):
311 and (format.channels[0].type == UNSIGNED \
312 or format.channels[1].type == UNSIGNED):
645 channel = Channel(UNSIGNED, True, False, 8)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.py65 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT):
311 and (format.channels[0].type == UNSIGNED \
312 or format.channels[1].type == UNSIGNED):
645 channel = Channel(UNSIGNED, True, False, 8)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h190 UNSIGNED = 408, enumerator in enum:yytokentype
391 #define UNSIGNED 408 macro
H A Dglsl_parser.cc299 UNSIGNED = 408, enumerator in enum:yytokentype
500 #define UNSIGNED 408 macro
1116 "LONG_TOK", "SHORT_TOK", "DOUBLE_TOK", "HALF", "FIXED_TOK", "UNSIGNED",
H A Dglsl_lexer.cc2341 KEYWORD(110 || ES, 999, UNSIGNED);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3342 UNSIGNED = 0 variable
3352 c_uchar_type = CIntType(0, UNSIGNED)
3353 c_ushort_type = CIntType(1, UNSIGNED)
3354 c_uint_type = CIntType(2, UNSIGNED)
3355 c_ulong_type = CIntType(3, UNSIGNED)
3356 c_ulonglong_type = CIntType(4, UNSIGNED)
3381 c_py_unicode_type = CPyUnicodeIntType(RANK_INT-0.5, UNSIGNED)
3382 c_py_ucs4_type = CPyUCS4IntType(RANK_LONG-0.5, UNSIGNED)
3386 c_size_t_type = CSizeTType(RANK_LONG+0.5, UNSIGNED)
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 534 milliseconds