(root)/
strace-6.5/
src/
xlat/
v4l2_sliced_flags.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/v4l2_sliced_flags.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_sliced_flags[];
      13  
      14  # else
      15  
      16  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      17  static const struct xlat_data v4l2_sliced_flags_xdata[] = {
      18   XLAT(V4L2_SLICED_VBI_625),
      19   #define XLAT_VAL_0 ((unsigned) (V4L2_SLICED_VBI_625))
      20   #define XLAT_STR_0 STRINGIFY(V4L2_SLICED_VBI_625)
      21   XLAT(V4L2_SLICED_TELETEXT_B),
      22   #define XLAT_VAL_1 ((unsigned) (V4L2_SLICED_TELETEXT_B))
      23   #define XLAT_STR_1 STRINGIFY(V4L2_SLICED_TELETEXT_B)
      24   XLAT(V4L2_SLICED_VPS),
      25   #define XLAT_VAL_2 ((unsigned) (V4L2_SLICED_VPS))
      26   #define XLAT_STR_2 STRINGIFY(V4L2_SLICED_VPS)
      27   XLAT(V4L2_SLICED_CAPTION_525),
      28   #define XLAT_VAL_3 ((unsigned) (V4L2_SLICED_CAPTION_525))
      29   #define XLAT_STR_3 STRINGIFY(V4L2_SLICED_CAPTION_525)
      30   XLAT(V4L2_SLICED_WSS_625),
      31   #define XLAT_VAL_4 ((unsigned) (V4L2_SLICED_WSS_625))
      32   #define XLAT_STR_4 STRINGIFY(V4L2_SLICED_WSS_625)
      33  
      34  };
      35  #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
      36  static
      37  #  endif
      38  const struct xlat v4l2_sliced_flags[1] = { {
      39   .data = v4l2_sliced_flags_xdata,
      40   .size = ARRAY_SIZE(v4l2_sliced_flags_xdata),
      41   .type = XT_NORMAL,
      42   .flags_mask = 0
      43  #  ifdef XLAT_VAL_0
      44    | XLAT_VAL_0
      45  #  endif
      46  #  ifdef XLAT_VAL_1
      47    | XLAT_VAL_1
      48  #  endif
      49  #  ifdef XLAT_VAL_2
      50    | XLAT_VAL_2
      51  #  endif
      52  #  ifdef XLAT_VAL_3
      53    | XLAT_VAL_3
      54  #  endif
      55  #  ifdef XLAT_VAL_4
      56    | XLAT_VAL_4
      57  #  endif
      58    ,
      59   .flags_strsz = 0
      60  #  ifdef XLAT_STR_0
      61    + sizeof(XLAT_STR_0)
      62  #  endif
      63  #  ifdef XLAT_STR_1
      64    + sizeof(XLAT_STR_1)
      65  #  endif
      66  #  ifdef XLAT_STR_2
      67    + sizeof(XLAT_STR_2)
      68  #  endif
      69  #  ifdef XLAT_STR_3
      70    + sizeof(XLAT_STR_3)
      71  #  endif
      72  #  ifdef XLAT_STR_4
      73    + sizeof(XLAT_STR_4)
      74  #  endif
      75    ,
      76  } };
      77  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      78  
      79  #  undef XLAT_STR_0
      80  #  undef XLAT_VAL_0
      81  #  undef XLAT_STR_1
      82  #  undef XLAT_VAL_1
      83  #  undef XLAT_STR_2
      84  #  undef XLAT_VAL_2
      85  #  undef XLAT_STR_3
      86  #  undef XLAT_VAL_3
      87  #  undef XLAT_STR_4
      88  #  undef XLAT_VAL_4
      89  # endif /* !IN_MPERS */
      90  
      91  #endif /* !XLAT_MACROS_ONLY */