| /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() argument 301 template <BOOST_SCOPED_ENUM(endianness) E, typename T, std::size_t n_bits, 312 class endian< endianness::big, T, n_bits, alignment::unaligned > 313 : cover_operators< endian< endianness::big, T, n_bits >, T > 344 class endian< endianness::little, T, n_bits, alignment::unaligned > 345 : cover_operators< endian< endianness::little, T, n_bits >, T > 376 class endian< endianness::native, T, n_bits, alignment::unaligned > 377 : cover_operators< endian< endianness::native, T, n_bits >, T > 406 class endian< endianness::big, T, n_bits, alignment::aligned > 407 : cover_operators< endian< endianness::big, T, n_bits, alignment::aligned >, T > [all …]
|
| /OK3568_Linux_fs/buildroot/package/guile/ |
| H A D | 0001-fix_arm_endianness.patch | 1 Fix support for ARM endianness, otherwise it gives the error 2 "unknown CPU endianness" 12 (endianness big)) 15 + (endianness little)) 17 + (endianness big)) 19 + (endianness little)) 21 + (endianness big)) 23 (endianness little)) 25 (error "unknown CPU endianness" cpu)))))
|
| /OK3568_Linux_fs/buildroot/package/nginx/ |
| H A D | 0010-Allow-forcing-of-endianness-for-cross-compilation.patch | 4 Subject: [PATCH] Allow forcing of endianness for cross-compilation 11 auto/endianness | 61 ++++++++++++++++++++++++++++++++----------------- 15 diff --git a/auto/endianness b/auto/endianness 17 --- a/auto/endianness 18 +++ b/auto/endianness 81 + echo "$0: error: invalid \"--force-endianness=${NGX_FORCE_ENDIANNESS}\"" 102 + --force-endianness=*) NGX_FORCE_ENDIANNESS="$value" ;; 111 + --force-endianness=<big>|<little> force endianness
|
| /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 D | binary.hpp | 198 template <BOOST_SCOPED_ENUM(boost::endian::endianness) bits> 202 struct what<boost::endian::endianness::native> 211 struct what<boost::endian::endianness::little> 220 struct what<boost::endian::endianness::big> 230 template <typename T, BOOST_SCOPED_ENUM(boost::endian::endianness) endian, int bits> 273 , BOOST_SCOPED_ENUM(boost::endian::endianness) endian, int bits> 336 template <typename T, BOOST_SCOPED_ENUM(boost::endian::endianness) endian, int bits> 347 , BOOST_SCOPED_ENUM(boost::endian::endianness) endian, int bits> 362 boost::endian::endianness::endiantype, bits> {}; \ 368 boost::endian::endianness::endiantype, bits> {}; \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-host_endian.txt | 7 the endianness of the local machine. 28 The _tep_is_bigendian()_ gets the endianness of the machine, executing 31 The _tep_is_local_bigendian()_ function gets the endianness of the local 34 returns cached endianness of the local machine instead of checking it each time. 36 The _tep_set_local_bigendian()_ function sets the endianness of the local 38 The _endian_ argument is the endianness: 47 The _tep_is_bigendian()_ function returns non zero if the endianness of the 50 The _tep_is_local_bigendian()_ function returns true, if the endianness of the
|
| H A D | libtraceevent-file_endian.txt | 6 tep_is_file_bigendian, tep_set_file_bigendian - Get / set the endianness of the 26 The _tep_is_file_bigendian()_ function gets the endianness of the raw data, 30 The _tep_set_file_bigendian()_ function sets the endianness of raw data being 34 The _endian_ argument is the endianness:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | 0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch | 4 Subject: [PATCH] Allow the overriding of the endianness via the configure flag 8 line flag does not actually function. It does not set the endianness and it 15 diff --git a/auto/endianness b/auto/endianness 17 --- a/auto/endianness 18 +++ b/auto/endianness
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0008-riscv.patch | 18 endianness = 'little' 21 + endianness = "little" 24 + endianness = "little" 27 endianness = 'little'
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/lantiq/ |
| H A D | fpi-bus.txt | 13 - lantiq,offset-endianness : Offset of the endianness configuration 24 lantiq,offset-endianness = <0x4c>;
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | adc-joystick.c | 34 enum iio_endian endianness; in adc_joystick_handle() local 43 endianness = joy->chans[i].channel->scan_type.endianness; in adc_joystick_handle() 58 if (endianness == IIO_BE) in adc_joystick_handle() 60 else if (endianness == IIO_LE) in adc_joystick_handle()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-91/ |
| H A D | riscv32.patch | 11 endianness = "little" 14 + endianness = "little" 17 endianness = "little"
|
| /OK3568_Linux_fs/kernel/drivers/iio/pressure/ |
| H A D | st_pressure_core.c | 139 .endianness = IIO_LE, 153 .endianness = IIO_LE, 173 .endianness = IIO_LE, 187 .endianness = IIO_LE, 205 .endianness = IIO_LE, 220 .endianness = IIO_LE,
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0010-Fix-endianness-issues-for-powerpc-PIE.patch | 4 Subject: [PATCH] Fix endianness issues for powerpc PIE 12 incorrect endianness 15 reading sh_offset and sh_size in incorrect endianness 18 reading the e_phoff in the incorrect endianness
|
| H A D | 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch | 4 Subject: [PATCH] patchelf: Check ELF endianness before writing new runpath 9 to convert endianness.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | common-properties.txt | 8 byte swapping, but endianness issues show up frequently in porting drivers to 20 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel, 23 register endianness based on the CPU's configured endianness.
|
| /OK3568_Linux_fs/buildroot/package/wampcc/ |
| H A D | 0001-Add-RISC-V-endian-detection.patch | 10 use __BYTE_ORDER to decide the endianness. 13 architecture defines to decide the endianness. 22 __riscv architecture define, to determine that the endianness is
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/ |
| H A D | pwm-fsl-ftm.txt | 3 The same FTM PWM device can have a different endianness on different SoCs. The 6 for the endianness of the FTM PWM block as integrated into the existing SoCs: 8 SoC | FTM-PWM endianness
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-xiic.c | 75 enum xiic_endian endianness; member 186 if (i2c->endianness == LITTLE) in xiic_setreg8() 196 if (i2c->endianness == LITTLE) in xiic_getreg8() 205 if (i2c->endianness == LITTLE) in xiic_setreg16() 213 if (i2c->endianness == LITTLE) in xiic_setreg32() 223 if (i2c->endianness == LITTLE) in xiic_getreg32() 834 i2c->endianness = LITTLE; in xiic_i2c_probe() 839 i2c->endianness = BIG; in xiic_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/iio/chemical/ |
| H A D | atlas-sensor.c | 125 .endianness = IIO_BE, 152 .endianness = IIO_BE, \ 167 .endianness = IIO_BE, 194 .endianness = IIO_BE, 211 .endianness = IIO_BE, 235 .endianness = IIO_BE,
|
| /OK3568_Linux_fs/kernel/drivers/iio/temperature/ |
| H A D | maxim_thermocouple.c | 53 .endianness = IIO_BE, 72 .endianness = IIO_BE, 88 .endianness = IIO_BE,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/memcached/ |
| H A D | memcached_1.6.15.bb | 31 endianness = d.getVar('SITEINFO_ENDIANNESS') 32 if endianness == 'le':
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/ |
| H A D | adis16400.c | 696 .endianness = IIO_BE, \ 722 .endianness = IIO_BE, \ 742 .endianness = IIO_BE, \ 761 .endianness = IIO_BE, \ 787 .endianness = IIO_BE, \ 806 .endianness = IIO_BE, \ 824 .endianness = IIO_BE, \ 876 .endianness = IIO_BE,
|
| /OK3568_Linux_fs/buildroot/package/netsnmp/ |
| H A D | netsnmp.mk | 46 NETSNMP_CONF_OPTS += --with-endianness=big 48 NETSNMP_CONF_OPTS += --with-endianness=little
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | setup.c | 47 char *endianness = NULL; variable 201 endianness = "MSB"; in setup_cpuinfo() 203 endianness = "LSB"; in setup_cpuinfo()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | mtd-physmap.txt | 46 The device tree may optionally contain endianness property. 47 little-endian or big-endian : It Represents the endianness that should be used 50 the endianness is chosen by the system
|