Home
last modified time | relevance | path

Searched refs:little (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/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 Dendian.hpp298 BOOST_SCOPED_ENUM_START(endianness) { big, little, native }; BOOST_SCOPED_ENUM_END in BOOST_SCOPED_ENUM_START()
344 class endian< endianness::little, T, n_bits, alignment::unaligned >
345 : cover_operators< endian< endianness::little, T, n_bits >, T >
434 class endian< endianness::little, T, n_bits, alignment::aligned >
435 : cover_operators< endian< endianness::little, T, n_bits, alignment::aligned >, T >
483 typedef endian< endianness::little, int_least8_t, 8 > little8_t;
484 typedef endian< endianness::little, int_least16_t, 16 > little16_t;
485 typedef endian< endianness::little, int_least32_t, 24 > little24_t;
486 typedef endian< endianness::little, int_least32_t, 32 > little32_t;
487 typedef endian< endianness::little, int_least64_t, 40 > little40_t;
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsiteinfo.bbclass11 # * 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 …]
H A Dlibc-package.bbclass243 "arc": " --uint32-align=4 --little-endian ", \
245 "arm": " --uint32-align=4 --little-endian ", \
247 "aarch64": " --uint32-align=4 --little-endian ", \
252 "powerpc64le": " --uint32-align=4 --little-endian ", \
257 "mipsel": " --uint32-align=4 --little-endian ", \
258 "mipsisa32r6el": " --uint32-align=4 --little-endian ", \
259 "mips64el":" --uint32-align=4 --little-endian ", \
260 "mipsisa64r6el":" --uint32-align=4 --little-endian ", \
261 "riscv64": " --uint32-align=4 --little-endian ", \
262 "riscv32": " --uint32-align=4 --little-endian ", \
[all …]
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codesourcery-mips/
H A DConfig.in43 Select MIPS (little endian) core
47 Select MIPS (little endian) core
50 Select MIPS (little endian) core
54 Select MIPS (little endian) core
57 Select MIPS (little endian) core
61 Select MIPS (little endian) core
85 Select MIPS64 (little endian) core
89 Select MIPS64 (little endian) core
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_gcm.c138 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 Dsm4_gcm.c132 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/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A Darm64-support.patch20 '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/buildroot/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/
H A DConfig.in33 Select 'MIPS (little endian)' Target Architecture
37 Select 'MIPS (little endian)' Target Architecture
42 Select 'MIPS (little endian)' Target Architecture
47 Select 'MIPS (little endian)' Target Architecture
53 Select 'MIPS (little endian)' Target Architecture
63 Select 'MIPS64 (little endian)' Target Architecture
73 Select 'MIPS64 (little endian)' Target Architecture
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-img-mips/
H A DConfig.in27 Select 'MIPS (little endian)' Target Architecture
31 Select 'MIPS (little endian)' Target Architecture
36 Select 'MIPS (little endian)' Target Architecture
42 Select 'MIPS (little endian)' Target Architecture
52 Select 'MIPS64 (little endian)' Target Architecture
62 Select 'MIPS64 (little endian)' Target Architecture
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-Add-support-for-riscv32-CPU.patch18 powerpcel powerpcle powerpcle 32 little
20 ppc64el powerpc64le powerpc64le 64 little
21 +riscv32 riscv32 riscv32 32 little
22 riscv64 riscv64 riscv64 64 little
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A Dcommon-properties.txt16 - 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/buildroot/package/nginx/
H A D0010-Allow-forcing-of-endianness-for-cross-compilation.patch30 - echo " little endian"
32 + little)
33 + echo " little endian (forced)"
62 + echo " little endian"
111 + --force-endianness=<big>|<little> force endianness
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/
H A D0008-riscv.patch18 endianness = 'little'
21 + endianness = "little"
24 + endianness = "little"
27 endianness = 'little'
/OK3568_Linux_fs/kernel/Documentation/riscv/
H A Dboot-image-header.rst17 u64 text_offset; /* Image load offset, little endian */
18 u64 image_size; /* Effective Image size, little endian */
19 u64 flags; /* kernel flags, little endian */
23 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */
24 u32 magic2 = 0x05435352; /* Magic number 2, little endian, "RSC\x05" */
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-common.inc123 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/Documentation/devicetree/bindings/gpio/
H A Dgpio-mpc8xxx.txt16 - little-endian : GPIO registers are used as little endian. If not
35 little-endian;
52 little-endian;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A D0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch24 +if [ ".$NGX_WITH_ENDIAN" = ".little" ]; then
25 + echo " little endian"
48 - echo " little endian"
55 + echo " little endian"
/OK3568_Linux_fs/buildroot/package/guile/
H A D0001-fix_arm_endianness.patch15 + (endianness little))
19 + (endianness little))
23 (endianness little))
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-reg.txt18 - little-endian: The existence indicates the register is in little endian.
20 If both little-endian and big-endian are omitted, the endianness of the
45 little-endian; /* little endian register on PCIe */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A D0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch208 - int one = 1; int little = (int)*(unsigned char *)&one;
211 - little, !is_unsigned);
245 - int one = 1; int little = (int)*(unsigned char *)&one;
248 - little, !is_unsigned);
276 - int one = 1; int little = (int)*(unsigned char *)&one;
279 - little, !is_unsigned);
307 - int one = 1; int little = (int)*(unsigned char *)&one;
310 - little, !is_unsigned);
345 - int one = 1; int little = (int)*(unsigned char *)&one;
348 - little, !is_unsigned);
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regmap/
H A Dregmap.txt5 little-endian,
10 Regmap defaults to little-endian register access on MMIO based
16 On SoCs that can be operated in both big-endian and little-endian
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codesourcery-arm/
H A DConfig.in22 - ARMv5TE, little endian, soft-float, glibc
25 - ARMv4T, little endian, soft-float, glibc
28 - ARMv7-A, Thumb 2, little endian, soft-float, glibc
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/binary/
H A Dbinary.hpp211 struct what<boost::endian::endianness::little>
375 BOOST_SPIRIT_MAKE_BINARY_PRIMITIVE(little_word, little, 16)
378 BOOST_SPIRIT_MAKE_BINARY_PRIMITIVE(little_dword, little, 32)
382 BOOST_SPIRIT_MAKE_BINARY_PRIMITIVE(little_qword, little, 64)
404 BOOST_SPIRIT_MAKE_BINARY_IEEE754_PRIMITIVE(little_bin_float, little, 32)
407 BOOST_SPIRIT_MAKE_BINARY_IEEE754_PRIMITIVE(little_bin_double, little, 64)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-91/
H A Driscv32.patch11 endianness = "little"
14 + endianness = "little"
17 endianness = "little"
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsysv-fs.rst66 - Minix FS little endian 0 1
67 - Xenix FS little endian 0 1
68 - SystemV FS little endian 0 1
69 - Coherent FS little endian 0 1
75 - Minix FS little endian 0 1 2 3
76 - Xenix FS little endian 0 1 2 3
77 - SystemV FS little endian 0 1 2 3

12345678910>>...23