(root)/
strace-6.5/
src/
xlat/
v4l2_buf_flags_ts_src.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/v4l2_buf_flags_ts_src.in; do not edit. */
       2  
       3  #include "gcc_compat.h"
       4  #include "static_assert.h"
       5  
       6  #undef XLAT_PREV_VAL
       7  
       8  #ifndef XLAT_MACROS_ONLY
       9  
      10  # ifdef IN_MPERS
      11  
      12  extern const struct xlat v4l2_buf_flags_ts_src[];
      13  
      14  # else
      15  
      16  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      17  static const struct xlat_data v4l2_buf_flags_ts_src_xdata[] = {
      18  
      19   XLAT(V4L2_BUF_FLAG_TSTAMP_SRC_EOF),
      20   #define XLAT_VAL_0 ((unsigned) (V4L2_BUF_FLAG_TSTAMP_SRC_EOF))
      21   #define XLAT_STR_0 STRINGIFY(V4L2_BUF_FLAG_TSTAMP_SRC_EOF)
      22   XLAT(V4L2_BUF_FLAG_TSTAMP_SRC_SOE),
      23   #define XLAT_VAL_1 ((unsigned) (V4L2_BUF_FLAG_TSTAMP_SRC_SOE))
      24   #define XLAT_STR_1 STRINGIFY(V4L2_BUF_FLAG_TSTAMP_SRC_SOE)
      25  };
      26  #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
      27  static
      28  #  endif
      29  const struct xlat v4l2_buf_flags_ts_src[1] = { {
      30   .data = v4l2_buf_flags_ts_src_xdata,
      31   .size = ARRAY_SIZE(v4l2_buf_flags_ts_src_xdata),
      32   .type = XT_NORMAL,
      33   .flags_mask = 0
      34  #  ifdef XLAT_VAL_0
      35    | XLAT_VAL_0
      36  #  endif
      37  #  ifdef XLAT_VAL_1
      38    | XLAT_VAL_1
      39  #  endif
      40    ,
      41   .flags_strsz = 0
      42  #  ifdef XLAT_STR_0
      43    + sizeof(XLAT_STR_0)
      44  #  endif
      45  #  ifdef XLAT_STR_1
      46    + sizeof(XLAT_STR_1)
      47  #  endif
      48    ,
      49  } };
      50  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      51  
      52  #  undef XLAT_STR_0
      53  #  undef XLAT_VAL_0
      54  #  undef XLAT_STR_1
      55  #  undef XLAT_VAL_1
      56  # endif /* !IN_MPERS */
      57  
      58  #endif /* !XLAT_MACROS_ONLY */