HomeSort by: relevance | last modified time | path
    Searched refs:USED (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/util/
macros.h 110 /* Attribute const is used for functions that have no effects other than their
151 /* Used to optionally mark structures with misaligned elements or size as
160 /* Attribute pure is used for functions that have no effects other than their
212 * PUBLIC/USED macros
217 * We also need to define a USED attribute, so the optimizer doesn't
223 # define USED __attribute__((used))
226 # define USED
229 # define USED
  /xsrc/external/mit/MesaLib/dist/src/util/
macros.h 158 /* Attribute const is used for functions that have no effects other than their
203 /* Used to optionally mark structures with misaligned elements or size as
212 /* Attribute pure is used for functions that have no effects other than their
270 * PUBLIC/USED macros
275 * We also need to define a USED attribute, so the optimizer doesn't
281 # define USED
284 # define USED __attribute__((used))
287 # define USED
294 * a function parameter to be used in some build configurations but not others
    [all...]
  /xsrc/external/mit/xterm/dist/vttests/
modify-keys.pl 30 # holders shall not be used in advertising or otherwise to promote the
46 # in the terminfo-style format used in this script.
76 our @symCache; # keysyms defined in keysymdef.h which might be used
640 # seen or used by xterm is not the same as the actual keycode.
1118 # For what it's worth, there is a C library (xkbfile) which could be used,
1201 $tmp{USED} += 1;
1206 $obj{USED} = hex $code; # 0/1 for used/unused
1213 $obj{USED}, $obj{CODE}
1222 $type->{USED} = 0
    [all...]

Completed in 6 milliseconds