| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | deduce_scalar.hpp | 29 … template <> struct deduce_scalar_impl<signed char,unsigned char> { typedef unsigned char type; }; 30 …template <> struct deduce_scalar_impl<signed char,unsigned short> { typedef unsigned short type; }; 31 … template <> struct deduce_scalar_impl<signed char,unsigned int> { typedef unsigned int type; }; 32 … template <> struct deduce_scalar_impl<signed char,unsigned long> { typedef unsigned long type; }; 33 … template <> struct deduce_scalar_impl<signed char,signed short> { typedef signed short type; }; 34 … template <> struct deduce_scalar_impl<signed char,signed int> { typedef signed int type; }; 35 … template <> struct deduce_scalar_impl<signed char,signed long> { typedef signed long type; }; 36 template <> struct deduce_scalar_impl<signed char,float> { typedef float type; }; 37 template <> struct deduce_scalar_impl<signed char,double> { typedef double type; }; 41 … template <> struct deduce_scalar_impl<unsigned char,signed short> { typedef signed short type; }; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | sc7a30.c | 111 signed int xpoutput; //x axis output of positive mismatch 112 signed int xnoutput; //x axis output of negtive mismatch 113 signed int ypoutput; 114 signed int ynoutput; 115 signed int zpoutput; 116 signed int znoutput; 118 signed int xfoutput; //x axis the best or the temporary output 119 signed int yfoutput; //y axis the best or the temporary output 120 signed int zfoutput; //z axis the best or the temporary output 193 static void tilt_3axis_mtp(signed int x, signed int y, signed int z) in tilt_3axis_mtp() [all …]
|
| H A D | sc7a20.c | 117 signed int xpoutput; //x axis output of positive mismatch 118 signed int xnoutput; //x axis output of negtive mismatch 119 signed int ypoutput; 120 signed int ynoutput; 121 signed int zpoutput; 122 signed int znoutput; 124 signed int xfoutput; //x axis the best or the temporary output 125 signed int yfoutput; //y axis the best or the temporary output 126 signed int zfoutput; //z axis the best or the temporary output 166 static signed char Read_Output(char reg) in Read_Output() [all …]
|
| H A D | sc7660.c | 117 signed int xpoutput; //x axis output of positive mismatch 118 signed int xnoutput; //x axis output of negtive mismatch 119 signed int ypoutput; 120 signed int ynoutput; 121 signed int zpoutput; 122 signed int znoutput; 124 signed int xfoutput; //x axis the best or the temporary output 125 signed int yfoutput; //y axis the best or the temporary output 126 signed int zfoutput; //z axis the best or the temporary output 160 static signed char Read_Output(char reg) in Read_Output() [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_monitor_kern.c | 30 int prog_id; // offset:8; size:4; signed:1; 31 u32 act; // offset:12 size:4; signed:0; 32 int ifindex; // offset:16 size:4; signed:1; 33 int err; // offset:20 size:4; signed:1; 34 int to_ifindex; // offset:24 size:4; signed:1; 35 u32 map_id; // offset:28 size:4; signed:0; 36 int map_index; // offset:32 size:4; signed:1; 100 int prog_id; // offset:8; size:4; signed:1; 101 u32 act; // offset:12; size:4; signed:0; 102 int ifindex; // offset:16; size:4; signed:1; [all …]
|
| H A D | xdp_redirect_cpu_kern.c | 580 int prog_id; // offset:8; size:4; signed:1; 581 u32 act; // offset:12 size:4; signed:0; 582 int ifindex; // offset:16 size:4; signed:1; 583 int err; // offset:20 size:4; signed:1; 584 int to_ifindex; // offset:24 size:4; signed:1; 585 u32 map_id; // offset:28 size:4; signed:0; 586 int map_index; // offset:32 size:4; signed:1; 635 int prog_id; // offset:8; size:4; signed:1; 636 u32 act; // offset:12; size:4; signed:0; 637 int ifindex; // offset:16; size:4; signed:1; [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 7 Signed-off-by: Matt Turner <mattst88@gmail.com> 20 Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> 30 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 39 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 49 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 58 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 108 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 122 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 131 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> 140 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/preprocessed/ |
| H A D | numeric_cast_traits_common.hpp | 30 , signed char 35 typedef Trunc<signed char> rounding_policy; 161 signed char 173 signed char 174 , signed char 179 typedef Trunc<signed char> rounding_policy; 185 signed char 197 signed char 209 signed char 221 signed char [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | stat.h | 15 signed int st_size; 16 signed int st_atime; 18 signed int st_mtime; 20 signed int st_ctime; 55 signed long long st_size; 56 signed int st_blksize; 58 signed long long st_blocks; 59 signed int st_atime; 61 signed int st_mtime; 63 signed int st_ctime;
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 10 The signature feature allows the hash to be signed with a private key such 95 When the image is signed, the following properties are added (mandatory): 99 When the image is signed, the following properties are optional: 101 - timestamp: Time when image was signed (standard Unix time_t format) 109 For config bindings (see Signed Configurations below), the following 114 two images will be looked up in the config and signed if present. 134 In order to verify an image that has been signed with a public key we need to 135 have a trusted public key. This cannot be stored in the signed image, since 168 Signed Configurations 172 FIT with the same signed images, but with the configuration changed such [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/machine/ |
| H A D | _default_types.h | 49 typedef signed char __int8_t ; 63 typedef signed int __int16_t; 67 typedef signed short __int16_t; 71 typedef signed char __int16_t; 85 typedef signed int __int32_t; 89 typedef signed long __int32_t; 93 typedef signed short __int32_t; 97 typedef signed char __int32_t; 111 typedef signed long __int64_t; 117 typedef signed long long __int64_t; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/machine/ |
| H A D | _default_types.h | 49 typedef signed char __int8_t ; 63 typedef signed int __int16_t; 67 typedef signed short __int16_t; 71 typedef signed char __int16_t; 85 typedef signed int __int32_t; 89 typedef signed long __int32_t; 93 typedef signed short __int32_t; 97 typedef signed char __int32_t; 111 typedef signed long __int64_t; 117 typedef signed long long __int64_t; [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | asm-prototypes.h | 18 signed int __divsi3(signed int, unsigned int); 19 signed int __modsi3(signed int, unsigned int); 21 signed long long __divdi3(signed long long, unsigned long long); 22 signed long long __moddi3(signed long long, unsigned long long);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fau.h | 147 * @value: Signed value to add. 166 * @value: Signed value to add. 181 * @value: Signed value to add. 197 * @value: Signed value to add. 211 * @value: Signed value to add. 226 * @value: Signed value to add. 250 * @value: Signed value to add. 275 * @value: Signed value to add. 298 * @value: Signed value to add. 319 * @value: Signed value to add. [all …]
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | Kconfig | 184 to be signed. Unsigned files might prevent the system from 192 This option defines a policy requiring all firmware to be signed, 203 be signed and verified by a public key on the trusted IMA 215 Enabling this rule will require all kernel modules to be signed 227 Enabling this rule will require the IMA policy to be signed and 247 appended signature is the same used for signed kernel modules. 252 bool "Require all keys on the .ima keyring be signed (deprecated)" 259 keyring be signed by a key on the system trusted keyring. 264 bool "Permit keys validly signed by a built-in or secondary CA cert (EXPERIMENTAL)" 272 key is validly signed by a CA cert in the system built-in or [all …]
|
| /OK3568_Linux_fs/kernel/ |
| H A D | README.md | 27 - All patches must have a `Signed-off-by:` tag by the author and the submitter 43 Signed-off-by: Fred Jones <fred.jones@foo.org> 51 Signed-off-by: Fred Jones <fred.jones@foo.org> 56 Signed-off-by: Joe Smith <joe.smith@foo.org> 69 Signed-off-by: Fred Jones <fred.jones@foo.org> 75 Signed-off-by: Joe Smith <joe.smith@foo.org> 93 Signed-off-by: Fred Jones <fred.jones@foo.org> 101 Signed-off-by: Fred Jones <fred.jones@foo.org> 107 Signed-off-by: Joe Smith <joe.smith@foo.org> 123 Signed-off-by: Fred Jones <fred.jones@foo.org> [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | math64.h | 32 * div_s64_rem - signed 64bit divide with 32bit divisor with remainder 33 * @dividend: signed 64bit dividend 34 * @divisor: signed 32bit divisor 35 * @remainder: pointer to signed 32bit remainder 72 * div64_s64 - signed 64bit divide with 64bit divisor 73 * @dividend: signed 64bit dividend 74 * @divisor: signed 64bit divisor 132 * div_s64 - signed 64bit divide with 32bit divisor 133 * @dividend: signed 64bit dividend 134 * @divisor: signed 32bit divisor [all …]
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_type.h | 30 typedef signed char RK_S8; 31 typedef signed short RK_S16; 32 typedef signed int RK_S32; 33 typedef signed long RK_LONG; 34 typedef signed __int64 RK_S64; 45 typedef signed char RK_S8; 46 typedef signed short RK_S16; 47 typedef signed int RK_S32; 48 typedef signed long RK_LONG; 49 typedef signed long long int RK_S64;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_type.h | 30 typedef signed char RK_S8; 31 typedef signed short RK_S16; 32 typedef signed int RK_S32; 33 typedef signed long RK_LONG; 34 typedef signed __int64 RK_S64; 45 typedef signed char RK_S8; 46 typedef signed short RK_S16; 47 typedef signed int RK_S32; 48 typedef signed long RK_LONG; 49 typedef signed long long int RK_S64;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | options.h | 7525 signed char x_warn_inline; 7526 signed char x_flag_aggressive_loop_optimizations; 7527 signed char x_flag_align_functions; 7528 signed char x_flag_align_jumps; 7529 signed char x_flag_align_labels; 7530 signed char x_flag_align_loops; 7531 signed char x_flag_allocation_dce; 7532 signed char x_flag_store_data_races; 7533 signed char x_flag_associative_math; 7534 signed char x_flag_assume_phsa; [all …]
|
| /OK3568_Linux_fs/external/libmali/include/KHR/ |
| H A D | mali_khrplatform.h | 52 * khronos_int8_t signed 8 bit 54 * khronos_int16_t signed 16 bit 56 * khronos_int32_t signed 32 bit 58 * khronos_int64_t signed 64 bit 60 * khronos_intptr_t signed same number of bits as a pointer 62 * khronos_ssize_t signed size 64 * khronos_float_t signed 32 bit floating point 68 * khronos_stime_nanoseconds_t signed time interval in nanoseconds 228 typedef signed char khronos_int8_t; 230 typedef signed short int khronos_int16_t; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | module-signing.rst | 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 24 or modules signed with an invalid key. Module signing increases security by 49 (1) :menuselection:`Require modules to be validly signed` 71 If this is on then modules will be automatically signed during the 73 be signed manually using:: 78 (3) :menuselection:`Which hash algorithm should modules be signed with?` 92 than being a module) so that modules signed with that algorithm can have 101 and allow the kernel modules to be signed with a key of your choosing. 207 ``.builtin_trusted_keys`` **if** the new key's X.509 wrapper is validly signed by a key [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/ |
| H A D | stdint.h | 33 /* Signed. */ 42 /* Signed. */ 57 /* Signed. */ 58 typedef signed char int_fast8_t; 115 /* Minimum of signed integral types. */ 120 /* Maximum of signed integral types. */ 133 /* Minimum of signed integral types having a minimum size. */ 138 /* Maximum of signed integral types having a minimum size. */ 151 /* Minimum of fast signed integral types having a minimum size. */ 161 /* Maximum of fast signed integral types having a minimum size. */ [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/ |
| H A D | stdint.h | 33 /* Signed. */ 42 /* Signed. */ 57 /* Signed. */ 58 typedef signed char int_fast8_t; 115 /* Minimum of signed integral types. */ 120 /* Maximum of signed integral types. */ 133 /* Minimum of signed integral types having a minimum size. */ 138 /* Maximum of signed integral types having a minimum size. */ 151 /* Minimum of fast signed integral types having a minimum size. */ 161 /* Maximum of fast signed integral types having a minimum size. */ [all …]
|
| /OK3568_Linux_fs/buildroot/package/libsidplay2/ |
| H A D | 0003-gcc6.patch | 5 xsid.cpp:101:1: error: narrowing conversion of ''\200'' from 'char' to 'int8_t {aka signed char}' i… 8 xsid.cpp:101:1: error: narrowing conversion of ''\224'' from 'char' to 'int8_t {aka signed char}' i… 9 xsid.cpp:101:1: error: narrowing conversion of ''\251'' from 'char' to 'int8_t {aka signed char}' i… 10 xsid.cpp:101:1: error: narrowing conversion of ''\274'' from 'char' to 'int8_t {aka signed char}' i… 11 xsid.cpp:101:1: error: narrowing conversion of ''\316'' from 'char' to 'int8_t {aka signed char}' i… 12 xsid.cpp:101:1: error: narrowing conversion of ''\341'' from 'char' to 'int8_t {aka signed char}' i… 13 xsid.cpp:101:1: error: narrowing conversion of ''\362'' from 'char' to 'int8_t {aka signed char}' i… 19 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|