Home
last modified time | relevance | path

Searched refs:concat (Results 1 – 25 of 72) sorted by relevance

123

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdconcat.c65 struct mtd_concat *concat = CONCAT(mtd); in concat_read() local
73 for (i = 0; i < concat->num_subdev; i++) { in concat_read()
74 struct mtd_info *subdev = concat->subdev[i]; in concat_read()
121 struct mtd_concat *concat = CONCAT(mtd); in concat_write() local
129 for (i = 0; i < concat->num_subdev; i++) { in concat_write()
130 struct mtd_info *subdev = concat->subdev[i]; in concat_write()
164 struct mtd_concat *concat = CONCAT(mtd); in concat_writev() local
188 for (i = 0; i < concat->num_subdev; i++) { in concat_writev()
189 struct mtd_info *subdev = concat->subdev[i]; in concat_writev()
239 struct mtd_concat *concat = CONCAT(mtd); in concat_read_oob() local
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdconcat.c57 struct mtd_concat *concat = CONCAT(mtd); in concat_read() local
61 for (i = 0; i < concat->num_subdev; i++) { in concat_read()
62 struct mtd_info *subdev = concat->subdev[i]; in concat_read()
109 struct mtd_concat *concat = CONCAT(mtd); in concat_panic_write() local
112 for (i = 0; i < concat->num_subdev; i++) { in concat_panic_write()
113 struct mtd_info *subdev = concat->subdev[i]; in concat_panic_write()
150 struct mtd_concat *concat = CONCAT(mtd); in concat_write() local
154 for (i = 0; i < concat->num_subdev; i++) { in concat_write()
155 struct mtd_info *subdev = concat->subdev[i]; in concat_write()
188 struct mtd_concat *concat = CONCAT(mtd); in concat_writev() local
[all …]
/OK3568_Linux_fs/buildroot/package/elf2flt/
H A D0001-ld-elf2flt-behave-properly-when-called-with-a-name-d.patch61 - tmp = concat(argv0_dir, "../" TARGET_ALIAS "/bin", NULL);
63 + tmp = concat(argv0_dir, "../../bin", NULL);
65 - tooldir = concat(tmp, "/", NULL);
66 + bindir = concat(tmp, "/", NULL);
69 - tmp = concat(argv0_dir, "../../bin", NULL);
70 + tmp = concat(argv0_dir, "../" TARGET_ALIAS "/bin", NULL);
72 - bindir = concat(tmp, "/", NULL);
73 + tooldir = concat(tmp, "/", NULL);
H A D0004-elf2flt-add-riscv-64-bits-support.patch113 append_option(&other_options, concat(got_offset, "=", buf, NULL));
134 linker_script = concat(ldscriptpath, "/elf2flt.ld", NULL);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp74 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()
77 .concat(CollisionBoxDynamicAttributes::bindings(dynamicVertexBuffer)) in draw()
78 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
153 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw()
156 .concat(CollisionBoxDynamicAttributes::bindings(dynamicVertexBuffer)) in draw()
157 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
H A Dsymbol_program.hpp286 return uniformValues.concat(symbolSizeBinder.uniformValues(currentZoom)) in computeAllUniformValues()
287 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()
299 .concat(SymbolDynamicLayoutAttributes::bindings(dynamicLayoutVertexBuffer)) in computeAllAttributeBindings()
300 .concat(SymbolOpacityAttributes::bindings(opacityVertexBuffer)) in computeAllAttributeBindings()
301 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
H A Dprogram.hpp55 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues()
63 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
/OK3568_Linux_fs/kernel/fs/nfs/blocklayout/
H A Ddev.c110 b->concat.volumes_count = be32_to_cpup(p++); in nfs4_block_decode_volume()
111 if (b->concat.volumes_count > PNFS_BLOCK_MAX_DEVICES) { in nfs4_block_decode_volume()
112 dprintk("Too many volumes: %d\n", b->concat.volumes_count); in nfs4_block_decode_volume()
116 p = xdr_inline_decode(xdr, b->concat.volumes_count * 4); in nfs4_block_decode_volume()
119 for (i = 0; i < b->concat.volumes_count; i++) in nfs4_block_decode_volume()
120 b->concat.volumes[i] = be32_to_cpup(p++); in nfs4_block_decode_volume()
424 d->children = kcalloc(v->concat.volumes_count, in bl_parse_concat()
429 for (i = 0; i < v->concat.volumes_count; i++) { in bl_parse_concat()
431 volumes, v->concat.volumes[i], gfp_mask); in bl_parse_concat()
H A Dblocklayout.h78 } concat; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86int10module.c21 #define concat(x,y) x ## y macro
22 #define combine(a,b) concat(a,b)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/joint_view/detail/
H A Dbegin_impl.hpp50 return s.concat(); in call()
57 return type(s.first(), s.concat()); in call()
H A Dnext_impl.hpp52 return i.concat; in call()
59 return type(fusion::next(i.first), i.concat); in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/joint_view/
H A Djoint_view_iterator.hpp47 , concat(concat_converter::call(in_concat)) in joint_view_iterator()
51 concat_type concat; member
H A Djoint_view.hpp68 concat_type concat() const { return fusion::begin(seq2); } in concat() function
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2concat.apply([],a.c.map(function(e){return l("self"===e?a:e)})),a.c.forEach(function(e){r(e,a)}),a…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch67 - tmppath = concat (ld_sysroot, prefix, "/etc/ld.so.conf",
68 + tmppath = concat (ld_sysconfdir, "/ld.so.conf",
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dindexed_tuple.hpp45 concat(const IndexedTuple<TypeList<Js...>, TypeList<Us...>>& other) const { in concat() function in mbgl::IndexedTuple
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A Dchangelog-1.5.0.txt81 2. 修复concat优化规则
437 1) 增加concat的非channel维度,非4维输入的支持
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A Dexecveat.c119 static char *concat(const char *left, const char *right) in concat() function
229 char *fullname_symlink = concat(fullname, ".symlink"); in run_tests()
/OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt105 1) 增加concat的非channel维度,非4维输入的支持
/OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt105 1) 增加concat的非channel维度,非4维输入的支持
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dbuildroot.lua174 f:write('\t ' .. table.concat(wrap(summary, 62), '\n\t ') .. '\n')
256 f:write(ucname .. '_DEPENDENCIES = ' .. table.concat(external_dependencies, ' ') .. '\n')
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Ddsl.hpp79 std::unique_ptr<Expression> concat(std::vector<std::unique_ptr<Expression>> inputs);
/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 Dfs_path.h315 operator+=(_Source const& __x) { return concat(__x); } in _GLIBCXX_VISIBILITY()
323 concat(_Source const& __x) in _GLIBCXX_VISIBILITY()
332 concat(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
1007 return concat(__addr, __addr + 1); 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/experimental/bits/
H A Dfs_path.h311 operator+=(_Source const& __x) { return concat(__x); } in _GLIBCXX_VISIBILITY()
319 concat(_Source const& __x) in _GLIBCXX_VISIBILITY()
327 concat(_InputIterator __first, _InputIterator __last) in _GLIBCXX_VISIBILITY()
958 return concat(__addr, __addr + 1); in _GLIBCXX_VISIBILITY()

123