| /OK3568_Linux_fs/buildroot/package/opencv4/ |
| H A D | opencv4.mk | 35 -DBUILD_DOCS=OFF \ 36 -DBUILD_PERF_TESTS=$(if $(BR2_PACKAGE_OPENCV4_BUILD_PERF_TESTS),ON,OFF) \ 37 -DBUILD_TESTS=$(if $(BR2_PACKAGE_OPENCV4_BUILD_TESTS),ON,OFF) \ 38 -DBUILD_WITH_DEBUG_INFO=OFF \ 39 -DDOWNLOAD_EXTERNAL_TEST_DATA=OFF \ 44 OPENCV4_CONF_OPTS += -DINSTALL_TEST=OFF 51 -DBUILD_WITH_STATIC_CRT=OFF \ 52 -DENABLE_CCACHE=OFF \ 53 -DENABLE_COVERAGE=OFF \ 55 -DENABLE_IMPL_COLLECTION=OFF \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/opencv3/ |
| H A D | opencv3.mk | 35 -DBUILD_DOCS=OFF \ 36 -DBUILD_PERF_TESTS=$(if $(BR2_PACKAGE_OPENCV3_BUILD_PERF_TESTS),ON,OFF) \ 37 -DBUILD_TESTS=$(if $(BR2_PACKAGE_OPENCV3_BUILD_TESTS),ON,OFF) \ 38 -DBUILD_WITH_DEBUG_INFO=OFF \ 39 -DDOWNLOAD_EXTERNAL_TEST_DATA=OFF \ 43 OPENCV3_CONF_OPTS += -DINSTALL_TEST=OFF 50 -DBUILD_WITH_STATIC_CRT=OFF \ 51 -DENABLE_CCACHE=OFF \ 52 -DENABLE_COVERAGE=OFF \ 54 -DENABLE_IMPL_COLLECTION=OFF \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_logging.c | 38 size_t off = 0; in sdev_format_header() local 41 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 44 if (WARN_ON(off >= logbuf_len)) in sdev_format_header() 45 return off; in sdev_format_header() 48 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 50 return off; in sdev_format_header() 58 size_t off = 0, logbuf_len; in sdev_prefix_printk() local 68 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_prefix_printk() 70 if (!WARN_ON(off >= logbuf_len)) { in sdev_prefix_printk() 72 off += vscnprintf(logbuf + off, logbuf_len - off, fmt, args); in sdev_prefix_printk() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | page.c | 104 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu() argument 107 if (off > 0x7fff) { in pg_addiu() 108 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 109 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu() 111 uasm_i_addiu(buf, T9, ZERO, off); in pg_addiu() 114 if (off > 0x7fff) { in pg_addiu() 115 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu() 116 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu() 119 UASM_i_ADDIU(buf, reg1, reg2, off); in pg_addiu() 232 static void build_clear_store(u32 **buf, int off) in build_clear_store() argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt6/qt6base/ |
| H A D | qt6base.mk | 47 -DFEATURE_concurrent=OFF \ 48 -DFEATURE_xml=OFF \ 49 -DFEATURE_sql=OFF \ 50 -DFEATURE_testlib=OFF \ 51 -DFEATURE_network=OFF \ 52 -DFEATURE_dbus=OFF \ 53 -DFEATURE_icu=OFF \ 54 -DFEATURE_glib=OFF \ 64 -DFEATURE_sse2=$(if $(BR2_X86_CPU_HAS_SSE2),ON,OFF) \ 65 -DFEATURE_sse3=$(if $(BR2_X86_CPU_HAS_SSE3),ON,OFF) \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ntb/hw/intel/ |
| H A D | ntb_hw_gen3.c | 262 ssize_t ret, off; in ndev_ntb3_debugfs_read() local 274 off = 0; in ndev_ntb3_debugfs_read() 276 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 279 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 283 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 285 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 289 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 292 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 294 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 297 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() [all …]
|
| H A D | ntb_hw_gen4.c | 224 ssize_t ret, off; in ndev_ntb4_debugfs_read() local 236 off = 0; in ndev_ntb4_debugfs_read() 238 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 241 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 245 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 247 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 251 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 254 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 256 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 259 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() [all …]
|
| H A D | ntb_hw_gen1.c | 499 ssize_t ret, off; in ndev_ntb_debugfs_read() local 512 off = 0; in ndev_ntb_debugfs_read() 514 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 517 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 522 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 524 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 528 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 532 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 534 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 538 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | entry.h | 28 #define PT_REGS_SAVES(off) \ argument 30 .fframe IA64_PT_REGS_SIZE+16+(off); \ 31 .spillsp rp, PT(CR_IIP)+16+(off); \ 32 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \ 33 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \ 34 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \ 35 .spillsp pr, PT(PR)+16+(off); 37 #define PT_REGS_UNWIND_INFO(off) \ argument 39 PT_REGS_SAVES(off); \ 42 #define SWITCH_STACK_SAVES(off) \ argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/llvm/ |
| H A D | llvm.mk | 33 HOST_LLVM_CONF_OPTS += -DLLVM_CCACHE_BUILD=$(if $(BR2_CCACHE),ON,OFF) 34 LLVM_CONF_OPTS += -DLLVM_CCACHE_BUILD=$(if $(BR2_CCACHE),ON,OFF) 79 # shared library, which is achieved by BUILD_SHARED_LIBS=OFF and 81 HOST_LLVM_CONF_OPTS += -DBUILD_SHARED_LIBS=OFF 82 LLVM_CONF_OPTS += -DBUILD_SHARED_LIBS=OFF 102 HOST_LLVM_CONF_OPTS += -DLLVM_ENABLE_LIBEDIT=OFF 103 LLVM_CONF_OPTS += -DLLVM_ENABLE_LIBEDIT=OFF 106 HOST_LLVM_CONF_OPTS += -DLLVM_INSTALL_TOOLCHAIN_ONLY=OFF 107 LLVM_CONF_OPTS += -DLLVM_INSTALL_TOOLCHAIN_ONLY=OFF 110 HOST_LLVM_CONF_OPTS += -DLLVM_APPEND_VC_REV=OFF [all …]
|
| /OK3568_Linux_fs/buildroot/package/openpowerlink/ |
| H A D | openpowerlink.mk | 18 OPENPOWERLINK_MN_ONOFF = $(if $(BR2_PACKAGE_OPENPOWERLINK_MN),ON,OFF) 19 OPENPOWERLINK_CN_ONOFF = $(if $(BR2_PACKAGE_OPENPOWERLINK_CN),ON,OFF) 27 -DCFG_COMPILE_LIB_MN_SIM=OFF \ 28 -DCFG_COMPILE_LIB_CN_SIM=OFF \ 29 -DCFG_COMPILE_LIB_MNAPP_ZYNQINTF=OFF 36 -DCFG_COMPILE_LIB_MNAPP_USERINTF=OFF \ 37 -DCFG_COMPILE_LIB_MNAPP_KERNELINTF=OFF \ 38 -DCFG_COMPILE_LIB_MNAPP_PCIEINTF=OFF \ 39 -DCFG_COMPILE_LIB_MNDRV_PCAP=OFF \ 41 -DCFG_COMPILE_LIB_CNAPP_USERINTF=OFF \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdpstore.c | 27 static int mtdpstore_block_isbad(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_block_isbad() argument 33 off = ALIGN_DOWN(off, mtd->erasesize); in mtdpstore_block_isbad() 34 blknum = div_u64(off, mtd->erasesize); in mtdpstore_block_isbad() 38 ret = mtd_block_isbad(mtd, off); in mtdpstore_block_isbad() 50 loff_t off) in mtdpstore_panic_block_isbad() argument 55 off = ALIGN_DOWN(off, mtd->erasesize); in mtdpstore_panic_block_isbad() 56 blknum = div_u64(off, mtd->erasesize); in mtdpstore_panic_block_isbad() 61 loff_t off) in mtdpstore_mark_used() argument 64 u64 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_mark_used() 71 loff_t off) in mtdpstore_mark_unused() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | addnote.c | 64 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument 65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument 66 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \ argument 67 ((unsigned long long)GET_32BE((off)+4ULL))) 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument 69 buf[(off) + 1] = (v) & 0xff) 70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) argument 71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument 72 PUT_32BE((off) + 4, (v)))) 74 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/ |
| H A D | rio-sysfs.c | 118 char *buf, loff_t off, size_t count) in rio_read_config() argument 122 loff_t init_off = off; in rio_read_config() 129 if (off >= size) in rio_read_config() 131 if (off + count > size) { in rio_read_config() 132 size -= off; in rio_read_config() 138 if ((off & 1) && size) { in rio_read_config() 140 rio_read_config_8(dev, off, &val); in rio_read_config() 141 data[off - init_off] = val; in rio_read_config() 142 off++; in rio_read_config() 146 if ((off & 3) && size > 2) { in rio_read_config() [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | filter.h | 39 .off = 0, \ 47 .off = 0, \ 57 .off = 0, \ 65 .off = 0, \ 75 .off = 0, \ 85 .off = 0, \ 93 .off = 0, \ 103 .off = 0, \ 111 .off = 0, \ 121 .off = 0, \ [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fdt.c | 37 int off; in ft_fixup_cpu() local 48 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_cpu() 49 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_cpu() 50 u32 *reg = (u32 *)fdt_getprop(blob, off, "reg", 0); in ft_fixup_cpu() 57 fdt_setprop_string(blob, off, "status", in ft_fixup_cpu() 60 fdt_setprop_string(blob, off, "status", in ft_fixup_cpu() 76 fdt_setprop(blob, off, "cpu-release-addr", in ft_fixup_cpu() 80 fdt_setprop_string(blob, off, "enable-method", in ft_fixup_cpu() 85 off = fdt_node_offset_by_prop_value(blob, off, in ft_fixup_cpu() 101 off = fdt_add_mem_rsv(blob, T1040_TDM_QUIRK_CCSR_BASE, in ft_fixup_cpu() [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_insn.h | 15 .off = 0, \ 23 .off = 0, \ 33 .off = 0, \ 41 .off = 0, \ 51 .off = 0, \ 59 .off = 0, \ 69 .off = 0, \ 77 .off = 0, \ 89 .off = 0, \ 95 .off = 0, \ [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | fdt.c | 25 int off, ret = -FDT_ERR_NOTFOUND; in ft_del_cpuhandle() local 30 off = fdt_node_offset_by_prop_value(blob, -1, "cpu-handle", in ft_del_cpuhandle() 32 while (off != -FDT_ERR_NOTFOUND) { in ft_del_cpuhandle() 33 fdt_delprop(blob, off, "cpu-handle"); in ft_del_cpuhandle() 35 off = fdt_node_offset_by_prop_value(blob, -1, "cpu-handle", in ft_del_cpuhandle() 43 int off, num_cores, del_cores; in ft_fixup_num_cores() local 48 off = fdt_node_offset_by_prop_value(blob, -1, "device_type", "cpu", 4); in ft_fixup_num_cores() 49 while (off != -FDT_ERR_NOTFOUND) { in ft_fixup_num_cores() 50 u32 *reg = (u32 *)fdt_getprop(blob, off, "reg", 0); in ft_fixup_num_cores() 54 int ph = fdt_get_phandle(blob, off); in ft_fixup_num_cores() [all …]
|
| /OK3568_Linux_fs/buildroot/package/mediastreamer/ |
| H A D | mediastreamer.mk | 15 -DENABLE_DOC=OFF \ 16 -DENABLE_GL=OFF \ 17 -DENABLE_GLX=OFF \ 18 -DENABLE_MKV=OFF \ 19 -DENABLE_SOUND=OFF \ 20 -DENABLE_STRICT=OFF \ 21 -DENABLE_TOOLS=OFF \ 22 -DENABLE_UNIT_TESTS=OFF \ 23 -DENABLE_ZRTP=OFF 31 MEDIASTREAMER_CONF_OPTS += -DENABLE_ALSA=OFF [all …]
|
| /OK3568_Linux_fs/buildroot/package/thrift/ |
| H A D | thrift.mk | 19 THRIFT_COMMON_CONF_OPTS = -DBUILD_TUTORIALS=OFF \ 20 -DBUILD_TESTING=OFF \ 21 -DWITH_NODEJS=OFF \ 22 -DWITH_PYTHON=OFF \ 23 -DWITH_JAVA=OFF \ 24 -DWITH_JAVASCRIPT=OFF \ 25 -DWITH_QT5=OFF 27 THRIFT_CONF_OPTS = $(THRIFT_COMMON_CONF_OPTS) -DBUILD_COMPILER=OFF 37 THRIFT_CONF_OPTS += -DWITH_STATIC_LIB=ON -DWITH_BOOST_STATIC=ON -DWITH_SHARED_LIB=OFF 39 THRIFT_CONF_OPTS += -DWITH_STATIC_LIB=OFF -DWITH_BOOST_STATIC=OFF -DWITH_SHARED_LIB=ON [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libsdl2/ |
| H A D | libsdl2_2.0.20.bb | 41 EXTRA_OECMAKE = "-DSDL_OSS=OFF -DSDL_ESD=OFF -DSDL_ARTS=OFF \ 42 -DSDL_DISKAUDIO=OFF -DSDL_NAS=OFF -DSDL_ESD_SHARED=OFF \ 43 -DSDL_DUMMYVIDEO=OFF \ 44 -DSDL_RPI=OFF \ 46 -DSDL_RPATH=OFF \ 47 -DSDL_SNDIO=OFF \ 48 -DSDL_X11_XVM=OFF \ 49 -DSDL_X11_XCURSOR=OFF \ 50 -DSDL_X11_XINERAMA=OFF \ 51 -DSDL_X11_XDBE=OFF \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/kodi/ |
| H A D | kodi.mk | 67 -DENABLE_APP_AUTONAME=OFF \ 68 -DENABLE_CCACHE=OFF \ 70 -DENABLE_INTERNAL_CROSSGUID=OFF \ 72 -DENABLE_INTERNAL_FLATBUFFERS=OFF \ 74 -DKODI_DEPENDSBUILD=OFF \ 75 -DENABLE_LDGOLD=OFF \ 78 -DENABLE_TESTING=OFF \ 143 KODI_CONF_OPTS += -D_SSE_OK=OFF -D_SSE_TRUE=OFF 149 KODI_CONF_OPTS += -D_SSE2_OK=OFF -D_SSE2_TRUE=OFF 155 KODI_CONF_OPTS += -D_SSE3_OK=OFF -D_SSE3_TRUE=OFF [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.fsl-ddr | 118 Memory controller ECC on/off 121 ECC can be turned on/off by hwconfig. 124 hwconfig=fsl_ddr:ecc=off 127 Memory address parity on/off 129 address parity can be turned on/off by hwconfig. 171 | | | Slot 1 | off | 75 | 120 | off | off | off | off | off | 30 | 30 | 173 | | | Slot 2 | off | 75 | off | off | 30 | 30 | 120 | off | off | off | 175 | | | Slot 1 | off | 75 | 120 | off | off | off | 20 | 20 | | | 177 | | | Slot 2 | off | 75 | off | off | 20 | 20 | 120 *| off | | | 179 | | | Slot 1 | off | 75 | 120 *| off | | | off | off | 20 | 20 | [all …]
|
| /OK3568_Linux_fs/buildroot/board/freescale/imx6sabre/ |
| H A D | readme.txt | 106 - locate the BOOT dip switches (SW6), set dips 2 and 7 to ON, all others to OFF; 122 off off off off off off off off 126 off off ON ON ON off off off 130 off ON off off off off off off 148 off ON off off ON off off off off off 152 off off ON off 156 off off ON ON
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/ |
| H A D | webkitgtk_2.36.8.bb | 54 PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND_TARGET=ON,-DENABLE_WAYLAND_TARGET=OFF,wayland libwpe wpe… 55 PACKAGECONFIG[angle] = "-DUSE_ANGLE_WEBGL=ON,-DUSE_ANGLE_WEBGL=OFF" 56 PACKAGECONFIG[x11] = "-DENABLE_X11_TARGET=ON,-DENABLE_X11_TARGET=OFF,virtual/libx11 libxcomposite l… 57 PACKAGECONFIG[geoclue] = "-DENABLE_GEOLOCATION=ON,-DENABLE_GEOLOCATION=OFF,geoclue" 58 PACKAGECONFIG[enchant] = "-DENABLE_SPELLCHECK=ON,-DENABLE_SPELLCHECK=OFF,enchant2" 59 PACKAGECONFIG[gles2] = "-DENABLE_GLES2=ON,-DENABLE_GLES2=OFF,virtual/libgles2" 60 PACKAGECONFIG[webgl] = "-DENABLE_WEBGL=ON,-DENABLE_WEBGL=OFF,virtual/egl" 61 PACKAGECONFIG[opengl] = "-DENABLE_GRAPHICS_CONTEXT_GL=ON,-DENABLE_GRAPHICS_CONTEXT_GL=OFF,virtual/e… 62 PACKAGECONFIG[opengl-or-es] = "-DUSE_OPENGL_OR_ES=ON,-DUSE_OPENGL_OR_ES=OFF" 63 PACKAGECONFIG[libsecret] = "-DUSE_LIBSECRET=ON,-DUSE_LIBSECRET=OFF,libsecret" [all …]
|