Searched refs:USED (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h212 * PUBLIC/USED macros
217 * We also need to define a USED attribute, so the optimizer doesn't
223 # define USED __attribute__((used)) macro
226 # define USED macro
229 # define USED macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmacros.h270 * PUBLIC/USED macros
275 * We also need to define a USED attribute, so the optimizer doesn't
281 # define USED macro
284 # define USED __attribute__((used)) macro
287 # define USED macro
/xsrc/external/mit/xterm/dist/vttests/
H A Dmodify-keys.pl1201 $tmp{USED} += 1;
1206 $obj{USED} = hex $code; # 0/1 for used/unused
1213 $obj{USED}, $obj{CODE}
1222 $type->{USED} = 0;
1273 next if ( $type{USED} == 0 and not $opt_v );
1276 sprintf( "%d", $type{USED} ), 5, sprintf( "%d", $type{SIZE} ), 0,
1387 next unless ( $obj{USED} );

Completed in 5 milliseconds