| /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/ext/ |
| H A D | stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 75 int_type _M_unget_buf; in _GLIBCXX_VISIBILITY() 121 int_type in _GLIBCXX_VISIBILITY() 124 int_type in _GLIBCXX_VISIBILITY() 125 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY() 127 int_type in _GLIBCXX_VISIBILITY() 128 syncputc(int_type __c); in _GLIBCXX_VISIBILITY() 130 virtual int_type in _GLIBCXX_VISIBILITY() 133 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() 137 virtual int_type in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | pod_char_traits.h | 52 typedef _Int int_type; in _GLIBCXX_VISIBILITY() typedef 100 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY() 170 to_char_type(const int_type& __i) in _GLIBCXX_VISIBILITY() 173 static int_type in _GLIBCXX_VISIBILITY() 175 { return char_type::template to<int_type>(__c); } in _GLIBCXX_VISIBILITY() 178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 181 static int_type in _GLIBCXX_VISIBILITY() 184 int_type __r = { static_cast<typename __gnu_cxx::__conditional_type in _GLIBCXX_VISIBILITY() 185 <std::__is_integer<int_type>::__value, in _GLIBCXX_VISIBILITY() 186 int_type, int>::__type>(-1) }; in _GLIBCXX_VISIBILITY() [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/ext/ |
| H A D | stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 75 int_type _M_unget_buf; in _GLIBCXX_VISIBILITY() 121 int_type in _GLIBCXX_VISIBILITY() 124 int_type in _GLIBCXX_VISIBILITY() 125 syncungetc(int_type __c); in _GLIBCXX_VISIBILITY() 127 int_type in _GLIBCXX_VISIBILITY() 128 syncputc(int_type __c); in _GLIBCXX_VISIBILITY() 130 virtual int_type in _GLIBCXX_VISIBILITY() 133 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() 137 virtual int_type in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | pod_char_traits.h | 52 typedef _Int int_type; in _GLIBCXX_VISIBILITY() typedef 100 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY() 170 to_char_type(const int_type& __i) in _GLIBCXX_VISIBILITY() 173 static int_type in _GLIBCXX_VISIBILITY() 175 { return char_type::template to<int_type>(__c); } in _GLIBCXX_VISIBILITY() 178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 181 static int_type in _GLIBCXX_VISIBILITY() 184 int_type __r = { static_cast<typename __gnu_cxx::__conditional_type in _GLIBCXX_VISIBILITY() 185 <std::__is_integer<int_type>::__value, in _GLIBCXX_VISIBILITY() 186 int_type, int>::__type>(-1) }; in _GLIBCXX_VISIBILITY() [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/bits/ |
| H A D | char_traits.h | 67 typedef unsigned long int_type; in _GLIBCXX_VISIBILITY() typedef 93 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 132 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY() 135 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 137 { return static_cast<int_type>(__c); } in _GLIBCXX_VISIBILITY() 140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 143 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 145 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); } in _GLIBCXX_VISIBILITY() 147 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 148 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | streambuf_iterator.h | 68 typedef typename _Traits::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 111 int_type _M_c; in _GLIBCXX_VISIBILITY() 148 int_type __c = _M_get(); in _GLIBCXX_VISIBILITY() 198 int_type in _GLIBCXX_VISIBILITY() 201 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY() 212 _S_is_eof(int_type __c) in _GLIBCXX_VISIBILITY() 214 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() 373 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 378 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY() 428 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
| H A D | istream.tcc | 242 typename basic_istream<_CharT, _Traits>::int_type 246 const int_type __eof = traits_type::eof(); in get() 247 int_type __c = __eof; in get() 289 const int_type __cb = this->rdbuf()->sbumpc(); in get() 326 const int_type __idelim = traits_type::to_int_type(__delim); in get() 327 const int_type __eof = traits_type::eof(); in get() 329 int_type __c = __sb->sgetc(); in get() 373 const int_type __idelim = traits_type::to_int_type(__delim); in get() 374 const int_type __eof = traits_type::eof(); in get() 376 int_type __c = __this_sb->sgetc(); in get() [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/bits/ |
| H A D | char_traits.h | 67 typedef unsigned long int_type; in _GLIBCXX_VISIBILITY() typedef 93 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 132 to_char_type(const int_type& __c) in _GLIBCXX_VISIBILITY() 135 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 137 { return static_cast<int_type>(__c); } in _GLIBCXX_VISIBILITY() 140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 143 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 145 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); } in _GLIBCXX_VISIBILITY() 147 static _GLIBCXX_CONSTEXPR int_type in _GLIBCXX_VISIBILITY() 148 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | streambuf_iterator.h | 68 typedef typename _Traits::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 111 int_type _M_c; in _GLIBCXX_VISIBILITY() 148 int_type __c = _M_get(); in _GLIBCXX_VISIBILITY() 198 int_type in _GLIBCXX_VISIBILITY() 201 int_type __ret = _M_c; in _GLIBCXX_VISIBILITY() 212 _S_is_eof(int_type __c) in _GLIBCXX_VISIBILITY() 214 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY() 373 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef 378 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY() 428 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
| H A D | istream.tcc | 242 typename basic_istream<_CharT, _Traits>::int_type 246 const int_type __eof = traits_type::eof(); in get() 247 int_type __c = __eof; in get() 289 const int_type __cb = this->rdbuf()->sbumpc(); in get() 326 const int_type __idelim = traits_type::to_int_type(__delim); in get() 327 const int_type __eof = traits_type::eof(); in get() 329 int_type __c = __sb->sgetc(); in get() 373 const int_type __idelim = traits_type::to_int_type(__delim); in get() 374 const int_type __eof = traits_type::eof(); in get() 376 int_type __c = __this_sb->sgetc(); in get() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_intr.c | 26 (dev->int_cond && (dev->int_type == command in s5p_mfc_wait_for_done_dev() 27 || dev->int_type == S5P_MFC_R2H_CMD_ERR_RET)), in s5p_mfc_wait_for_done_dev() 31 dev->int_type, command); in s5p_mfc_wait_for_done_dev() 38 dev->int_type, command); in s5p_mfc_wait_for_done_dev() 39 if (dev->int_type == S5P_MFC_R2H_CMD_ERR_RET) in s5p_mfc_wait_for_done_dev() 47 dev->int_type = 0; in s5p_mfc_clean_dev_int_flags() 58 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx() 59 || ctx->int_type == S5P_MFC_R2H_CMD_ERR_RET)), in s5p_mfc_wait_for_done_ctx() 63 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx() 64 || ctx->int_type == S5P_MFC_R2H_CMD_ERR_RET)), in s5p_mfc_wait_for_done_ctx() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | streambuf | 27 typedef typename traits_type::int_type int_type; 48 int_type snextc(); 49 int_type sbumpc(); 50 int_type sgetc(); 54 int_type sputbackc(char_type c); 55 int_type sungetc(); 58 int_type sputc(char_type c); 96 virtual int_type underflow(); 97 virtual int_type uflow(); 100 virtual int_type pbackfail(int_type c = traits_type::eof()); [all …]
|
| H A D | __string | 24 typedef ... int_type; 41 static constexpr int_type not_eof(int_type c) noexcept; 42 static constexpr char_type to_char_type(int_type c) noexcept; 43 static constexpr int_type to_int_type(char_type c) noexcept; 44 static constexpr bool eq_int_type(int_type c1, int_type c2) noexcept; 45 static constexpr int_type eof() noexcept; 79 typedef int int_type; 103 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT 105 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT 107 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT [all …]
|
| H A D | __std_stream | 41 typedef typename traits_type::int_type int_type; 49 virtual int_type underflow(); 50 virtual int_type uflow(); 51 virtual int_type pbackfail(int_type __c = traits_type::eof()); 60 int_type __last_consumed_; 67 int_type __getchar(bool __consume); 92 typename __stdinbuf<_CharT>::int_type 99 typename __stdinbuf<_CharT>::int_type 106 typename __stdinbuf<_CharT>::int_type 111 int_type __result = __last_consumed_; [all …]
|
| H A D | strstream | 43 virtual int_type overflow (int_type c = EOF); 44 virtual int_type pbackfail(int_type c = EOF); 45 virtual int_type underflow(); 106 typedef char_traits<char>::int_type int_type; 170 virtual int_type overflow (int_type __c = EOF); 171 virtual int_type pbackfail(int_type __c = EOF); 172 virtual int_type underflow(); 343 typedef char_traits<char>::int_type int_type;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | streambuf | 27 typedef typename traits_type::int_type int_type; 48 int_type snextc(); 49 int_type sbumpc(); 50 int_type sgetc(); 54 int_type sputbackc(char_type c); 55 int_type sungetc(); 58 int_type sputc(char_type c); 96 virtual int_type underflow(); 97 virtual int_type uflow(); 100 virtual int_type pbackfail(int_type c = traits_type::eof()); [all …]
|
| H A D | __string | 24 typedef ... int_type; 41 static constexpr int_type not_eof(int_type c) noexcept; 42 static constexpr char_type to_char_type(int_type c) noexcept; 43 static constexpr int_type to_int_type(char_type c) noexcept; 44 static constexpr bool eq_int_type(int_type c1, int_type c2) noexcept; 45 static constexpr int_type eof() noexcept; 79 typedef int int_type; 103 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT 105 static inline _LIBCPP_CONSTEXPR char_type to_char_type(int_type __c) _NOEXCEPT 107 static inline _LIBCPP_CONSTEXPR int_type to_int_type(char_type __c) _NOEXCEPT [all …]
|
| H A D | __std_stream | 41 typedef typename traits_type::int_type int_type; 49 virtual int_type underflow(); 50 virtual int_type uflow(); 51 virtual int_type pbackfail(int_type __c = traits_type::eof()); 60 int_type __last_consumed_; 67 int_type __getchar(bool __consume); 92 typename __stdinbuf<_CharT>::int_type 99 typename __stdinbuf<_CharT>::int_type 106 typename __stdinbuf<_CharT>::int_type 111 int_type __result = __last_consumed_; [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/irq/ |
| H A D | irq-gpio.c | 178 eGPIOIntType_t int_type = 0; in gpio_irq_set_type() local 189 int_type = GPIOEdgelRising; in gpio_irq_set_type() 192 int_type = GPIOEdgelFalling; in gpio_irq_set_type() 195 int_type = GPIOLevelHigh; in gpio_irq_set_type() 198 int_type = GPIOLevelLow; in gpio_irq_set_type() 207 gpio_set_intr_type(bank->regbase, offset_to_bit(gpio), int_type); in gpio_irq_set_type() 216 eGPIOIntType_t int_type = 0; in gpio_irq_revert_type() local 229 int_type = GPIOEdgelRising; in gpio_irq_revert_type() 232 int_type = GPIOEdgelFalling; in gpio_irq_revert_type() 235 int_type = GPIOLevelLow; in gpio_irq_revert_type() [all …]
|
| H A D | irq-gpio-v2.c | 190 eGPIOIntType_t int_type = 0; in gpio_irq_set_type() local 201 int_type = GPIOEdgelRising; in gpio_irq_set_type() 204 int_type = GPIOEdgelFalling; in gpio_irq_set_type() 207 int_type = GPIOLevelHigh; in gpio_irq_set_type() 210 int_type = GPIOLevelLow; in gpio_irq_set_type() 219 gpio_set_intr_type(bank->regbase, offset_to_bit(gpio), int_type); in gpio_irq_set_type() 228 eGPIOIntType_t int_type = 0; in gpio_irq_revert_type() local 241 int_type = GPIOEdgelRising; in gpio_irq_revert_type() 244 int_type = GPIOEdgelFalling; in gpio_irq_revert_type() 247 int_type = GPIOLevelLow; in gpio_irq_revert_type() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | qlogicfas408.h | 83 int int_type; /* type of irq, 2 for ISA board, 0 for PCMCIA */ member 92 #define REG1 ( outb( inb( qbase + 0xd ) | 0x80 , qbase + 0xd ), outb( 0xb4 | int_type, qbase + 0xd … 114 int qlogicfas408_get_chip_type(int qbase, int int_type); 115 void qlogicfas408_setup(int qbase, int id, int int_type); 116 int qlogicfas408_detect(int qbase, int int_type);
|
| H A D | qlogicfas408.c | 82 int int_type = priv->int_type; in ql_zap() local 216 int int_type = priv->int_type; in ql_icmd() local 271 int int_type = priv->int_type; in ql_pcmd() local 533 int qlogicfas408_get_chip_type(int qbase, int int_type) in qlogicfas408_get_chip_type() argument 543 void qlogicfas408_setup(int qbase, int id, int int_type) in qlogicfas408_setup() argument 567 int qlogicfas408_detect(int qbase, int int_type) in qlogicfas408_detect() argument 581 int int_type = priv->int_type; in qlogicfas408_disable_ints() local
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf_dumper.c | 342 static void btf_dumper_int_bits(__u32 int_type, __u8 bit_offset, in btf_dumper_int_bits() argument 346 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits() 352 total_bits_offset = bit_offset + BTF_INT_OFFSET(int_type); in btf_dumper_int_bits() 363 __u32 *int_type; in btf_dumper_int() local 366 int_type = (__u32 *)(t + 1); in btf_dumper_int() 367 nr_bits = BTF_INT_BITS(*int_type); in btf_dumper_int() 369 if (bit_offset || BTF_INT_OFFSET(*int_type) || in btf_dumper_int() 371 btf_dumper_int_bits(*int_type, bit_offset, data, jw, in btf_dumper_int() 381 switch (BTF_INT_ENCODING(*int_type)) { in btf_dumper_int() 383 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | direct_streambuf.hpp | 84 int_type underflow(); 85 int_type pbackfail(int_type c); 86 int_type overflow(int_type c); 139 typename direct_streambuf<T, Tr>::int_type 152 typename direct_streambuf<T, Tr>::int_type 153 direct_streambuf<T, Tr>::pbackfail(int_type c) in pbackfail() 168 typename direct_streambuf<T, Tr>::int_type 169 direct_streambuf<T, Tr>::overflow(int_type c) in overflow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | rational.hpp | 151 typedef IntType int_type; typedef in boost::rational 169 : num(r.numerator()), den(is_normalized(int_type(r.numerator()), in rational() 170 int_type(r.denominator())) ? r.denominator() : in rational() 176 : num(r.numerator()), den(is_normalized(int_type(r.numerator()), in rational() 177 …int_type(r.denominator())) && is_safe_narrowing_conversion(r.denominator()) && is_safe_narrowing_c… in rational() 356 int_type const zero(0); in operator <() 360 int_type q = this->num / this->den, r = this->num % this->den; in operator <() 388 int_type inner_gcd( param_type a, param_type b, int_type const &zero = in inner_gcd() 389 int_type(0) ) in inner_gcd() 393 int_type inner_abs( param_type x, int_type const &zero = int_type(0) ) in inner_abs() [all …]
|