(root)/
strace-6.5/
src/
xlat/
v4l2_input_capabilities_flags.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/v4l2_input_capabilities_flags.in; do not edit. */
       2  
       3  #include "gcc_compat.h"
       4  #include "static_assert.h"
       5  
       6  DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
       7  static_assert((V4L2_IN_CAP_DV_TIMINGS) == (0x00000002), "V4L2_IN_CAP_DV_TIMINGS != 0x00000002");
       8  DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
       9  DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
      10  static_assert((V4L2_IN_CAP_STD) == (0x00000004), "V4L2_IN_CAP_STD != 0x00000004");
      11  DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
      12  DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
      13  static_assert((V4L2_IN_CAP_NATIVE_SIZE) == (0x00000008), "V4L2_IN_CAP_NATIVE_SIZE != 0x00000008");
      14  DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
      15  #undef XLAT_PREV_VAL
      16  
      17  #ifndef XLAT_MACROS_ONLY
      18  
      19  # ifdef IN_MPERS
      20  
      21  extern const struct xlat v4l2_input_capabilities_flags[];
      22  
      23  # else
      24  
      25  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      26  static const struct xlat_data v4l2_input_capabilities_flags_xdata[] = {
      27   XLAT(V4L2_IN_CAP_DV_TIMINGS),
      28   #define XLAT_VAL_0 ((unsigned) (V4L2_IN_CAP_DV_TIMINGS))
      29   #define XLAT_STR_0 STRINGIFY(V4L2_IN_CAP_DV_TIMINGS)
      30   XLAT(V4L2_IN_CAP_STD),
      31   #define XLAT_VAL_1 ((unsigned) (V4L2_IN_CAP_STD))
      32   #define XLAT_STR_1 STRINGIFY(V4L2_IN_CAP_STD)
      33   XLAT(V4L2_IN_CAP_NATIVE_SIZE),
      34   #define XLAT_VAL_2 ((unsigned) (V4L2_IN_CAP_NATIVE_SIZE))
      35   #define XLAT_STR_2 STRINGIFY(V4L2_IN_CAP_NATIVE_SIZE)
      36  };
      37  #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
      38  static
      39  #  endif
      40  const struct xlat v4l2_input_capabilities_flags[1] = { {
      41   .data = v4l2_input_capabilities_flags_xdata,
      42   .size = ARRAY_SIZE(v4l2_input_capabilities_flags_xdata),
      43   .type = XT_NORMAL,
      44   .flags_mask = 0
      45  #  ifdef XLAT_VAL_0
      46    | XLAT_VAL_0
      47  #  endif
      48  #  ifdef XLAT_VAL_1
      49    | XLAT_VAL_1
      50  #  endif
      51  #  ifdef XLAT_VAL_2
      52    | XLAT_VAL_2
      53  #  endif
      54    ,
      55   .flags_strsz = 0
      56  #  ifdef XLAT_STR_0
      57    + sizeof(XLAT_STR_0)
      58  #  endif
      59  #  ifdef XLAT_STR_1
      60    + sizeof(XLAT_STR_1)
      61  #  endif
      62  #  ifdef XLAT_STR_2
      63    + sizeof(XLAT_STR_2)
      64  #  endif
      65    ,
      66  } };
      67  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      68  
      69  #  undef XLAT_STR_0
      70  #  undef XLAT_VAL_0
      71  #  undef XLAT_STR_1
      72  #  undef XLAT_VAL_1
      73  #  undef XLAT_STR_2
      74  #  undef XLAT_VAL_2
      75  # endif /* !IN_MPERS */
      76  
      77  #endif /* !XLAT_MACROS_ONLY */