Searched refs:UNDEF (Results 1 - 25 of 131) sorted by relevance

123456

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D073-if-in-ifdef.c1 #ifdef UNDEF
2 #if UNDEF > 1
H A D076-elif-undef-nested.c1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
H A D075-elif-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
H A D074-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D073-if-in-ifdef.c1 #ifdef UNDEF
2 #if UNDEF > 1
H A D076-elif-undef-nested.c1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
H A D075-elif-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
H A D074-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
/xsrc/external/mit/fonttosfnt/dist/
H A Dstruct.c46 .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 Dfonttosfnt.h73 #define UNDEF 0x80000000 macro
H A Dwrite.c242 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 Dutil.c389 return UNDEF;
/xsrc/external/mit/xterm/dist/
H A Dcharsets.h60 #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 Dgen-charsets.pl77 #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 Dglcpp-parse.h66 UNDEF = 273, enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.h72 UNDEF = 273, /* UNDEF */ enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra_validate.c76 #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 Ddef.h84 #define UNDEF 6 macro
H A Dparse.c86 case UNDEF:
193 case UNDEF:
629 case UNDEF:
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp333 ibld.UNDEF(tmp);
376 ibld.UNDEF(tmp);
425 ibld.UNDEF(tmp);
H A Dbrw_fs_builder.h783 UNDEF(const dst_reg &dst) const function in class:brw::fs_builder
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l432 RETURN_TOKEN (UNDEF);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l426 RETURN_TOKEN (UNDEF);
H A Dglcpp-parse.y177 %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 Dparse_be.c1757 CHK("undef", UNDEF);
1784 CHK("undef", UNDEF);
1816 CHK("undef", UNDEF);

Completed in 25 milliseconds

123456