Searched refs:UNSIGNED (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 64 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 …]
|
D | u_format_parse.py | 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 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,
|
D | u_format_table.py | 57 UNSIGNED: "UTIL_FORMAT_TYPE_UNSIGNED", 168 …ormat.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars.m | 30 // CHECK-SAME: baseType: ![[UNSIGNED:[0-9]+]] 34 // CHECK: ![[UNSIGNED]] = !DIBasicType(name: "unsigned int" 37 // CHECK-SAME: baseType: ![[UNSIGNED]] 42 // CHECK-SAME: baseType: ![[UNSIGNED]]
|
/external/bison/lib/ |
D | strtol.c | 45 #ifndef UNSIGNED 46 # define UNSIGNED 0 macro 54 # if UNSIGNED 84 # if UNSIGNED 381 #if !UNSIGNED in INTERNAL() 394 #if UNSIGNED in INTERNAL()
|
D | strtoul.c | 17 #define UNSIGNED 1 macro
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_soa.py | 65 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedPublish.emf.properties | 47 # optional: one of NONE|UNSIGNED|SIGNREADY|BUILDREADY|SIGNED
|
D | feedPublish.uml2.properties | 47 # optional: one of NONE|UNSIGNED|SIGNREADY|BUILDREADY|SIGNED
|
D | feedPublish.eclipse.properties | 47 # optional: one of NONE|UNSIGNED|SIGNREADY|BUILDREADY|SIGNED
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.ll | 413 unsigned KEYWORD(110 || ES, 999, UNSIGNED);
|
D | glsl_parser.yy | 134 %token LONG_TOK SHORT_TOK DOUBLE_TOK HALF FIXED_TOK UNSIGNED INPUT_TOK OUPTUT
|
/external/avahi/specs/ |
D | draft-cheshire-dnsext-multicastdns-04.txt | 1071 interpreting the bytes as eight-bit UNSIGNED values, until a byte 1086 Note that it is vital that the bytes are interpreted as UNSIGNED
|
D | draft-cheshire-dnsext-multicastdns-03.txt | 1071 interpreting the bytes as eight-bit UNSIGNED values, until a byte 1086 Note that it is vital that the bytes are interpreted as UNSIGNED
|
D | draft-cheshire-dnsext-multicastdns-05.txt | 1170 interpreting the bytes as eight-bit UNSIGNED values, until a byte 1186 Note that it is vital that the bytes are interpreted as UNSIGNED
|
D | draft-cheshire-dnsext-multicastdns-06.txt | 1340 interpreting the bytes as eight-bit UNSIGNED values, until a byte 1356 Note that it is vital that the bytes are interpreted as UNSIGNED
|