Home
last modified time | relevance | path

Searched refs:f (Results 251 – 275 of 6671) sorted by relevance

1...<<11121314151617181920>>...267

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-common.inc8 f = []
18 f.append("+vfp4")
20 f.append("+vfp3")
22 f.append("+d16")
25 f.append("+vfp2")
28 f.append("+neon")
31 f.append("+mips32")
34 f.append("+mips32r2")
37 f.append('+v7')
40 f.append("+v6")
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DU1memcpy.S109 bl,pn %xcc, 95f; \
116 bl,pn %xcc, 95f; \
121 ba,a,pt %xcc, 93f;
254 be,pn %XCC, 85f
257 blu,a,pn %XCC, 80f
261 blu,pt %XCC, 70f
269 be,pt %XCC, 2f
280 be,pt %icc, 2f
293 be,pt %icc, 3f
302 be,pn %icc, 3f
[all …]
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Ddir.c123 struct jffs2_inode_info *f = JFFS2_INODE_INFO(inode); in jffs2_readdir() local
132 mutex_lock(&f->sem); in jffs2_readdir()
133 for (fd = f->dents; fd; fd = fd->next) { in jffs2_readdir()
153 mutex_unlock(&f->sem); in jffs2_readdir()
164 struct jffs2_inode_info *f, *dir_f; in jffs2_create() local
190 f = JFFS2_INODE_INFO(inode); in jffs2_create()
198 mutex_unlock(&f->sem); in jffs2_create()
200 ret = jffs2_do_create(c, dir_f, f, ri, &dentry->d_name); in jffs2_create()
210 f->inocache->pino_nlink, inode->i_mapping->nrpages); in jffs2_create()
246 struct jffs2_inode_info *f = JFFS2_INODE_INFO(d_inode(old_dentry)); in jffs2_link() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/
H A Dsched_fence.c80 static const char *drm_sched_fence_get_timeline_name(struct dma_fence *f) in drm_sched_fence_get_timeline_name() argument
82 struct drm_sched_fence *fence = to_drm_sched_fence(f); in drm_sched_fence_get_timeline_name()
95 struct dma_fence *f = container_of(rcu, struct dma_fence, rcu); in drm_sched_fence_free() local
96 struct drm_sched_fence *fence = to_drm_sched_fence(f); in drm_sched_fence_free()
109 static void drm_sched_fence_release_scheduled(struct dma_fence *f) in drm_sched_fence_release_scheduled() argument
111 struct drm_sched_fence *fence = to_drm_sched_fence(f); in drm_sched_fence_release_scheduled()
124 static void drm_sched_fence_release_finished(struct dma_fence *f) in drm_sched_fence_release_finished() argument
126 struct drm_sched_fence *fence = to_drm_sched_fence(f); in drm_sched_fence_release_finished()
143 struct drm_sched_fence *to_drm_sched_fence(struct dma_fence *f) in to_drm_sched_fence() argument
145 if (f->ops == &drm_sched_fence_ops_scheduled) in to_drm_sched_fence()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dresultutils.py52 def append_resultsdata(results, f, configmap=store_map, configvars=extra_configvars): argument
53 if type(f) is str:
54 if is_url(f):
55 with urllib.request.urlopen(f) as response:
57 url = urllib.parse.urlparse(f)
60 with open(f, "r") as filedata:
62 testseries = os.path.basename(os.path.dirname(f))
64 data = f
93 f = os.path.join(root, name)
95 append_resultsdata(results, f, configmap, configvars)
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S43 b.ne 1f
46 b.eq 1f
50 tbnz w2, #GIC_ADDR_BIT, 1f
75 switch_el x1, 1f, 100f, 100f /* skip if not in EL3 */
96 b.eq 1f
185 branch_if_slave x0, 1f
199 branch_if_master x0, x1, 2f
207 switch_el x1, 1f, 100f, 100f /* skip if not in EL3 */
228 b.eq 1f
277 switch_el x1, 1f, 100f, 100f /* skip if not in EL3 */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.h92 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument
93 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument
94 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0) argument
101 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
108 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c77 static int __name ## _show(struct seq_file *f, void *ptr) \
79 struct hci_dev *hdev = f->private; \
82 seq_printf(f, "%s\n", hdev->__field ? : ""); \
90 static int features_show(struct seq_file *f, void *ptr) in features_show() argument
92 struct hci_dev *hdev = f->private; in features_show()
97 seq_printf(f, "%2u: %8ph\n", p, hdev->features[p]); in features_show()
99 seq_printf(f, "LE: %8ph\n", hdev->le_features); in features_show()
107 static int device_id_show(struct seq_file *f, void *ptr) in device_id_show() argument
109 struct hci_dev *hdev = f->private; in device_id_show()
112 seq_printf(f, "%4.4x:%4.4x:%4.4x:%4.4x\n", hdev->devid_source, in device_id_show()
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_inode_storage.c106 struct file *f; in bpf_fd_inode_storage_lookup_elem() local
110 f = fget_raw(fd); in bpf_fd_inode_storage_lookup_elem()
111 if (!f) in bpf_fd_inode_storage_lookup_elem()
114 sdata = inode_storage_lookup(f->f_inode, map, true); in bpf_fd_inode_storage_lookup_elem()
115 fput(f); in bpf_fd_inode_storage_lookup_elem()
123 struct file *f; in bpf_fd_inode_storage_update_elem() local
127 f = fget_raw(fd); in bpf_fd_inode_storage_update_elem()
128 if (!f) in bpf_fd_inode_storage_update_elem()
130 if (!inode_storage_ptr(f->f_inode)) { in bpf_fd_inode_storage_update_elem()
131 fput(f); in bpf_fd_inode_storage_update_elem()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dsigio.c80 void (*f) (int, void *); member
125 int i, f; in xf86SIGIO() local
132 for (f = 0; r > 0 && f < xf86SigIONum; f++) { in xf86SIGIO()
133 if (xf86SigIOFds[f].revents & POLLIN) { in xf86SIGIO()
135 if (xf86SigIOFuncs[i].f && xf86SigIOFuncs[i].fd == xf86SigIOFds[f].fd) in xf86SIGIO()
136 (*xf86SigIOFuncs[i].f) (xf86SigIOFuncs[i].fd, in xf86SIGIO()
181 xf86InstallSIGIOHandler(int fd, void (*f) (int, void *), void *closure) in xf86InstallSIGIOHandler()
192 if (!xf86SigIOFuncs[i].f) { in xf86InstallSIGIOHandler()
234 xf86SigIOFuncs[i].f = f; in xf86InstallSIGIOHandler()
244 xf86SigIOFuncs[i].f = f; in xf86InstallSIGIOHandler()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_8xx.S219 blt+ 3f
250 patch_site 0f, patch__itlbmiss_perf
271 blt+ 3f
310 patch_site 0f, patch__dtlbmiss_perf
431 blt+ cr1, 3f
444 bt 28,200f /* bit 28 = Large page (8M) */
454 beq+ cr1, 142f
456 beq+ cr1, 142f
458 beq+ cr1, 144f /* Fix up store bit! */
460 beq+ cr1, 142f
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.h20 int vivid_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
21 int vivid_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
22 int vivid_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
23 int vidioc_g_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f);
24 int vidioc_try_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f);
25 int vidioc_s_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f);
26 int vidioc_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
27 int vidioc_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
28 int vidioc_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
31 int vivid_vid_cap_g_pixelaspect(struct file *file, void *priv, int type, struct v4l2_fract *f);
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dgenboardscfg.py44 def try_remove(f): argument
47 os.remove(f)
55 for f in ('README', 'Licenses'):
56 if not os.path.exists(f):
95 with open(output) as f:
96 for line in f:
161 with os.fdopen(fd, 'w') as f:
165 f.write(line)
167 f.write(line[colon + 1:])
343 for f in glob.glob(rest):
[all …]
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_dbg.c216 static void bpf_disasm(const struct sock_filter f, unsigned int i) in bpf_disasm() argument
219 int val = f.k; in bpf_disasm()
222 switch (f.code) { in bpf_disasm()
302 val = i + 1 + f.k; in bpf_disasm()
423 val = f.code; in bpf_disasm()
431 if ((BPF_CLASS(f.code) == BPF_JMP && BPF_OP(f.code) != BPF_JA)) in bpf_disasm()
433 i + 1 + f.jt, i + 1 + f.jf); in bpf_disasm()
438 static void bpf_dump_curr(struct bpf_regs *r, struct sock_filter *f) in bpf_dump_curr() argument
444 f->code, f->jt, f->jf, f->k); in bpf_dump_curr()
446 bpf_disasm(*f, r->Pc); in bpf_dump_curr()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/attr/acl/
H A D0001-test-patch-out-failing-bits.patch24 - $ cat f
28 $ echo daemon >> f
29 >~ .*f: Permission denied$
32 $ setfacl -x g:daemon f
35 - $ echo daemon4 >> f
36 - >~ .*f: Permission denied$
43 $ echo daemon5 >> f
44 - $ cat f
54 $ setfacl -m g:bin:r,g:daemon:w f
57 - $ : < f
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dhead.S539 jeq 42f; \
571 bras 1f /* Jump over bootinfo version numbers */
667 jeq 1f
670 jra 3f
676 jeq 2f
679 jra 3f
685 jeq 3f
687 jra 3f
729 is_not_060(1f)
777 jbmi 1f
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_obex.c37 static inline struct f_obex *func_to_obex(struct usb_function *f) in func_to_obex() argument
39 return container_of(f, struct f_obex, port.func); in func_to_obex()
189 static int obex_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in obex_set_alt() argument
191 struct f_obex *obex = func_to_obex(f); in obex_set_alt()
192 struct usb_composite_dev *cdev = f->config->cdev; in obex_set_alt()
214 if (config_ep_by_speed(cdev->gadget, f, in obex_set_alt()
216 config_ep_by_speed(cdev->gadget, f, in obex_set_alt()
241 static int obex_get_alt(struct usb_function *f, unsigned intf) in obex_get_alt() argument
243 struct f_obex *obex = func_to_obex(f); in obex_get_alt()
248 static void obex_disable(struct usb_function *f) in obex_disable() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dp80211mgmt.h500 void wlan_mgmt_encode_beacon(struct wlan_fr_beacon *f);
501 void wlan_mgmt_decode_beacon(struct wlan_fr_beacon *f);
502 void wlan_mgmt_encode_disassoc(struct wlan_fr_disassoc *f);
503 void wlan_mgmt_decode_disassoc(struct wlan_fr_disassoc *f);
504 void wlan_mgmt_encode_assocreq(struct wlan_fr_assocreq *f);
505 void wlan_mgmt_decode_assocreq(struct wlan_fr_assocreq *f);
506 void wlan_mgmt_encode_assocresp(struct wlan_fr_assocresp *f);
507 void wlan_mgmt_decode_assocresp(struct wlan_fr_assocresp *f);
508 void wlan_mgmt_encode_reassocreq(struct wlan_fr_reassocreq *f);
509 void wlan_mgmt_decode_reassocreq(struct wlan_fr_reassocreq *f);
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dmem_64.S41 blt cr1,8f
42 beq 3f /* if already 8-byte aligned */
44 bf 31,1f
47 1: bf 30,2f
50 2: bf 29,3f
56 beq 5f
71 beq 8f
72 bf 29,6f
78 6: bf 30,7f
82 7: bf 31,8f
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DMakefile.am53 f=$(am__strip_dir) \
54 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \
55 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \
61 f=$(am__strip_dir) \
62 echo " $(RM) '$(DESTDIR)$(pdfdir)/$$f'"; \
63 $(RM) "$(DESTDIR)$(pdfdir)/$$f"; \
92 f=$(am__strip_dir) \
93 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)//$$f'"; \
94 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
98 f=$(am__strip_dir) \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/
H A Dmove.hpp53 O move(I f, I l, O result) in move() argument
55 while (f != l) { in move()
56 *result = ::boost::move(*f); in move()
57 ++f; ++result; in move()
80 O move_backward(I f, I l, O result) in move_backward() argument
82 while (f != l) { in move_backward()
112 F uninitialized_move(I f, I l, F r in uninitialized_move() argument
122 while (f != l) { in uninitialized_move()
124 ::new(addr) input_value_type(::boost::move(*f)); in uninitialized_move()
125 ++f; ++r; in uninitialized_move()
/OK3568_Linux_fs/kernel/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c343 struct v4l2_fmtdesc *f) in vidioc_enum_fmt_vid_cap() argument
345 if (f->index != 0) in vidioc_enum_fmt_vid_cap()
348 f->pixelformat = format[f->index].fourcc; in vidioc_enum_fmt_vid_cap()
353 struct v4l2_format *f) in vidioc_g_fmt_vid_cap() argument
357 f->fmt.pix.width = dev->width; in vidioc_g_fmt_vid_cap()
358 f->fmt.pix.height = dev->height; in vidioc_g_fmt_vid_cap()
359 f->fmt.pix.field = V4L2_FIELD_INTERLACED; in vidioc_g_fmt_vid_cap()
360 f->fmt.pix.pixelformat = dev->fmt->fourcc; in vidioc_g_fmt_vid_cap()
361 f->fmt.pix.bytesperline = dev->width * 2; in vidioc_g_fmt_vid_cap()
362 f->fmt.pix.sizeimage = dev->height * f->fmt.pix.bytesperline; in vidioc_g_fmt_vid_cap()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmp3.c100 #define MAD_FUNC_ENTRIES(f,x) \ argument
101 …MAD_FUNC(f,x, void, mad_stream_buffer, (struct mad_stream *, unsigned char const *, unsigned long)…
102 MAD_FUNC(f,x, void, mad_stream_skip, (struct mad_stream *, unsigned long)) \
103 MAD_FUNC(f,x, int, mad_stream_sync, (struct mad_stream *)) \
104 MAD_FUNC(f,x, void, mad_stream_init, (struct mad_stream *)) \
105 MAD_FUNC(f,x, void, mad_frame_init, (struct mad_frame *)) \
106 MAD_FUNC(f,x, void, mad_synth_init, (struct mad_synth *)) \
107 MAD_FUNC(f,x, int, mad_frame_decode, (struct mad_frame *, struct mad_stream *)) \
108 MAD_FUNC(f,x, void, mad_timer_add, (mad_timer_t *, mad_timer_t)) \
109 MAD_FUNC(f,x, void, mad_synth_frame, (struct mad_synth *, struct mad_frame const *)) \
[all …]
/OK3568_Linux_fs/kernel/lib/fonts/
H A Dfonts.c113 const struct font_desc *f, *g; in get_default_font() local
118 f = fonts[i]; in get_default_font()
119 c = f->pref; in get_default_font()
122 if (MACH_IS_AMIGA && f->idx == PEARL8x8_IDX) in get_default_font()
126 if (MACH_IS_MAC && xres < 640 && f->idx == VGA6x11_IDX) in get_default_font()
130 if ((yres < 400) == (f->height <= 8)) in get_default_font()
134 res = (xres / f->width) * (yres / f->height) / 1000; in get_default_font()
138 if ((font_w & (1 << (f->width - 1))) && in get_default_font()
139 (font_h & (1 << (f->height - 1)))) in get_default_font()
144 g = f; in get_default_font()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Dimx-pxp.c171 static struct pxp_fmt *find_format(struct v4l2_format *f) in find_format() argument
178 if (fmt->fourcc == f->fmt.pix.pixelformat) in find_format()
1035 static int pxp_enum_fmt(struct v4l2_fmtdesc *f, u32 type) in pxp_enum_fmt() argument
1045 if (num == f->index) in pxp_enum_fmt()
1058 f->pixelformat = fmt->fourcc; in pxp_enum_fmt()
1067 struct v4l2_fmtdesc *f) in pxp_enum_fmt_vid_cap() argument
1069 return pxp_enum_fmt(f, MEM2MEM_CAPTURE); in pxp_enum_fmt_vid_cap()
1073 struct v4l2_fmtdesc *f) in pxp_enum_fmt_vid_out() argument
1075 return pxp_enum_fmt(f, MEM2MEM_OUTPUT); in pxp_enum_fmt_vid_out()
1078 static int pxp_g_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_g_fmt() argument
[all …]

1...<<11121314151617181920>>...267