/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | ioperm.c | 57 } io; variable 74 #define IO_ADDR(port) (io.base + ((port) << io.shift)) 111 size_t len = sizeof(io.base); in init_iosys() 115 io.initdone = 1; in init_iosys() 123 if (sscanf (systype, "%li,%i", &io.io_base, &io.shift) == 2) { in init_iosys() 124 io.initdone = 1; in init_iosys() 156 io.shift = platform[i].shift; in init_iosys() 158 io.initdone = 1; in init_iosys() 180 if (! io.base) { in ioperm() 187 io.base = (unsigned long int) mmap (0, MAX_PORT << io.shift, in ioperm() [all …]
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lobject.h | 257 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \ 298 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); } 326 { TValue *io=(obj); val_(io).n=(x); settt_(io, LUA_VNUMFLT); } 329 { TValue *io=(obj); lua_assert(ttisfloat(io)); val_(io).n=(x); } 332 { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); } 335 { TValue *io=(obj); lua_assert(ttisinteger(io)); val_(io).i=(x); } 360 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \ 429 { TValue *io=(obj); val_(io).p=(x); settt_(io, LUA_VLIGHTUSERDATA); } 599 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VLCL)); \ 605 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_VLCF); } [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | cxx11-shim_facets.cc | 298 do_get_time(iter_type beg, iter_type end, ios_base& io, in do_get_time() 417 do_put(iter_type s, bool intl, ios_base& io, in do_put() 425 do_put(iter_type s, bool intl, ios_base& io, in do_put() 700 return g->get_time(beg, end, io, err, t); in __time_get() 702 return g->get_date(beg, end, io, err, t); in __time_get() 704 return g->get_weekday(beg, end, io, err, t); in __time_get() 706 return g->get_monthname(beg, end, io, err, t); in __time_get() 708 return g->get_year(beg, end, io, err, t); in __time_get() 760 bool intl, ios_base& io, C fill, long double units, in __money_put() argument 765 return m->put(s, intl, io, fill, *digits); in __money_put() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | cxx11-shim_facets.cc | 298 do_get_time(iter_type beg, iter_type end, ios_base& io, in do_get_time() 417 do_put(iter_type s, bool intl, ios_base& io, in do_put() 425 do_put(iter_type s, bool intl, ios_base& io, in do_put() 700 return g->get_time(beg, end, io, err, t); in __time_get() 702 return g->get_date(beg, end, io, err, t); in __time_get() 704 return g->get_weekday(beg, end, io, err, t); in __time_get() 706 return g->get_monthname(beg, end, io, err, t); in __time_get() 708 return g->get_year(beg, end, io, err, t); in __time_get() 760 bool intl, ios_base& io, C fill, long double units, in __money_put() argument 765 return m->put(s, intl, io, fill, *digits); in __money_put() [all …]
|
A D | Makefile.am | 85 cow-string-io-inst.cc \ 87 cow-wstring-io-inst.cc \ 109 string-io-inst.cc \ 112 wstring-io-inst.cc
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | cxx11-shim_facets.cc | 298 do_get_time(iter_type beg, iter_type end, ios_base& io, in do_get_time() 417 do_put(iter_type s, bool intl, ios_base& io, in do_put() 425 do_put(iter_type s, bool intl, ios_base& io, in do_put() 700 return g->get_time(beg, end, io, err, t); in __time_get() 702 return g->get_date(beg, end, io, err, t); in __time_get() 704 return g->get_weekday(beg, end, io, err, t); in __time_get() 706 return g->get_monthname(beg, end, io, err, t); in __time_get() 708 return g->get_year(beg, end, io, err, t); in __time_get() 760 bool intl, ios_base& io, C fill, long double units, in __money_put() argument 765 return m->put(s, intl, io, fill, *digits); in __money_put() [all …]
|
A D | Makefile.am | 85 cow-string-io-inst.cc \ 87 cow-wstring-io-inst.cc \ 109 string-io-inst.cc \ 112 wstring-io-inst.cc
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | cxx11-shim_facets.cc | 298 do_get_time(iter_type beg, iter_type end, ios_base& io, in do_get_time() 417 do_put(iter_type s, bool intl, ios_base& io, in do_put() 425 do_put(iter_type s, bool intl, ios_base& io, in do_put() 700 return g->get_time(beg, end, io, err, t); in __time_get() 702 return g->get_date(beg, end, io, err, t); in __time_get() 704 return g->get_weekday(beg, end, io, err, t); in __time_get() 706 return g->get_monthname(beg, end, io, err, t); in __time_get() 708 return g->get_year(beg, end, io, err, t); in __time_get() 760 bool intl, ios_base& io, C fill, long double units, in __money_put() argument 765 return m->put(s, intl, io, fill, *digits); in __money_put() [all …]
|
A D | Makefile.am | 85 cow-string-io-inst.cc \ 87 cow-wstring-io-inst.cc \ 109 string-io-inst.cc \ 112 wstring-io-inst.cc
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | cxx11-shim_facets.cc | 303 do_get_time(iter_type beg, iter_type end, ios_base& io, in do_get_time() 422 do_put(iter_type s, bool intl, ios_base& io, in do_put() 430 do_put(iter_type s, bool intl, ios_base& io, in do_put() 705 return g->get_time(beg, end, io, err, t); in __time_get() 707 return g->get_date(beg, end, io, err, t); in __time_get() 709 return g->get_weekday(beg, end, io, err, t); in __time_get() 711 return g->get_monthname(beg, end, io, err, t); in __time_get() 713 return g->get_year(beg, end, io, err, t); in __time_get() 765 bool intl, ios_base& io, C fill, long double units, in __money_put() argument 770 return m->put(s, intl, io, fill, *digits); in __money_put() [all …]
|
A D | Makefile.am | 85 cow-string-io-inst.cc \ 87 cow-wstring-io-inst.cc \ 109 string-io-inst.cc \ 112 wstring-io-inst.cc
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | cxx11-shim_facets.cc | 303 do_get_time(iter_type beg, iter_type end, ios_base& io, in do_get_time() 422 do_put(iter_type s, bool intl, ios_base& io, in do_put() 430 do_put(iter_type s, bool intl, ios_base& io, in do_put() 705 return g->get_time(beg, end, io, err, t); in __time_get() 707 return g->get_date(beg, end, io, err, t); in __time_get() 709 return g->get_weekday(beg, end, io, err, t); in __time_get() 711 return g->get_monthname(beg, end, io, err, t); in __time_get() 713 return g->get_year(beg, end, io, err, t); in __time_get() 765 bool intl, ios_base& io, C fill, long double units, in __money_put() argument 770 return m->put(s, intl, io, fill, *digits); in __money_put() [all …]
|
A D | Makefile.am | 85 cow-string-io-inst.cc \ 87 cow-wstring-io-inst.cc \ 109 string-io-inst.cc \ 112 wstring-io-inst.cc
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | cxx11-shim_facets.cc | 303 do_get_time(iter_type beg, iter_type end, ios_base& io, in do_get_time() 422 do_put(iter_type s, bool intl, ios_base& io, in do_put() 430 do_put(iter_type s, bool intl, ios_base& io, in do_put() 705 return g->get_time(beg, end, io, err, t); in __time_get() 707 return g->get_date(beg, end, io, err, t); in __time_get() 709 return g->get_weekday(beg, end, io, err, t); in __time_get() 711 return g->get_monthname(beg, end, io, err, t); in __time_get() 713 return g->get_year(beg, end, io, err, t); in __time_get() 765 bool intl, ios_base& io, C fill, long double units, in __money_put() argument 770 return m->put(s, intl, io, fill, *digits); in __money_put() [all …]
|
A D | Makefile.am | 85 cow-string-io-inst.cc \ 87 cow-wstring-io-inst.cc \ 109 string-io-inst.cc \ 112 wstring-io-inst.cc
|
/l4re-core-master/cxx/lib/ |
A D | Makefile | 3 TARGET = io base be start util tl ipc 7 base: io 8 be: io 10 util: io
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/ |
A D | des.c | 605 u_int32_t io[2]; in encrypt() local 614 io[i] = 0L; in encrypt() 617 io[i] |= bits32[j]; in encrypt() 619 do_des(io[0], io[1], io, io + 1, flag ? -1 : 1); in encrypt() 622 block[(i << 5) | j] = (io[i] & bits32[j]) ? 1 : 0; in encrypt()
|
/l4re-core-master/libstdc++-v3/build/src/ |
A D | Makefile-6 | 69 c++11/cow-string-io-inst.cc \ 71 c++11/cow-wstring-io-inst.cc \ 104 c++11/string-io-inst.cc \ 109 c++11/wstring-io-inst.cc \ 141 $(OBJ_DIR)/c++98/basic_file.cc: $(STDCXX_CONTRIB_DIR)/config/io/basic_file_stdio.cc
|
A D | Makefile-7 | 69 c++11/cow-string-io-inst.cc \ 71 c++11/cow-wstring-io-inst.cc \ 104 c++11/string-io-inst.cc \ 109 c++11/wstring-io-inst.cc \ 147 $(OBJ_DIR)/c++98/basic_file.cc: $(STDCXX_CONTRIB_DIR)/config/io/basic_file_stdio.cc
|
A D | Makefile-10 | 69 c++11/cow-string-io-inst.cc \ 71 c++11/cow-wstring-io-inst.cc \ 104 c++11/string-io-inst.cc \ 109 c++11/wstring-io-inst.cc \ 154 $(OBJ_DIR)/c++98/basic_file.cc: $(STDCXX_CONTRIB_DIR)/config/io/basic_file_stdio.cc
|
A D | Makefile-11 | 68 c++11/cow-string-io-inst.cc \ 70 c++11/cow-wstring-io-inst.cc \ 103 c++11/string-io-inst.cc \ 108 c++11/wstring-io-inst.cc \ 158 $(OBJ_DIR)/c++98/basic_file.cc: $(STDCXX_CONTRIB_DIR)/config/io/basic_file_stdio.cc
|
A D | Makefile-9 | 69 c++11/cow-string-io-inst.cc \ 71 c++11/cow-wstring-io-inst.cc \ 104 c++11/string-io-inst.cc \ 109 c++11/wstring-io-inst.cc \ 154 $(OBJ_DIR)/c++98/basic_file.cc: $(STDCXX_CONTRIB_DIR)/config/io/basic_file_stdio.cc
|
A D | Makefile-8 | 69 c++11/cow-string-io-inst.cc \ 71 c++11/cow-wstring-io-inst.cc \ 104 c++11/string-io-inst.cc \ 109 c++11/wstring-io-inst.cc \ 154 $(OBJ_DIR)/c++98/basic_file.cc: $(STDCXX_CONTRIB_DIR)/config/io/basic_file_stdio.cc
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/abi/pre/ |
A D | gnu.ver | 968 _ZThn8_NSt19basic_[io]stringstreamI*; 976 _ZThn16_NSt19basic_[io]stringstreamI*; 986 _ZTv0_n12_NSt19basic_[io]stringstreamI*; 996 _ZTv0_n24_NSt19basic_[io]stringstreamI*; 1659 _ZNSt13basic_[io]streamIwSt11char_traitsIwEE4swapERS2_; 1660 _ZNSt13basic_[io]streamIwSt11char_traitsIwEEaSEOS2_; 1661 _ZNSt13basic_[io]streamIwSt11char_traitsIwEEC[12]EOS2_; 2365 # basic_[io]stringstream::basic_[io]stringstream(basic_string&&, ios_base::openmode) 2368 # basic_[io]stringstream::basic_[io]stringstream(ios_base::openmode, allocator const&) 2371 # basic_[io]stringstream::view() [all …]
|
/l4re-core-master/libstdc++-headers/include-std/ |
A D | Makefile | 24 BASIC_FILE_H := config/io/basic_file_stdio.h 25 CSTDIO_H := config/io/c_io_stdio.h 90 $(VERBOSE)$(call install_config_header, $(CSTDIO_H), c++io.h)
|