| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/detail/ |
| H A D | any.hpp | 37 linear_any(First const& first, Last const& last, F& f, mpl::false_) in linear_any() argument 40 return f(x) || in linear_any() 44 , f in linear_any() 51 any(Sequence const& seq, F f, Tag) in any() argument 56 , f in any() 67 static bool call(It const& it, F f) in call() 70 f(*it) || in call() 71 f(*fusion::advance_c<1>(it))|| in call() 72 f(*fusion::advance_c<2>(it)) || in call() 73 f(*fusion::advance_c<3>(it)) || in call() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/ |
| H A D | for_each.hpp | 33 for_each_linear(First const& first, Last const& last, F const& f, mpl::false_) in for_each_linear() argument 35 f(*first); in for_each_linear() 36 detail::for_each_linear(fusion::next(first), last, f, in for_each_linear() 44 for_each_dispatch(Sequence& seq, F const& f, Tag) in for_each_dispatch() argument 49 , f in for_each_dispatch() 60 static void call(I0 const& i0, F const& f) in call() 62 f(*i0); in call() 65 f(*i1); in call() 68 f(*i2); in call() 71 f(*i3); in call() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/ |
| H A D | kfree_mismatch.cocci | 65 position f != free.fok; 74 * \(vfree\|vfree_atomic\|kvfree\)(E)@f 79 position f != free.fok; 88 - \(vfree\|vfree_atomic\|kvfree\)(E)@f 94 position f != free.fok; 102 * \(kfree\|kfree_sensitive\|kvfree\)(E)@f 107 position f != free.fok; 115 - \(kfree\|kvfree\)(E)@f 120 position a, f; 127 * \(kfree\|kfree_sensitive\|vfree\|vfree_atomic\)(E)@f [all …]
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-ftintc010.c | 56 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_mask() local 59 mask = readl(FT010_IRQ_MASK(f->base)); in ft010_irq_mask() 61 writel(mask, FT010_IRQ_MASK(f->base)); in ft010_irq_mask() 66 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_unmask() local 69 mask = readl(FT010_IRQ_MASK(f->base)); in ft010_irq_unmask() 71 writel(mask, FT010_IRQ_MASK(f->base)); in ft010_irq_unmask() 76 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_ack() local 78 writel(BIT(irqd_to_hwirq(d)), FT010_IRQ_CLEAR(f->base)); in ft010_irq_ack() 83 struct ft010_irq_data *f = irq_data_get_irq_chip_data(d); in ft010_irq_set_type() local 87 mode = readl(FT010_IRQ_MODE(f->base)); in ft010_irq_set_type() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | reg_compare.c | 172 int f, c; in FPU_compare_st_data() local 178 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data() 182 f = SW_C0; in FPU_compare_st_data() 185 f = SW_C3; in FPU_compare_st_data() 188 f = 0; in FPU_compare_st_data() 191 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data() 197 f = SW_C3 | SW_C2 | SW_C0; in FPU_compare_st_data() 200 setcc(f); in FPU_compare_st_data() 209 int f, c; in compare_st_st() local 228 f = SW_C0; in compare_st_st() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0025-Support-setting-touch-calibration-through-environmen.patch | 34 x_calib.f[0], x_calib.f[1], x_calib.f[2], 35 y_calib.f[0], y_calib.f[1], y_calib.f[2]); 38 + x_calib.f[2] /= allocation.width; 39 + y_calib.f[2] /= allocation.height; 41 + printf ("Final calibration values: %f %f %f %f %f %f\n", 42 + x_calib.f[0], x_calib.f[1], x_calib.f[2], 43 + y_calib.f[0], y_calib.f[1], y_calib.f[2]); 86 + "%f %f %f %f %f %f",
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0028-Support-setting-touch-calibration-through-environmen.patch | 34 x_calib.f[0], x_calib.f[1], x_calib.f[2], 35 y_calib.f[0], y_calib.f[1], y_calib.f[2]); 38 + x_calib.f[2] /= allocation.width; 39 + y_calib.f[2] /= allocation.height; 41 + printf ("Final calibration values: %f %f %f %f %f %f\n", 42 + x_calib.f[0], x_calib.f[1], x_calib.f[2], 43 + y_calib.f[0], y_calib.f[1], y_calib.f[2]); 86 + "%f %f %f %f %f %f",
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0028-Support-setting-touch-calibration-through-environmen.patch | 34 x_calib.f[0], x_calib.f[1], x_calib.f[2], 35 y_calib.f[0], y_calib.f[1], y_calib.f[2]); 38 + x_calib.f[2] /= allocation.width; 39 + y_calib.f[2] /= allocation.height; 41 + printf ("Final calibration values: %f %f %f %f %f %f\n", 42 + x_calib.f[0], x_calib.f[1], x_calib.f[2], 43 + y_calib.f[0], y_calib.f[1], y_calib.f[2]); 86 + "%f %f %f %f %f %f",
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ioctl.h | 305 struct v4l2_fmtdesc *f); 307 struct v4l2_fmtdesc *f); 309 struct v4l2_fmtdesc *f); 311 struct v4l2_fmtdesc *f); 313 struct v4l2_fmtdesc *f); 315 struct v4l2_fmtdesc *f); 317 struct v4l2_fmtdesc *f); 321 struct v4l2_format *f); 323 struct v4l2_format *f); 325 struct v4l2_format *f); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | css_trace.h | 216 #define FIELD_VALUE_PACK(f) FIELD_PACK(f, FIELD_VALUE_MASK, FIELD_VALUE_OFFSET) argument 217 #define FIELD_VALUE_UNPACK(f) FIELD_UNPACK(f, FIELD_VALUE_MASK, FIELD_VALUE_OFFSET) argument 222 #define FIELD_MINOR_PACK(f) FIELD_PACK(f, FIELD_MINOR_MASK, FIELD_MINOR_OFFSET) argument 223 #define FIELD_MINOR_UNPACK(f) FIELD_UNPACK(f, FIELD_MINOR_MASK, FIELD_MINOR_OFFSET) argument 228 #define FIELD_MAJOR_PACK(f) FIELD_PACK(f, FIELD_MAJOR_MASK, FIELD_MAJOR_OFFSET) argument 229 #define FIELD_MAJOR_UNPACK(f) FIELD_UNPACK(f, FIELD_MAJOR_MASK, FIELD_MAJOR_OFFSET) argument 234 #define FIELD_FULL_MAJOR_PACK(f) FIELD_PACK(f, FIELD_FULL_MAJOR_MASK, FIELD_MAJOR_OFFSET) argument 243 #define FIELD_MAJOR_W_FMT_PACK(f) FIELD_PACK(f, FIELD_MAJOR_W_FMT_MASK, FIELD_MAJOR_W_FMT_OFFSET) argument 244 #define FIELD_MAJOR_W_FMT_UNPACK(f) FIELD_UNPACK(f, FIELD_MAJOR_W_FMT_MASK, FIELD_MAJOR_W_FMT_OFFSE… argument 249 #define FIELD_FORMAT_PACK(f) FIELD_PACK(f, FIELD_FORMAT_MASK, FIELD_FORMAT_OFFSET) argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | gc.c | 29 struct jffs2_inode_info *f, struct jffs2_full_dnode *fd); 31 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd); 33 struct jffs2_inode_info *f, struct jffs2_full_dirent *fd); 35 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, 38 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, 41 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f); 126 struct jffs2_inode_info *f; in jffs2_garbage_collect_pass() local 454 f = jffs2_gc_fetch_inode(c, inum, !nlink); in jffs2_garbage_collect_pass() 455 if (IS_ERR(f)) { in jffs2_garbage_collect_pass() 456 ret = PTR_ERR(f); in jffs2_garbage_collect_pass() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | diyfp.h | 44 DiyFp() : f(), e() {} in DiyFp() 46 DiyFp(uint64_t fp, int exp) : f(fp), e(exp) {} in DiyFp() 57 f = significand + kDpHiddenBit; in DiyFp() 61 f = significand; in DiyFp() 67 return DiyFp(f - rhs.f, e); 73 uint64_t l = _umul128(f, rhs.f, &h); 79 uint128 p = static_cast<uint128>(f) * static_cast<uint128>(rhs.f); 87 const uint64_t a = f >> 32; 88 const uint64_t b = f & M32; 89 const uint64_t c = rhs.f >> 32; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | wacom_wac.h | 160 #define WACOM_BATTERY_USAGE(f) (((f)->hid == HID_DG_BATTERYSTRENGTH) || \ argument 161 ((f)->hid == WACOM_HID_WD_BATTERY_CHARGING) || \ 162 ((f)->hid == WACOM_HID_WD_BATTERY_LEVEL)) 164 #define WACOM_PAD_FIELD(f) (((f)->physical == HID_DG_TABLETFUNCTIONKEY) || \ argument 165 ((f)->physical == WACOM_HID_WD_DIGITIZERFNKEYS) || \ 166 ((f)->physical == WACOM_HID_WD_DIGITIZERINFO)) 168 #define WACOM_PEN_FIELD(f) (((f)->logical == HID_DG_STYLUS) || \ argument 169 ((f)->physical == HID_DG_STYLUS) || \ 170 ((f)->physical == HID_DG_PEN) || \ 171 ((f)->application == HID_DG_PEN) || \ [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_fq.c | 144 static void fq_flow_set_detached(struct fq_flow *f) in fq_flow_set_detached() argument 146 f->age = jiffies | 1UL; in fq_flow_set_detached() 149 static bool fq_flow_is_detached(const struct fq_flow *f) in fq_flow_is_detached() argument 151 return !!(f->age & 1UL); in fq_flow_is_detached() 157 static bool fq_flow_is_throttled(const struct fq_flow *f) in fq_flow_is_throttled() argument 159 return f->next == &throttled; in fq_flow_is_throttled() 172 static void fq_flow_unset_throttled(struct fq_sched_data *q, struct fq_flow *f) in fq_flow_unset_throttled() argument 174 rb_erase(&f->rate_node, &q->delayed); in fq_flow_unset_throttled() 176 fq_flow_add_tail(&q->old_flows, f); in fq_flow_unset_throttled() 179 static void fq_flow_set_throttled(struct fq_sched_data *q, struct fq_flow *f) in fq_flow_set_throttled() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/ |
| H A D | list.hpp | 62 bool parse_container(F f) const in parse_container() 65 if (f (left)) in parse_container() 68 typename F::iterator_type save = f.f.first; in parse_container() 69 while (right.parse(f.f.first, f.f.last, f.f.context, f.f.skipper, unused) in parse_container() 70 && !f (left)) in parse_container() 72 save = f.f.first; in parse_container() 75 f.f.first = save; in parse_container() 92 fail_function f(iter, last, context, skipper); in parse() local 93 if (!parse_container(detail::make_pass_container(f, attr_))) in parse() 96 first = f.first; in parse()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/ |
| H A D | gen_table_fourcc.py | 41 def print_fm_intel(f, f_mod): argument 42 f.write(' {{ DRM_MODIFIER_INTEL({}, {}) }},\n'.format(f_mod, f_mod)) 45 def print_fm(f, vendor, mod, f_name): argument 46 f.write(' {{ DRM_MODIFIER({}, {}, {}) }},\n'.format(vendor, mod, f_name)) 48 with open(filename, "r") as f: 49 data = f.read() 53 with open(towrite, "w") as f: 54 f.write('''\ 59 f.write(' { DRM_MODIFIER_INVALID(NONE, INVALID_MODIFIER) },\n') 60 f.write(' { DRM_MODIFIER_LINEAR(NONE, LINEAR) },\n') [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | open.c | 160 struct fd f; in do_sys_ftruncate() local 167 f = fdget(fd); in do_sys_ftruncate() 168 if (!f.file) in do_sys_ftruncate() 172 if (f.file->f_flags & O_LARGEFILE) in do_sys_ftruncate() 175 dentry = f.file->f_path.dentry; in do_sys_ftruncate() 178 if (!S_ISREG(inode->i_mode) || !(f.file->f_mode & FMODE_WRITE)) in do_sys_ftruncate() 188 if (IS_APPEND(file_inode(f.file))) in do_sys_ftruncate() 192 error = locks_verify_truncate(inode, f.file, length); in do_sys_ftruncate() 194 error = security_path_truncate(&f.file->f_path); in do_sys_ftruncate() 196 error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, f.file); in do_sys_ftruncate() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | rseq-s390.h | 143 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpeqv_storev() 144 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in rseq_cmpeqv_storev() 146 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in rseq_cmpeqv_storev() 147 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in rseq_cmpeqv_storev() 151 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in rseq_cmpeqv_storev() 211 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpnev_storeoffp_load() 212 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in rseq_cmpnev_storeoffp_load() 214 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in rseq_cmpnev_storeoffp_load() 215 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in rseq_cmpnev_storeoffp_load() 219 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in rseq_cmpnev_storeoffp_load() [all …]
|
| H A D | rseq-ppc.h | 218 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpeqv_storev() 219 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in rseq_cmpeqv_storev() 221 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in rseq_cmpeqv_storev() 222 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in rseq_cmpeqv_storev() 227 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in rseq_cmpeqv_storev() 283 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpnev_storeoffp_load() 284 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in rseq_cmpnev_storeoffp_load() 286 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in rseq_cmpnev_storeoffp_load() 287 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in rseq_cmpnev_storeoffp_load() 292 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in rseq_cmpnev_storeoffp_load() [all …]
|
| H A D | rseq-arm64.h | 213 RSEQ_ASM_DEFINE_TABLE(1, 2f, 3f, 4f) in rseq_cmpeqv_storev() 214 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[cmpfail]) in rseq_cmpeqv_storev() 216 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error1]) in rseq_cmpeqv_storev() 217 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error2]) in rseq_cmpeqv_storev() 220 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in rseq_cmpeqv_storev() 271 RSEQ_ASM_DEFINE_TABLE(1, 2f, 3f, 4f) in rseq_cmpnev_storeoffp_load() 272 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[cmpfail]) in rseq_cmpnev_storeoffp_load() 274 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error1]) in rseq_cmpnev_storeoffp_load() 275 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error2]) in rseq_cmpnev_storeoffp_load() 278 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in rseq_cmpnev_storeoffp_load() [all …]
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/ |
| H A D | strcpy.S | 11 bnez t0, 11f 16 bf 9f 21 bf 2f 26 bf 3f 31 bf 4f 36 bf 5f 41 bf 6f 46 bf 7f 51 bf 8f 61 br 9f [all …]
|
| /OK3568_Linux_fs/kernel/drivers/w1/ |
| H A D | w1_family.c | 24 struct w1_family *f; in w1_register_family() local 29 f = list_entry(ent, struct w1_family, family_entry); in w1_register_family() 31 if (f->fid == newf->fid) { in w1_register_family() 57 struct w1_family *f; in w1_unregister_family() local 61 f = list_entry(ent, struct w1_family, family_entry); in w1_unregister_family() 63 if (f->fid == fent->fid) { in w1_unregister_family() 89 struct w1_family *f = NULL; in w1_family_registered() local 93 f = list_entry(ent, struct w1_family, family_entry); in w1_family_registered() 95 if (f->fid == fid) { in w1_family_registered() 101 return (ret) ? f : NULL; in w1_family_registered() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/ |
| H A D | lex.py | 51 def func_code(f): argument 52 return f.func_code 54 def func_code(f): argument 55 return f.__code__ 79 def __init__(self,f): argument 80 self.f = f 82 self.f.write((msg % args) + "\n") 85 self.f.write("WARNING: "+ (msg % args) + "\n") 88 self.f.write("ERROR: " + (msg % args) + "\n") 154 for f in findex: [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 34 f.seek(0) 35 e_ident =f.read(16) 56 f.seek(0) 57 elf_header = f.read(64) 80 f.seek(e_phoff + i * e_phentsize) 81 ph_hdr = f.read(e_phentsize) 94 f.seek(p_offset) 97 fname = f.read(11) 109 f.seek(p_offset) 110 f.write(dl_path) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/ |
| H A D | mem_fn_cc.hpp | 15 template<class R, class T> _mfi::BOOST_MEM_FN_NAME(mf0)<R, T> mem_fn(R (BOOST_MEM_FN_CC T::*f) ()) in BOOST_MEM_FN_NAME() 17 return _mfi::BOOST_MEM_FN_NAME(mf0)<R, T>(f); in BOOST_MEM_FN_NAME() 20 template<class R, class T> _mfi::BOOST_MEM_FN_NAME(cmf0)<R, T> mem_fn(R (BOOST_MEM_FN_CC T::*f) () … in BOOST_MEM_FN_NAME() 22 return _mfi::BOOST_MEM_FN_NAME(cmf0)<R, T>(f); in BOOST_MEM_FN_NAME() 25 …R, class T, class A1> _mfi::BOOST_MEM_FN_NAME(mf1)<R, T, A1> mem_fn(R (BOOST_MEM_FN_CC T::*f) (A1)) in BOOST_MEM_FN_NAME() 27 return _mfi::BOOST_MEM_FN_NAME(mf1)<R, T, A1>(f); in BOOST_MEM_FN_NAME() 30 …s T, class A1> _mfi::BOOST_MEM_FN_NAME(cmf1)<R, T, A1> mem_fn(R (BOOST_MEM_FN_CC T::*f) (A1) const) in BOOST_MEM_FN_NAME() 32 return _mfi::BOOST_MEM_FN_NAME(cmf1)<R, T, A1>(f); in BOOST_MEM_FN_NAME() 35 …A1, class A2> _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2> mem_fn(R (BOOST_MEM_FN_CC T::*f) (A1, A2)) in BOOST_MEM_FN_NAME() 37 return _mfi::BOOST_MEM_FN_NAME(mf2)<R, T, A1, A2>(f); in BOOST_MEM_FN_NAME() [all …]
|