HomeSort by relevance Sort by last modified time
    Searched defs:XLAT (Results 1 - 3 of 3) sorted by null

  /external/strace/
defs.h 510 struct xlat { struct
514 #define XLAT(x) { x, #x }
517 extern const struct xlat open_mode_flags[];
518 extern const struct xlat addrfams[];
519 extern const struct xlat struct_user_offsets[];
520 extern const struct xlat open_access_modes[];
521 extern const struct xlat whence_codes[];
650 extern const char *xlookup(const struct xlat *, int);
672 extern void printxval(const struct xlat *, int, const char *);
676 extern void addflags(const struct xlat *, int)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 680 #define XLAT CHOICE(xlat, xlat, xlat)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 680 #define XLAT CHOICE(xlat, xlat, xlat)
    [all...]

Completed in 231 milliseconds