| /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 | locale_facets_nonio.tcc | 137 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, in _M_extract() argument 145 const locale& __loc = __io._M_getloc(); in _M_extract() 188 if (__io.flags() & ios_base::showbase || __sign_size > 1 in _M_extract() 207 && (__j || __io.flags() & ios_base::showbase)) in _M_extract() 357 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io, in __do_get() argument 361 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get() 362 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get() 371 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io, in do_get() argument 375 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get() 376 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get() [all …]
|
| H A D | locale_facets.h | 98 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news, in _GLIBCXX_VISIBILITY() 1591 _S_format_float(const ios_base& __io, char* __fptr, char __mod) throw(); in _GLIBCXX_VISIBILITY() 1999 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2001 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() 2036 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2038 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() 2041 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2043 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() 2046 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2048 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets.tcc | 149 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, in _M_extract_float() argument 155 const locale& __loc = __io._M_getloc(); in _M_extract_float() 375 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io, in _M_extract_int() argument 383 const locale& __loc = __io._M_getloc(); in _M_extract_int() 389 const ios_base::fmtflags __basefield = __io.flags() in _M_extract_int() 595 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() argument 598 if (!(__io.flags() & ios_base::boolalpha)) in do_get() 604 __beg = _M_extract_int(__beg, __end, __io, __err, __l); in do_get() 622 const locale& __loc = __io._M_getloc(); in do_get() 691 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() argument [all …]
|
| H A D | locale_facets_nonio.h | 430 get_time(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 432 { return this->do_get_time(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 455 get_date(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 457 { return this->do_get_date(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 483 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 485 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 512 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 514 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 538 get_year(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 540 { return this->do_get_year(__beg, __end, __io, __err, __tm); } 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 | locale_facets_nonio.tcc | 137 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, in _M_extract() argument 145 const locale& __loc = __io._M_getloc(); in _M_extract() 188 if (__io.flags() & ios_base::showbase || __sign_size > 1 in _M_extract() 207 && (__j || __io.flags() & ios_base::showbase)) in _M_extract() 357 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io, in __do_get() argument 361 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get() 362 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get() 371 do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io, in do_get() argument 375 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get() 376 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get() [all …]
|
| H A D | locale_facets.h | 98 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news, in _GLIBCXX_VISIBILITY() 1591 _S_format_float(const ios_base& __io, char* __fptr, char __mod) throw(); in _GLIBCXX_VISIBILITY() 1999 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2001 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() 2036 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2038 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() 2041 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2043 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() 2046 get(iter_type __in, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 2048 { return this->do_get(__in, __end, __io, __err, __v); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets.tcc | 149 _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, in _M_extract_float() argument 155 const locale& __loc = __io._M_getloc(); in _M_extract_float() 375 _M_extract_int(_InIter __beg, _InIter __end, ios_base& __io, in _M_extract_int() argument 383 const locale& __loc = __io._M_getloc(); in _M_extract_int() 389 const ios_base::fmtflags __basefield = __io.flags() in _M_extract_int() 595 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() argument 598 if (!(__io.flags() & ios_base::boolalpha)) in do_get() 604 __beg = _M_extract_int(__beg, __end, __io, __err, __l); in do_get() 622 const locale& __loc = __io._M_getloc(); in do_get() 691 do_get(iter_type __beg, iter_type __end, ios_base& __io, in do_get() argument [all …]
|
| H A D | locale_facets_nonio.h | 430 get_time(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 432 { return this->do_get_time(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 455 get_date(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 457 { return this->do_get_date(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 483 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 485 { return this->do_get_weekday(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 512 get_monthname(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 514 { return this->do_get_monthname(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() 538 get_year(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY() 540 { return this->do_get_year(__beg, __end, __io, __err, __tm); } in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | io.h | 201 #define __io(a) __typesafe_io(PCI_IO_VIRT_BASE + ((a) & IO_SPACE_LIMIT)) macro 203 #define __io(a) __typesafe_io((a) & IO_SPACE_LIMIT) macro 251 #ifdef __io 252 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); }) 254 cpu_to_le16(v),__io(p)); }) 256 cpu_to_le32(v),__io(p)); }) 258 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __iormb(); __v; }) 260 __raw_readw(__io(p))); __iormb(); __v; }) 262 __raw_readl(__io(p))); __iormb(); __v; }) 264 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) [all …]
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 251 #ifdef __io 252 #define outb(v, p) __raw_writeb(v, __io(p)) 253 #define outw(v, p) __raw_writew(cpu_to_le16(v), __io(p)) 254 #define outl(v, p) __raw_writel(cpu_to_le32(v), __io(p)) 256 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) 257 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) 258 #define inl(p) ({ unsigned int __v = le32_to_cpu(__raw_readl(__io(p))); __v; }) 260 #define outsb(p, d, l) writesb(__io(p), d, l) 261 #define outsw(p, d, l) writesw(__io(p), d, l) 262 #define outsl(p, d, l) writesl(__io(p), d, l) [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 226 #ifdef __io 227 #define outb(v,p) __raw_writeb(v,__io(p)) 228 #define outw(v,p) __raw_writew(cpu_to_le16(v),__io(p)) 229 #define outl(v,p) __raw_writel(cpu_to_le32(v),__io(p)) 231 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) 232 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) 233 #define inl(p) ({ unsigned int __v = le32_to_cpu(__raw_readl(__io(p))); __v; }) 235 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) 236 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) 237 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | iomap.c | 18 #ifdef __io 21 return __io(port); in ioport_map()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/include/mach/ |
| H A D | io.h | 43 #define __io(a) __typesafe_io(a) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-rpc/include/mach/ |
| H A D | io.h | 26 #define __io(a) (PCIO_BASE + ((a) << 2)) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/include/mach/ |
| H A D | io.h | 18 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | nsa310s.h | 77 #define __io macro
|
| H A D | ib62x0.h | 86 #define __io macro
|
| H A D | sheevaplug.h | 91 #define __io macro
|
| H A D | edminiv2.h | 140 #define __io macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-kirkwood/include/mach/ |
| H A D | config.h | 98 #define __io macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/ |
| H A D | io-s3c24xx.h | 46 #define __io(x) (PCIO_BASE + (x)) macro
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/ |
| H A D | bios.c | 44 #define __io macro
|
| H A D | besys.c | 50 #define __io macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 233 #define __io(v) __typesafe_io(v) macro
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 5119 struct io_async_connect __io, *io; in io_connect() local 5129 &__io.address); in io_connect() 5132 io = &__io; in io_connect() 5146 memcpy(req->async_data, &__io, sizeof(__io)); in io_connect()
|