| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdconcat.c | 65 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 D | mtdconcat.c | 57 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 D | 0001-ld-elf2flt-behave-properly-when-called-with-a-name-d.patch | 61 - 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 D | 0004-elf2flt-add-riscv-64-bits-support.patch | 113 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 D | collision_box_program.hpp | 74 .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 D | symbol_program.hpp | 286 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 D | program.hpp | 55 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues() 63 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
|
| /OK3568_Linux_fs/kernel/fs/nfs/blocklayout/ |
| H A D | dev.c | 110 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 D | blocklayout.h | 78 } concat; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86int10module.c | 21 #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 D | begin_impl.hpp | 50 return s.concat(); in call() 57 return type(s.first(), s.concat()); in call()
|
| H A D | next_impl.hpp | 52 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 D | joint_view_iterator.hpp | 47 , concat(concat_converter::call(in_concat)) in joint_view_iterator() 51 concat_type concat; member
|
| H A D | joint_view.hpp | 68 concat_type concat() const { return fusion::begin(seq2); } in concat() function
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | highlight.pack.js | 2 …concat.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 D | 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch | 67 - 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 D | indexed_tuple.hpp | 45 concat(const IndexedTuple<TypeList<Js...>, TypeList<Us...>>& other) const { in concat() function in mbgl::IndexedTuple
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | changelog-1.5.0.txt | 81 2. 修复concat优化规则 437 1) 增加concat的非channel维度,非4维输入的支持
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | execveat.c | 119 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 D | changelog-1.4.0.txt | 105 1) 增加concat的非channel维度,非4维输入的支持
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | changelog-1.4.0.txt | 105 1) 增加concat的非channel维度,非4维输入的支持
|
| /OK3568_Linux_fs/buildroot/package/luarocks/ |
| H A D | buildroot.lua | 174 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 D | dsl.hpp | 79 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 D | fs_path.h | 315 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 D | fs_path.h | 311 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()
|