Home
last modified time | relevance | path

Searched refs:long (Results 1 – 25 of 1559) sorted by relevance

12345678910>>...63

/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Dfpsp.sa1 .long 0x60ff0000,0x17400000,0x60ff0000,0x15f40000
2 .long 0x60ff0000,0x02b60000,0x60ff0000,0x04700000
3 .long 0x60ff0000,0x1b100000,0x60ff0000,0x19aa0000
4 .long 0x60ff0000,0x1b5a0000,0x60ff0000,0x062e0000
5 .long 0x60ff0000,0x102c0000,0x51fc51fc,0x51fc51fc
6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
9 .long 0x2f00203a,0xff2c487b,0x0930ffff,0xfef8202f
10 .long 0x00044e74,0x00042f00,0x203afef2,0x487b0930
[all …]
H A Disp.sa1 .long 0x60ff0000,0x02360000,0x60ff0000,0x16260000
2 .long 0x60ff0000,0x12dc0000,0x60ff0000,0x11ea0000
3 .long 0x60ff0000,0x10de0000,0x60ff0000,0x12a40000
4 .long 0x60ff0000,0x12560000,0x60ff0000,0x122a0000
5 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc
9 .long 0x2f00203a,0xfefc487b,0x0930ffff,0xfef8202f
10 .long 0x00044e74,0x00042f00,0x203afeea,0x487b0930
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath52 long double acosl(long double x);
56 long double asinl(long double x);
60 long double atanl(long double x);
64 long double atan2l(long double y, long double x);
68 long double ceill(long double x);
72 long double cosl(long double x);
76 long double coshl(long double x);
80 long double expl(long double x);
84 long double fabsl(long double x);
88 long double floorl(long double x);
[all …]
H A Dbit45 int __ctz(unsigned long __x) { return __builtin_ctzl(__x); }
48 int __ctz(unsigned long long __x) { return __builtin_ctzll(__x); }
55 int __clz(unsigned long __x) { return __builtin_clzl(__x); }
58 int __clz(unsigned long long __x) { return __builtin_clzll(__x); }
65 int __popcount(unsigned long __x) { return __builtin_popcountl(__x); }
68 int __popcount(unsigned long long __x) { return __builtin_popcountll(__x); }
75 static_assert(sizeof(unsigned) == sizeof(unsigned long), "");
76 static_assert(sizeof(unsigned long) == 4, "");
77 unsigned long __where;
84 int __ctz(unsigned long __x) {
[all …]
H A Dcstdlib37 long atol (const char* nptr);
38 long long atoll(const char* nptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
63 long abs( long j);
64 long long abs(long long j); // C++0X
65 long labs( long j);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath52 long double acosl(long double x);
56 long double asinl(long double x);
60 long double atanl(long double x);
64 long double atan2l(long double y, long double x);
68 long double ceill(long double x);
72 long double cosl(long double x);
76 long double coshl(long double x);
80 long double expl(long double x);
84 long double fabsl(long double x);
88 long double floorl(long double x);
[all …]
H A Dbit45 int __ctz(unsigned long __x) { return __builtin_ctzl(__x); }
48 int __ctz(unsigned long long __x) { return __builtin_ctzll(__x); }
55 int __clz(unsigned long __x) { return __builtin_clzl(__x); }
58 int __clz(unsigned long long __x) { return __builtin_clzll(__x); }
65 int __popcount(unsigned long __x) { return __builtin_popcountl(__x); }
68 int __popcount(unsigned long long __x) { return __builtin_popcountll(__x); }
75 static_assert(sizeof(unsigned) == sizeof(unsigned long), "");
76 static_assert(sizeof(unsigned long) == 4, "");
77 unsigned long __where;
84 int __ctz(unsigned long __x) {
[all …]
H A Dcstdlib37 long atol (const char* nptr);
38 long long atoll(const char* nptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
42 long strtol (const char* restrict nptr, char** restrict endptr, int base);
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
44 unsigned long strtoul (const char* restrict nptr, char** restrict endptr, int base);
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
63 long abs( long j);
64 long long abs(long long j); // C++0X
65 long labs( long j);
[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/include/c++/10.3.1/decimal/
H A Ddecimal65 static decimal32 make_decimal32(long long __coeff, int __exp);
66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp);
67 static decimal64 make_decimal64(long long __coeff, int __exp);
68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp);
69 static decimal128 make_decimal128(long long __coeff, int __exp);
70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
73 long long decimal32_to_long_long(decimal32 __d);
74 long long decimal64_to_long_long(decimal64 __d);
75 long long decimal128_to_long_long(decimal128 __d);
76 long long decimal_to_long_long(decimal32 __d);
[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/include/c++/10.3.1/decimal/
H A Ddecimal65 static decimal32 make_decimal32(long long __coeff, int __exp);
66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp);
67 static decimal64 make_decimal64(long long __coeff, int __exp);
68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp);
69 static decimal128 make_decimal128(long long __coeff, int __exp);
70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
73 long long decimal32_to_long_long(decimal32 __d);
74 long long decimal64_to_long_long(decimal64 __d);
75 long long decimal128_to_long_long(decimal128 __d);
76 long long decimal_to_long_long(decimal32 __d);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch35 +register long __res __asm__ ("%d0") = __NR_##sname; \
36 +register long __a __asm__ ("%d1") = (long)(a); \
46 +register long __res __asm__ ("%d0") = __NR_##sname; \
47 +register long __a __asm__ ("%d1") = (long)(a); \
48 +register long __b __asm__ ("%d2") = (long)(b); \
59 +register long __res __asm__ ("%d0") = __NR_##sname; \
60 +register long __a __asm__ ("%d1") = (long)(a); \
61 +register long __b __asm__ ("%d2") = (long)(b); \
62 +register long __c __asm__ ("%d3") = (long)(c); \
74 +register long __res __asm__ ("%d0") = __NR_##sname; \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pkgconfig/pkgconfig/
H A D0001-autotools-remove-support-for-the-__int64-type.-See-1.patch7 "long long" with VS2013. I think this was used to build glib with mingw and
8 make the result usable for VS 6.0 which didn't support "long long" (??)
11 and everything supports "long long" nowadays just remove it.
23 @@ -550,7 +550,6 @@ AC_CHECK_SIZEOF(long)
26 AC_CHECK_SIZEOF(long long)
46 # long long is a 64 bit integer.
59 - AC_DEFINE(HAVE_LONG_LONG_FORMAT,1,[define if system printf can print long long])
66 glib_size_type='long long'
76 glib_ssize_type='long long'
102 @@ -3020,7 +2994,7 @@ long)
[all …]
/OK3568_Linux_fs/buildroot/package/lzop/
H A D0002-use-static-inlines-as-the-external-inline-definition.patch24 -extern __acc_forceinline unsigned long __ACC_UA_GET_LE16(__acc_ua_volatile const void* pp);
25 -extern __acc_forceinline unsigned long __ACC_UA_GET_LE16(__acc_ua_volatile const void* pp) {
26 +static __acc_forceinline unsigned long __ACC_UA_GET_LE16(__acc_ua_volatile const void* pp) {
28 unsigned long v;
30 @@ -2890,8 +2889,7 @@ extern __acc_forceinline unsigned long __ACC_UA_GET_LE16(__acc_ua_volatile co…
34 -extern __acc_forceinline void __ACC_UA_SET_LE16(__acc_ua_volatile void* pp, unsigned long v);
35 -extern __acc_forceinline void __ACC_UA_SET_LE16(__acc_ua_volatile void* pp, unsigned long v) {
36 +static __acc_forceinline void __ACC_UA_SET_LE16(__acc_ua_volatile void* pp, unsigned long v) {
44 -extern __acc_forceinline unsigned long __ACC_UA_GET_LE32(__acc_ua_volatile const void* pp);
45 -extern __acc_forceinline unsigned long __ACC_UA_GET_LE32(__acc_ua_volatile const void* pp) {
[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/include/c++/10.3.1/tr1/
H A Dcmath498 inline long double
499 acosh(long double __x)
514 inline long double
515 asinh(long double __x)
530 inline long double
531 atanh(long double __x)
546 inline long double
547 cbrt(long double __x)
562 inline long double
563 copysign(long double __x, long double __y)
[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/include/c++/10.3.1/tr1/
H A Dcmath498 inline long double
499 acosh(long double __x)
514 inline long double
515 asinh(long double __x)
530 inline long double
531 atanh(long double __x)
546 inline long double
547 cbrt(long double __x)
562 inline long double
563 copysign(long double __x, long double __y)
[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/include/c++/10.3.1/
H A Dcmath90 inline _GLIBCXX_CONSTEXPR long double
91 acos(long double __x)
109 inline _GLIBCXX_CONSTEXPR long double
110 asin(long double __x)
128 inline _GLIBCXX_CONSTEXPR long double
129 atan(long double __x)
147 inline _GLIBCXX_CONSTEXPR long double
148 atan2(long double __y, long double __x)
168 inline _GLIBCXX_CONSTEXPR long double
169 ceil(long double __x)
[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/include/c++/10.3.1/
H A Dcmath90 inline _GLIBCXX_CONSTEXPR long double
91 acos(long double __x)
109 inline _GLIBCXX_CONSTEXPR long double
110 asin(long double __x)
128 inline _GLIBCXX_CONSTEXPR long double
129 atan(long double __x)
147 inline _GLIBCXX_CONSTEXPR long double
148 atan2(long double __y, long double __x)
168 inline _GLIBCXX_CONSTEXPR long double
169 ceil(long double __x)
[all …]
/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.patch93 static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value);
111 +static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *);
126 -static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *);
185 -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
186 - const long neg_one = (long) ((long) 0 - (long) 1), const_zero = (long) 0;
189 - if (sizeof(long) < sizeof(long)) {
190 - return PyInt_FromLong((long) value);
191 - } else if (sizeof(long) <= sizeof(unsigned long)) {
192 - return PyLong_FromUnsignedLong((unsigned long) value);
194 - } else if (sizeof(long) <= sizeof(unsigned PY_LONG_LONG)) {
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch27 static inline long kexec_load(void *entry, unsigned long nr_segments,
28 struct kexec_segment *segments, unsigned long flags)
30 return (long) syscall(__NR_kexec_load, entry, nr_segments, segments, flags);
33 +extern long kexec_load(void *entry, unsigned long nr_segments,
34 + struct kexec_segment *segments, unsigned long flags);
46 +extern long kexec_file_load(int kernel_fd, int initrd_fd,
47 + unsigned long cmdline_len, const char *cmdline_ptr,
48 + unsigned long flags);
50 +static inline long kexec_file_load(int kernel_fd, int initrd_fd,
51 + unsigned long cmdline_len, const char *cmdline_ptr,
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.hash.c_shipped190 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM},
192 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str3, T_TYPE, TF_COMMAND, S_INT},
195 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND},
198 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK…
200 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRIST…
202 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND},
204 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str10, T_HELP, TF_COMMAND},
207 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TR…
209 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO…
211 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str14, T_OPT_DEFCONFIG_LIST,TF_OPT…
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/liblbxutil-1.1.0/
H A D0001-lbx_zlib-Mark-declration-with-extern.patch22 -unsigned long stream_out_compressed;
23 -unsigned long stream_out_uncompressed;
24 -unsigned long stream_out_plain;
25 -unsigned long stream_in_compressed;
26 -unsigned long stream_in_uncompressed;
27 -unsigned long stream_in_plain;
28 +extern unsigned long stream_out_compressed;
29 +extern unsigned long stream_out_uncompressed;
30 +extern unsigned long stream_out_plain;
31 +extern unsigned long stream_in_compressed;
[all …]
/OK3568_Linux_fs/u-boot/board/cobra5272/bdm/
H A Dcobra5272_uboot.gdb77 set *((unsigned long *) $csbr0) = 0xffe00201
78 set *((unsigned long *) $csor0) = 0xffe00014
81 set *((unsigned long *) $csbr1) = 0x0
82 set *((unsigned long *) $csor1) = 0x0
85 set *((unsigned long *) $csbr2) = 0x30000001
86 set *((unsigned long *) $csor2) = 0xfff80000
89 set *((unsigned long *) $csbr3) = 0x0
90 set *((unsigned long *) $csor3) = 0x0
93 set *((unsigned long *) $csbr4) = 0x0
94 set *((unsigned long *) $csor4) = 0x0
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch5 long long
12 type 'long int', but argument 5 has type 'off_t {aka long long int}'
83 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
94 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
105 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
116 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size,
127 + e->sb.st_mode & ~S_IFMT, (long long)e->sb.st_size, wrote,
142 + mtd->mtd_num, (long long)seek);
153 + mtd->mtd_num, (long long)seek);
168 + mtd->eb_size / 1024, (unsigned long long)start, ((eb - eb_start) * 100) / eb_cnt);
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Use-long-long-instead-of-int64_t.patch4 Subject: [PATCH 02/10] Use long long instead of int64_t
8 since this function expects long long as parameter and not int64_t
25 + long long value;
34 + long long value;
43 + long long value;
52 + std::vector<long long> stats;
61 + long long value;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch135 -size_t fmt_long(char *dest,signed long src) __pure__;
136 +size_t fmt_long(char *dest,signed long src) __PURE;
141 -size_t fmt_ulong(char *dest,unsigned long src) __pure__;
142 +size_t fmt_ulong(char *dest,unsigned long src) __PURE;
147 -size_t fmt_xlong(char *dest,unsigned long src) __pure__;
148 +size_t fmt_xlong(char *dest,unsigned long src) __PURE;
153 -size_t fmt_8long(char *dest,unsigned long src) __pure__;
154 +size_t fmt_8long(char *dest,unsigned long src) __PURE;
156 /* like fmt_long but for long long */
157 -size_t fmt_longlong(char *dest,signed long long src) __pure__;
[all …]

12345678910>>...63