| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | rga.h | 39 RK_FORMAT_RGBA_8888 = 0x0 << 8, /* [0:31] R:G:B:A 8:8:8:8 little endian */ 40 RK_FORMAT_RGBX_8888 = 0x1 << 8, /* [0:31] R:G:B:X 8:8:8:8 little endian */ 41 RK_FORMAT_RGB_888 = 0x2 << 8, /* [0:23] R:G:B 8:8:8 little endian */ 42 RK_FORMAT_BGRA_8888 = 0x3 << 8, /* [0:31] B:G:R:A 8:8:8:8 little endian */ 43 RK_FORMAT_RGB_565 = 0x4 << 8, /* [0:15] R:G:B 5:6:5 little endian */ 44 RK_FORMAT_RGBA_5551 = 0x5 << 8, /* [0:15] R:G:B:A 5:5:5:1 little endian */ 45 RK_FORMAT_RGBA_4444 = 0x6 << 8, /* [0:15] R:G:B:A 4:4:4:4 little endian */ 46 RK_FORMAT_BGR_888 = 0x7 << 8, /* [0:23] B:G:R 8:8:8 little endian */ 48 RK_FORMAT_YCbCr_422_SP = 0x8 << 8, /* 2 plane YCbCr little endian 51 RK_FORMAT_YCbCr_422_P = 0x9 << 8, /* 3 plane YCbCr little endian [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codesourcery-mips/ |
| H A D | Config.in | 42 - MIPS32r2 - Little-Endian, 2008 NaN, O32 43 Select MIPS (little endian) core 46 - MIPS32r2 - Little-Endian, O32 47 Select MIPS (little endian) core 49 - MIPS32r2 - Little-Endian, O32, MIPS16 50 Select MIPS (little endian) core 53 - MIPS32r2 - Little-Endian, Soft-Float, O32 54 Select MIPS (little endian) core 56 - MIPS32r2 - Little-Endian, Soft-Float, O32, MIPS16 57 Select MIPS (little endian) core [all …]
|
| /OK3568_Linux_fs/external/libmali/include/GBM/ |
| H A D | gbm.h | 89 #define GBM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ 98 #define GBM_FORMAT_GR88 __gbm_fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 105 #define GBM_FORMAT_XRGB4444 __gbm_fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little … 106 #define GBM_FORMAT_XBGR4444 __gbm_fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little … 107 #define GBM_FORMAT_RGBX4444 __gbm_fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little … 108 #define GBM_FORMAT_BGRX4444 __gbm_fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little … 110 #define GBM_FORMAT_ARGB4444 __gbm_fourcc_code('A', 'R', '1', '2') /* [15:0] A:R:G:B 4:4:4:4 little … 111 #define GBM_FORMAT_ABGR4444 __gbm_fourcc_code('A', 'B', '1', '2') /* [15:0] A:B:G:R 4:4:4:4 little … 112 #define GBM_FORMAT_RGBA4444 __gbm_fourcc_code('R', 'A', '1', '2') /* [15:0] R:G:B:A 4:4:4:4 little … 113 #define GBM_FORMAT_BGRA4444 __gbm_fourcc_code('B', 'A', '1', '2') /* [15:0] B:G:R:A 4:4:4:4 little … [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | siteinfo.bbclass | 11 # * endianness: Return "be" for big endian targets, "le" for little endian 20 …"allarch": "endian-little bit-32", # bogus, but better than special-casing the checks below for al… 21 "aarch64": "endian-little bit-64 arm-common arm-64", 23 "arc": "endian-little bit-32 arc-common", 25 "arm": "endian-little bit-32 arm-common arm-32", 28 "bfin": "endian-little bit-32 bfin-common", 29 "epiphany": "endian-little bit-32", 30 "i386": "endian-little bit-32 ix86-common", 31 "i486": "endian-little bit-32 ix86-common", 32 "i586": "endian-little bit-32 ix86-common", [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | drm_fourcc.h | 72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ 84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 99 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 101 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 102 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | drm_fourcc.h | 72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ 84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 99 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 101 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 102 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | drm_fourcc.h | 72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ 84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 99 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 101 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 102 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/ |
| H A D | Config.in | 32 - MIPS32r2 - Little-Endian, Hard-Float, Legacy NaN, o32 ABI 33 Select 'MIPS (little endian)' Target Architecture 36 - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI 37 Select 'MIPS (little endian)' Target Architecture 41 - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI 42 Select 'MIPS (little endian)' Target Architecture 45 - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, 47 Select 'MIPS (little endian)' Target Architecture 51 - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI, 53 Select 'MIPS (little endian)' Target Architecture [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | drm_fourcc.h | 72 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ 84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 99 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 101 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 102 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-img-mips/ |
| H A D | Config.in | 26 - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI 27 Select 'MIPS (little endian)' Target Architecture 30 - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI 31 Select 'MIPS (little endian)' Target Architecture 34 - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, 36 Select 'MIPS (little endian)' Target Architecture 40 - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI, 42 Select 'MIPS (little endian)' Target Architecture 51 - MIPS64r6 - Little-Endian, Hard-Float, 2008 NaN, n32 ABI 52 Select 'MIPS64 (little endian)' Target Architecture [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | drm_fourcc.h | 72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ 84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 99 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 101 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 102 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | drm_fourcc.h | 72 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */ 84 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 87 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 88 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 92 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 99 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 100 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 101 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 102 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm_fourcc.h | 96 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ 108 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 111 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 112 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 115 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 116 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 123 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 124 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 125 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 126 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/ |
| H A D | endian.hpp | 298 BOOST_SCOPED_ENUM_START(endianness) { big, little, native }; BOOST_SCOPED_ENUM_END in BOOST_SCOPED_ENUM_START() 342 // unaligned little endian specialization 344 class endian< endianness::little, T, n_bits, alignment::unaligned > 345 : cover_operators< endian< endianness::little, T, n_bits >, T > 356 std::clog << "little, unaligned, " << n_bits << "-bits, construct(" << val << ")\n"; in endian() 366 …std::clog << "little, unaligned, " << n_bits << "-bits, convert(" << detail::load_little_endian<T,… in operator T() 432 // aligned little endian specialization 434 class endian< endianness::little, T, n_bits, alignment::aligned > 435 : cover_operators< endian< endianness::little, T, n_bits, alignment::aligned >, T > 482 // unaligned little endian signed integer types [all …]
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm_fourcc.h | 96 #define DRM_FORMAT_BIG_ENDIAN (1U<<31) /* format is big endian instead of little endian */ 108 #define DRM_FORMAT_R16 fourcc_code('R', '1', '6', ' ') /* [15:0] R little endian */ 111 #define DRM_FORMAT_RG88 fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */ 112 #define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */ 115 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ 116 #define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] G:R 16:16 little endian */ 123 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 124 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 125 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 126 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… [all …]
|
| /OK3568_Linux_fs/buildroot/arch/ |
| H A D | Config.in | 25 bool "ARC (little endian)" 30 performance host applications. Little endian. 41 bool "ARM (little endian)" 46 Little endian. 61 bool "AArch64 (little endian)" 103 bool "Microblaze AXI (little endian)" 107 bus based architecture (little endian) 130 bool "MIPS (little endian)" 133 MIPS is a RISC microprocessor from MIPS Technologies. Little 149 bool "MIPS64 (little endian)" [all …]
|
| /OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/ |
| H A D | head.S | 2 * ARM64 header for proper chain-loading with Little Kernel. 4 * Little Kernel shipped with Dragonboard410C boots standard Linux images for 21 /* Image load offset from start of RAM, little-endian */ 23 /* Effective size of kernel image, little-endian */ 25 /* Informative flags, little-endian */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | arm64-support.patch | 20 'arm' : { 'endian': 'little', 'defines': ('__arm__',) }, 21 'aarch64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 22 + 'arm64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 23 'i386' : { 'endian': 'little', 'defines': ('__i386', '_M_IX86')}, 24 'ppc64le' : { 'endian': 'little', 'defines': ('__powerpc64__',)}, 38 # Using 64 bit little endian
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | common-properties.txt | 16 - little-endian: Boolean; force little endian register accesses 18 peripheral always needs to be accessed in little endian (LE) mode. 27 In such cases, little-endian is the preferred default, but it is not 28 a requirement. Some implementations assume that little-endian is 62 little-endian;
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | atbm8830_priv.h | 39 #define REG_CARRIER_OFFSET 0x0827 /* 0x0827-0x0829 little endian */ 42 #define REG_IF_FREQ 0x0A00 /* 0x0A00-0x0A02 little endian */ 43 #define REG_OSC_CLK 0x0A03 /* 0x0A03-0x0A05 little endian */ 54 #define REG_AGC_TARGET 0x1003 /* 0x1003-0x1005 little endian */ 58 #define REG_AGC_PWM_VAL 0x1028 /* 0x1028-0x1029 little endian */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-common.inc | 123 TARGET_ENDIAN[arm] = "little" 131 TARGET_ENDIAN[armv7-eabi] = "little" 139 TARGET_ENDIAN[aarch64] = "little" 146 TARGET_ENDIAN[x86_64] = "little" 153 TARGET_ENDIAN[x86_64-x32] = "little" 160 TARGET_ENDIAN[i686] = "little" 167 TARGET_ENDIAN[i586] = "little" 181 TARGET_ENDIAN[mipsel] = "little" 195 TARGET_ENDIAN[mips64el] = "little" 216 TARGET_ENDIAN[powerpc64le] = "little" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/ |
| H A D | cpt_hw_types.h | 30 * stored in memory as little-endian unless CPT()_PF_Q()_CTL[INST_BE] is set. 80 #else /* Word 0 - Little Endian */ 91 #else /* Word 2 - Little Endian */ 113 * This structure is stored in memory as little-endian unless 138 #else /* Word 0 - Little Endian */ 165 #else /* Word 0 - Little Endian */ 198 #else /* Word 0 - Little Endian */ 227 #else /* Word 0 - Little Endian */ 300 #else /* Word 0 - Little Endian */ 341 #else /* Word 0 - Little Endian */ [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | aes_gcm.c | 138 const union { long one; char little; } is_endian = {1}; in gcm_gmult_8bit() member 222 if (is_endian.little) { in gcm_gmult_8bit() 298 const union { long one; char little; } is_endian = {1}; in gcm_init_4bit() member 300 if (is_endian.little) in gcm_init_4bit() 328 const union { long one; char little; } is_endian = {1}; in gcm_gmult_4bit() member 367 if (is_endian.little) { in gcm_gmult_4bit() 400 const union { long one; char little; } is_endian = {1}; member 537 if (is_endian.little) { 579 const union { long one; char little; } is_endian = {1}; member 585 if (is_endian.little) { [all …]
|
| H A D | sm4_gcm.c | 132 const union { long one; char little; } is_endian = {1}; in gcm_gmult_8bit() member 216 if (is_endian.little) { in gcm_gmult_8bit() 292 const union { long one; char little; } is_endian = {1}; in gcm_init_4bit() member 294 if (is_endian.little) in gcm_init_4bit() 322 const union { long one; char little; } is_endian = {1}; in gcm_gmult_4bit() member 361 if (is_endian.little) { in gcm_gmult_4bit() 394 const union { long one; char little; } is_endian = {1}; member 531 if (is_endian.little) { 573 const union { long one; char little; } is_endian = {1}; member 579 if (is_endian.little) { [all …]
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | time.h | 23 * that in little endian format. 45 * get_current_ntfs_time - get the current time in little endian NTFS format 48 * NTFS time and return that in little endian format. 60 * @time: NTFS time (little endian) to convert to Linux UTC 62 * Convert the little endian NTFS time @time to its corresponding Linux UTC
|