Home
last modified time | relevance | path

Searched full:using (Results 1 – 25 of 8980) sorted by relevance

12345678910>>...360

/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 Dmath.h38 using std::abs;
39 using std::acos;
40 using std::asin;
41 using std::atan;
42 using std::atan2;
43 using std::cos;
44 using std::sin;
45 using std::tan;
46 using std::cosh;
47 using std::sinh;
[all …]
H A Dcwchar64 using ::mbstate_t;
141 using ::wint_t;
143 using ::btowc;
144 using ::fgetwc;
145 using ::fgetws;
146 using ::fputwc;
147 using ::fputws;
148 using ::fwide;
149 using ::fwprintf;
150 using ::fwscanf;
[all …]
H A Dcstdio98 using ::FILE;
99 using ::fpos_t;
101 using ::clearerr;
102 using ::fclose;
103 using ::feof;
104 using ::ferror;
105 using ::fflush;
106 using ::fgetc;
107 using ::fgetpos;
108 using ::fgets;
[all …]
H A Dcstdlib127 using ::div_t;
128 using ::ldiv_t;
130 using ::abort;
132 using ::aligned_alloc;
134 using ::atexit;
137 using ::at_quick_exit;
140 using ::atof;
141 using ::atoi;
142 using ::atol;
143 using ::bsearch;
[all …]
H A Dstdlib.h38 using std::abort;
39 using std::atexit;
40 using std::exit;
43 using std::at_quick_exit;
46 using std::quick_exit;
51 using std::div_t;
52 using std::ldiv_t;
54 using std::abs;
55 using std::atof;
56 using std::atoi;
[all …]
H A Dcstdint47 using ::int8_t;
48 using ::int16_t;
49 using ::int32_t;
50 using ::int64_t;
52 using ::int_fast8_t;
53 using ::int_fast16_t;
54 using ::int_fast32_t;
55 using ::int_fast64_t;
57 using ::int_least8_t;
58 using ::int_least16_t;
[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 Dmath.h38 using std::abs;
39 using std::acos;
40 using std::asin;
41 using std::atan;
42 using std::atan2;
43 using std::cos;
44 using std::sin;
45 using std::tan;
46 using std::cosh;
47 using std::sinh;
[all …]
H A Dcwchar64 using ::mbstate_t;
141 using ::wint_t;
143 using ::btowc;
144 using ::fgetwc;
145 using ::fgetws;
146 using ::fputwc;
147 using ::fputws;
148 using ::fwide;
149 using ::fwprintf;
150 using ::fwscanf;
[all …]
H A Dcstdio98 using ::FILE;
99 using ::fpos_t;
101 using ::clearerr;
102 using ::fclose;
103 using ::feof;
104 using ::ferror;
105 using ::fflush;
106 using ::fgetc;
107 using ::fgetpos;
108 using ::fgets;
[all …]
H A Dcstdlib127 using ::div_t;
128 using ::ldiv_t;
130 using ::abort;
132 using ::aligned_alloc;
134 using ::atexit;
137 using ::at_quick_exit;
140 using ::atof;
141 using ::atoi;
142 using ::atol;
143 using ::bsearch;
[all …]
H A Dstdlib.h38 using std::abort;
39 using std::atexit;
40 using std::exit;
43 using std::at_quick_exit;
46 using std::quick_exit;
51 using std::div_t;
52 using std::ldiv_t;
54 using std::abs;
55 using std::atof;
56 using std::atoi;
[all …]
H A Dcstdint47 using ::int8_t;
48 using ::int16_t;
49 using ::int32_t;
50 using ::int64_t;
52 using ::int_fast8_t;
53 using ::int_fast16_t;
54 using ::int_fast32_t;
55 using ::int_fast64_t;
57 using ::int_least8_t;
58 using ::int_least16_t;
[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 Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dcmath154 // Using declarations to bring names from libc's <math.h> into std::tr1.
157 using ::double_t;
158 using ::float_t;
161 using ::acosh;
162 using ::acoshf;
163 using ::acoshl;
165 using ::asinh;
166 using ::asinhf;
167 using ::asinhl;
169 using ::atanh;
[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 Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dcmath154 // Using declarations to bring names from libc's <math.h> into std::tr1.
157 using ::double_t;
158 using ::float_t;
161 using ::acosh;
162 using ::acoshf;
163 using ::acoshl;
165 using ::asinh;
166 using ::asinhf;
167 using ::asinhl;
169 using ::atanh;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath319 using ::signbit;
320 using ::fpclassify;
321 using ::isfinite;
322 using ::isinf;
323 using ::isnan;
324 using ::isnormal;
325 using ::isgreater;
326 using ::isgreaterequal;
327 using ::isless;
328 using ::islessequal;
[all …]
H A Dcwchar116 using ::mbstate_t;
117 using ::size_t;
118 using ::tm;
119 using ::wint_t;
120 using ::FILE;
121 using ::fwprintf;
122 using ::fwscanf;
123 using ::swprintf;
124 using ::vfwprintf;
125 using ::vswprintf;
[all …]
H A Dcstdio108 using ::FILE;
109 //using ::fpos_t;
110 using ::size_t;
112 //using ::fclose;
113 //using ::fflush;
114 //using ::setbuf;
115 //using ::setvbuf;
116 //using ::fprintf;
117 //using ::fscanf;
118 using ::snprintf;
[all …]
H A Dcstdlib100 using ::size_t;
101 //using ::div_t;
102 //using ::ldiv_t;
104 //using ::lldiv_t;
106 //using ::atof;
107 using ::atoi;
108 //using ::atol;
110 //using ::atoll;
112 using ::strtod;
113 using ::strtof;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath319 using ::signbit;
320 using ::fpclassify;
321 using ::isfinite;
322 using ::isinf;
323 using ::isnan;
324 using ::isnormal;
325 using ::isgreater;
326 using ::isgreaterequal;
327 using ::isless;
328 using ::islessequal;
[all …]
H A Dcwchar116 using ::mbstate_t;
117 using ::size_t;
118 using ::tm;
119 using ::wint_t;
120 using ::FILE;
121 using ::fwprintf;
122 using ::fwscanf;
123 using ::swprintf;
124 using ::vfwprintf;
125 using ::vswprintf;
[all …]
H A Dcstdio108 using ::FILE;
109 //using ::fpos_t;
110 using ::size_t;
112 //using ::fclose;
113 //using ::fflush;
114 //using ::setbuf;
115 //using ::setvbuf;
116 //using ::fprintf;
117 //using ::fscanf;
118 using ::snprintf;
[all …]
H A Dcstdlib100 using ::size_t;
101 //using ::div_t;
102 //using ::ldiv_t;
104 //using ::lldiv_t;
106 //using ::atof;
107 using ::atoi;
108 //using ::atol;
110 //using ::atoll;
112 using ::strtod;
113 using ::strtof;
[all …]
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-bootlin/
H A DConfig.in.options73 Bootlin toolchain for the aarch64 architecture, using the
75 means it is using the latest versions of gcc, gdb and
98 Bootlin toolchain for the aarch64 architecture, using the
100 is using stable and proven versions of gcc, gdb and
121 Bootlin toolchain for the aarch64 architecture, using the
123 means it is using the latest versions of gcc, gdb and
144 Bootlin toolchain for the aarch64 architecture, using the
146 using stable and proven versions of gcc, gdb and binutils.
166 Bootlin toolchain for the aarch64 architecture, using the
168 means it is using the latest versions of gcc, gdb and
[all …]

12345678910>>...360