This file is indexed.

/usr/include/kerngen/ubnchx1.inc is in libkernlib1-dev 20061220+dfsg3-4.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#if defined(CERNLIB_B64)
C-  - PARAMETER    (MASK1  = X'FF00000000000000')
      PARAMETER    (MASK1  = -72057594037927936 )
#elif defined(CERNLIB_B32)
C-  - PARAMETER    (MASK1  = X'FF000000')
      PARAMETER    (MASK1  =  -16777216 )
#endif