| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 073-if-in-ifdef.c | 1 #ifdef UNDEF 2 #if UNDEF > 1
|
| H A D | 076-elif-undef-nested.c | 1 #ifdef UNDEF 2 #if UNDEF == 4 3 #elif UNDEF == 5
|
| H A D | 075-elif-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0 3 #elif UNDEF == 3
|
| H A D | 074-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 073-if-in-ifdef.c | 1 #ifdef UNDEF 2 #if UNDEF > 1
|
| H A D | 076-elif-undef-nested.c | 1 #ifdef UNDEF 2 #if UNDEF == 4 3 #elif UNDEF == 5
|
| H A D | 075-elif-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0 3 #elif UNDEF == 3
|
| H A D | 074-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | struct.c | 46 .pxMetrics.height = UNDEF, 47 .pxMetrics.maxX = UNDEF, 48 .pxMetrics.minX = UNDEF, 49 .pxMetrics.maxY = UNDEF, 50 .pxMetrics.minY = UNDEF, 51 .pxMetrics.xHeight = UNDEF, 52 .pxMetrics.capHeight = UNDEF, 53 .pxMetrics.maxAwidth = UNDEF, 54 .pxMetrics.awidth = UNDEF, 55 .pxMetrics.ascent = UNDEF, [all...] |
| H A D | fonttosfnt.h | 73 #define UNDEF 0x80000000 macro
|
| H A D | write.c | 242 if(font->pxMetrics.size == UNDEF) { 249 if(font->pxMetrics.ascent == UNDEF) { 260 if(font->pxMetrics.descent == UNDEF) { 271 if(font->pxMetrics.capHeight == UNDEF) { 282 if(font->pxMetrics.xHeight == UNDEF) { 293 if(font->pxMetrics.underlinePosition == UNDEF) 301 if(font->pxMetrics.underlineThickness == UNDEF)
|
| H A D | util.c | 389 return UNDEF;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charsets.h | 60 #define UNDEF 0x2426 /* rendered as a backwards "?" */ macro 89 XXX(0xA0, UNDEF) \ 90 XXX(0xFF, UNDEF) \ 103 XXX(0x5F, UNDEF) \ 366 XXX(0x24, UNDEF) \ 367 XXX(0x26, UNDEF) \ 369 XXX(0x2C, UNDEF) \ 370 XXX(0x2D, UNDEF) \ 371 XXX(0x2E, UNDEF) \ 372 XXX(0x2F, UNDEF) \ [all...] |
| H A D | gen-charsets.pl | 77 #define UNDEF 0x2426\t\t/* rendered as a backwards \"?\" */"; 322 |UNDEF 345 $macros = "XXX" if ( $target eq "UNDEF" );
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.h | 66 UNDEF = 273, enumerator in enum:yytokentype
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.h | 72 UNDEF = 273, /* UNDEF */ enumerator in enum:yytokentype
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_ra_validate.c | 76 #define UNDEF ((struct ir3_register *)(uintptr_t)1) macro 422 if (state->def == UNDEF) { 517 start->full.regs[i].def = UNDEF; 519 start->half.regs[i].def = UNDEF; 521 start->shared.regs[i].def = UNDEF;
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | def.h | 84 #define UNDEF 6 macro
|
| H A D | parse.c | 86 case UNDEF: 193 case UNDEF: 629 case UNDEF:
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_lower_regioning.cpp | 333 ibld.UNDEF(tmp); 376 ibld.UNDEF(tmp); 425 ibld.UNDEF(tmp);
|
| H A D | brw_fs_builder.h | 783 UNDEF(const dst_reg &dst) const function in class:brw::fs_builder
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 432 RETURN_TOKEN (UNDEF);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 426 RETURN_TOKEN (UNDEF);
|
| H A D | glcpp-parse.y | 177 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS 274 | HASH_TOKEN UNDEF IDENTIFIER NEWLINE { 2218 else if (ret == DEFINE_TOKEN || ret == UNDEF || ret == IF ||
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_be.c | 1757 CHK("undef", UNDEF); 1784 CHK("undef", UNDEF); 1816 CHK("undef", UNDEF);
|