HomeSort by relevance Sort by last modified time
    Searched refs:XLAT (Results 251 - 261 of 261) sorted by null

<<11

  /external/strace/xlat/
fdflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/fdflags.in; do not edit. */
5 # error static const struct xlat fdflags in mpers mode
10 const struct xlat fdflags[] = {
12 XLAT(FD_CLOEXEC),
mlock_flags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/mlock_flags.in; do not edit. */
8 # error static const struct xlat mlock_flags in mpers mode
13 const struct xlat mlock_flags[] = {
14 XLAT(MLOCK_ONFAULT),
sched_flags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sched_flags.in; do not edit. */
8 # error static const struct xlat sched_flags in mpers mode
13 const struct xlat sched_flags[] = {
14 XLAT(SCHED_FLAG_RESET_ON_FORK),
seccomp_filter_flags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/seccomp_filter_flags.in; do not edit. */
8 # error static const struct xlat seccomp_filter_flags in mpers mode
13 const struct xlat seccomp_filter_flags[] = {
14 XLAT(SECCOMP_FILTER_FLAG_TSYNC),
sockipxoptions.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sockipxoptions.in; do not edit. */
5 # error static const struct xlat sockipxoptions in mpers mode
10 const struct xlat sockipxoptions[] = {
12 XLAT(IPX_TYPE),
sockrawoptions.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
5 # error static const struct xlat sockrawoptions in mpers mode
10 const struct xlat sockrawoptions[] = {
12 XLAT(ICMP_FILTER),
v4l2_capture_modes.h 1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_capture_modes.in; do not edit. */
5 # error static const struct xlat v4l2_capture_modes in mpers mode
10 const struct xlat v4l2_capture_modes[] = {
12 XLAT(V4L2_MODE_HIGHQUALITY),
v4l2_streaming_capabilities.h 1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */
5 # error static const struct xlat v4l2_streaming_capabilities in mpers mode
10 const struct xlat v4l2_streaming_capabilities[] = {
12 XLAT(V4L2_CAP_TIMEPERFRAME),
epollflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/epollflags.in; do not edit. */
10 # error static const struct xlat epollflags in mpers mode
15 const struct xlat epollflags[] = {
17 XLAT(EPOLL_CLOEXEC),
  /external/strace/
defs.h 363 struct xlat { struct
367 #define XLAT(x) { x, #x }
370 extern const struct xlat addrfams[];
371 extern const struct xlat at_flags[];
372 extern const struct xlat dirent_types[];
373 extern const struct xlat open_access_modes[];
374 extern const struct xlat open_mode_flags[];
375 extern const struct xlat resource_flags[];
376 extern const struct xlat whence_codes[];
529 extern const char *xlookup(const struct xlat *, const unsigned int)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 680 #define XLAT CHOICE(xlat, xlat, xlat)
    [all...]

Completed in 439 milliseconds

<<11