| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | .ctype.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | .ctype.o.cmd | |
| /OK3568_Linux_fs/kernel/drivers/clk/versatile/ |
| H A D | clk-icst.c | 52 enum icst_control_type ctype; member 79 if (icst->ctype == ICST_INTEGRATOR_AP_CM) { in vco_get() 94 if (icst->ctype == ICST_INTEGRATOR_AP_SYS) { in vco_get() 109 if (icst->ctype == ICST_INTEGRATOR_AP_PCI) { in vco_get() 126 if (icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in vco_get() 133 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in vco_get() 158 switch (icst->ctype) { in vco_set() 242 if (icst->ctype == ICST_INTEGRATOR_AP_CM || in icst_round_rate() 243 icst->ctype == ICST_INTEGRATOR_CP_CM_CORE) { in icst_round_rate() 252 if (icst->ctype == ICST_INTEGRATOR_CP_CM_MEM) { in icst_round_rate() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/common/ |
| H A D | platform.c | 101 static void __init alchemy_setup_uarts(int ctype) in alchemy_setup_uarts() argument 105 int c = alchemy_get_uarts(ctype); in alchemy_setup_uarts() 123 memcpy(ports, au1x00_uart_data[ctype], s * c); in alchemy_setup_uarts() 215 static void __init alchemy_setup_usb(int ctype) in alchemy_setup_usb() argument 224 res[0].start = alchemy_ohci_data[ctype][0]; in alchemy_setup_usb() 227 res[1].start = alchemy_ohci_data[ctype][1]; in alchemy_setup_usb() 240 if ((ctype == ALCHEMY_CPU_AU1200) || (ctype == ALCHEMY_CPU_AU1300)) { in alchemy_setup_usb() 244 res[0].start = alchemy_ehci_data[ctype][0]; in alchemy_setup_usb() 247 res[1].start = alchemy_ehci_data[ctype][1]; in alchemy_setup_usb() 260 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_setup_usb() [all …]
|
| H A D | clock.c | 151 int ctype) in alchemy_clk_setup_cpu() argument 750 static int __init alchemy_clk_init_fgens(int ctype) in alchemy_clk_init_fgens() argument 758 switch (ctype) { in alchemy_clk_init_fgens() 795 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_clk_init_fgens() 956 static int __init alchemy_clk_setup_imux(int ctype) in alchemy_clk_setup_imux() argument 971 switch (ctype) { in alchemy_clk_setup_imux() 1048 int ctype = alchemy_get_cputype(), ret, i; in alchemy_clk_init() local 1058 c = alchemy_clk_setup_cpu(ALCHEMY_ROOT_CLK, ctype); in alchemy_clk_init() 1062 i = (ctype == ALCHEMY_CPU_AU1300) ? 84 : 63; in alchemy_clk_init() 1067 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_clk_init() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/ |
| H A D | ip22-setup.c | 33 char *ctype; in plat_mem_setup() local 63 ctype = ArcGetEnvironmentVariable("console"); in plat_mem_setup() 66 if ((ctype && *ctype == 'd') || (cserial && *cserial == 's')) { in plat_mem_setup() 71 add_preferred_console("ttyS", *(ctype + 1) == '2' ? 1 : 0, in plat_mem_setup() 73 } else if (!ctype || *ctype != 'g') { in plat_mem_setup()
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0014-localedef-Use-initializer-for-flexible-array-member-.patch | 14 from programs/ld-ctype.c:35: 32 locale/programs/ld-ctype.c | 12 ++++++------ 48 diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c 50 --- a/locale/programs/ld-ctype.c 51 +++ b/locale/programs/ld-ctype.c 54 if (ctype->mboutdigits[cnt] == NULL) 68 - ctype->mboutdigits[cnt] = &replace[0]; 74 + ctype->mboutdigits[cnt] = (struct charseq *) &replace;
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | cache.c | 133 enum cache_type ctype; in init_cache_level() local 141 ctype = get_cache_type(&ct.ci[0], level); in init_cache_level() 142 if (ctype == CACHE_TYPE_NOCACHE) in init_cache_level() 145 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level() 158 enum cache_type ctype; in populate_cache_leaves() local 168 ctype = get_cache_type(&ct.ci[0], level); in populate_cache_leaves() 169 if (ctype == CACHE_TYPE_SEPARATE) { in populate_cache_leaves() 173 ci_leaf_init(this_leaf++, pvt, ctype, level, cpu); in populate_cache_leaves()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | formats_i.c | 344 #define READ_FUNC(type, size, ctype, twiddle) \ argument 346 sox_format_t * ft, ctype *buf, size_t len) \ 362 #define READ_FUNC_UNPACK(type, size, ctype, twiddle) \ argument 364 sox_format_t * ft, ctype *buf, size_t len) \ 383 #define READ1_FUNC(type, ctype) \ argument 384 int lsx_read ## type(sox_format_t * ft, ctype * datum) { \ 474 #define WRITE_FUNC(type, size, ctype, twiddle) \ argument 476 sox_format_t * ft, ctype *buf, size_t len) \ 493 #define WRITE_FUNC_PACK(type, size, ctype, twiddle) \ argument 495 sox_format_t * ft, ctype *buf, size_t len) \ [all …]
|
| H A D | raw.c | 69 #define READ_SAMPLES_FUNC(type, size, sign, ctype, uctype, cast) \ argument 75 ctype *data = lsx_malloc(sizeof(ctype) * len); \ 97 #define WRITE_SAMPLES_FUNC(type, size, sign, ctype, uctype, cast) \ argument 103 ctype *data = lsx_malloc(sizeof(ctype) * len); \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npa.c | 90 inst.ctype = req->ctype; in rvu_npa_aq_enq_inst() 112 if (req->ctype == NPA_AQ_CTYPE_AURA) { in rvu_npa_aq_enq_inst() 123 if (req->ctype == NPA_AQ_CTYPE_AURA) { in rvu_npa_aq_enq_inst() 159 if (req->ctype == NPA_AQ_CTYPE_AURA) { in rvu_npa_aq_enq_inst() 174 if (req->ctype == NPA_AQ_CTYPE_POOL) { in rvu_npa_aq_enq_inst() 192 if (req->ctype == NPA_AQ_CTYPE_AURA) in rvu_npa_aq_enq_inst() 218 if (req->ctype == NPA_AQ_CTYPE_POOL) { in npa_lf_hwctx_disable() 223 } else if (req->ctype == NPA_AQ_CTYPE_AURA) { in npa_lf_hwctx_disable() 232 aq_req.ctype = req->ctype; in npa_lf_hwctx_disable() 243 (req->ctype == NPA_AQ_CTYPE_AURA) ? in npa_lf_hwctx_disable() [all …]
|
| H A D | rvu_debugfs.c | 560 static int rvu_dbg_npa_ctx_display(struct seq_file *m, void *unused, int ctype) in rvu_dbg_npa_ctx_display() argument 573 switch (ctype) { in rvu_dbg_npa_ctx_display() 593 if (ctype == NPA_AQ_CTYPE_AURA && !pfvf->aura_ctx) { in rvu_dbg_npa_ctx_display() 596 } else if (ctype == NPA_AQ_CTYPE_POOL && !pfvf->pool_ctx) { in rvu_dbg_npa_ctx_display() 603 aq_req.ctype = ctype; in rvu_dbg_npa_ctx_display() 605 if (ctype == NPA_AQ_CTYPE_AURA) { in rvu_dbg_npa_ctx_display() 615 (ctype == NPA_AQ_CTYPE_AURA) ? "aura" : "pool", in rvu_dbg_npa_ctx_display() 628 (ctype == NPA_AQ_CTYPE_AURA) ? "AURA" : "POOL", in rvu_dbg_npa_ctx_display() 641 int npalf, int id, int ctype) in write_npa_ctx() argument 652 if (ctype == NPA_AQ_CTYPE_AURA) { in write_npa_ctx() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | libaio_fix_for_mips_syscalls.patch | 26 #define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \ 27 @@ -125,7 +125,7 @@ type fname(atype a, btype b, ctype c) \ 35 #define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 36 @@ -150,7 +150,7 @@ type fname(atype a, btype b, ctype c, dt 45 @@ -186,7 +186,7 @@ type fname(atype a, btype b, ctype c, dt 54 @@ -216,7 +216,7 @@ type fname (atype a,btype b,ctype c,dtyp
|
| /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.h | 612 class ctype : public __ctype_abstract_base<_CharT> in _GLIBCXX_VISIBILITY() 623 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } in _GLIBCXX_VISIBILITY() 627 ~ctype(); in _GLIBCXX_VISIBILITY() 669 locale::id ctype<_CharT>::id; in _GLIBCXX_VISIBILITY() 681 class ctype<char> : public locale::facet, public ctype_base in _GLIBCXX_VISIBILITY() 718 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 731 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false, in _GLIBCXX_VISIBILITY() 998 ~ctype(); in _GLIBCXX_VISIBILITY() 1186 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> in _GLIBCXX_VISIBILITY() 1219 ctype(size_t __refs = 0); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets_nonio.tcc | 111 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 146 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract() 390 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in do_get() 416 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_insert() 581 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in do_put() 641 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_via_format() 874 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_num() 918 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_name() 994 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_wday_or_month() 1174 ctype<_CharT> const& __ctype = use_facet<ctype<_CharT> >(__loc); in get() [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.h | 612 class ctype : public __ctype_abstract_base<_CharT> in _GLIBCXX_VISIBILITY() 623 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } in _GLIBCXX_VISIBILITY() 627 ~ctype(); in _GLIBCXX_VISIBILITY() 669 locale::id ctype<_CharT>::id; in _GLIBCXX_VISIBILITY() 681 class ctype<char> : public locale::facet, public ctype_base in _GLIBCXX_VISIBILITY() 718 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 731 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false, in _GLIBCXX_VISIBILITY() 998 ~ctype(); in _GLIBCXX_VISIBILITY() 1186 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> in _GLIBCXX_VISIBILITY() 1219 ctype(size_t __refs = 0); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets_nonio.tcc | 111 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 146 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract() 390 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in do_get() 416 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_insert() 581 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in do_put() 641 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_via_format() 874 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_num() 918 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_name() 994 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_wday_or_month() 1174 ctype<_CharT> const& __ctype = use_facet<ctype<_CharT> >(__loc); in get() [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/arm-none-linux-gnueabihf/bits/ |
| H A D | ctype_inline.h | 42 ctype<char>:: in _GLIBCXX_VISIBILITY() 47 ctype<char>:: in _GLIBCXX_VISIBILITY() 56 ctype<char>:: in _GLIBCXX_VISIBILITY() 66 ctype<char>:: in _GLIBCXX_VISIBILITY()
|
| /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/aarch64-none-linux-gnu/bits/ |
| H A D | ctype_inline.h | 42 ctype<char>:: in _GLIBCXX_VISIBILITY() 47 ctype<char>:: in _GLIBCXX_VISIBILITY() 56 ctype<char>:: in _GLIBCXX_VISIBILITY() 66 ctype<char>:: in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | bootstd.h | 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 86 type name(atype a, btype b, ctype c) \ 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 101 type name(atype a, btype b, ctype c, dtype d) \ 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 117 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0013-eglibc-Forward-port-cross-locale-generation-support.patch | 15 locale/programs/ld-ctype.c | 27 ++++++++-------- 38 categories = ctype messages monetary numeric time paper name \ 199 diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c 201 --- a/locale/programs/ld-ctype.c 202 +++ b/locale/programs/ld-ctype.c 204 allocate_arrays (ctype, charmap, ctype->repertoire); 206 default_missing_len = (ctype->default_missing 207 - ? wcslen ((wchar_t *) ctype->default_missing) 208 + ? wcslen_uint32 (ctype->default_missing) 212 @@ -1926,7 +1926,7 @@ read_translit_entry (struct linereader *ldfile, struct locale_ctype_t *ctype, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | cacheinfo.c | 48 unsigned int ctype, level, leaves; in init_cache_level() local 53 ctype = get_cache_type(level); in init_cache_level() 54 if (ctype == CACHE_TYPE_NOCACHE) { in init_cache_level() 59 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/ |
| H A D | distance_concept.hpp | 79 >::type ctype; in apply() typedef 104 ctype c = strategy::distance::services::get_comparable in apply() 177 typedef typename services::comparable_type<Strategy>::type ctype; in apply() typedef 188 ctype cstrategy = services::get_comparable<Strategy>::apply(*str); in apply()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 74 #define __io_reads_ins(port, ctype, len, bfence, afence) \ argument 81 ctype *buf = buffer; \ 84 ctype x = __raw_read ## len(addr); \ 91 #define __io_writes_outs(port, ctype, len, bfence, afence) \ argument 98 const ctype *buf = buffer; \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | point_concept.hpp | 98 typedef typename coordinate_type<Geometry>::type ctype; typedef in boost::geometry::concepts::Point 151 typedef typename coordinate_type<Geometry>::type ctype; typedef in boost::geometry::concepts::ConstPoint 167 ctype coord(geometry::get<Dimension>(*p)); in apply()
|