Home
last modified time | relevance | path

Searched refs:f (Results 5926 – 5950 of 7053) sorted by relevance

1...<<231232233234235236237238239240>>...283

/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dfpsp.h325 | are in the $40s {$40-$4f}
/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dentry_32.S838 jnz 1f /* kernel threads are uncommon */
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A DREADME216 GET /?r=rtmp:%2f%2fserver%2fmyapp&y=somefile HTTP/1.0
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsyscall.S118 b,n 1f
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dqrb5165-rb5.dts118 qcom,pmic-id = "f";
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dresctrl_ui.rst680 of all caches (its schemata file reads "L3:0=f;1=f").
1107 of all caches (its schemata file reads "L3:0=f;1=f").
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c1115 static ssize_t write_ctx_infinite_cache(struct file *f, const char __user *ubuf, size_t size, loff_… in write_ctx_infinite_cache() argument
1117 struct kbase_context *kctx = f->private_data; in write_ctx_infinite_cache()
1133 static ssize_t read_ctx_infinite_cache(struct file *f, char __user *ubuf, size_t size, loff_t *off) in read_ctx_infinite_cache() argument
1135 struct kbase_context *kctx = f->private_data; in read_ctx_infinite_cache()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfuture313 async(F&& f, Args&&... args);
317 async(launch policy, F&& f, Args&&... args);
330 explicit packaged_task(F&& f);
332 packaged_task(allocator_arg_t, const Allocator& a, F&& f);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfuture313 async(F&& f, Args&&... args);
317 async(launch policy, F&& f, Args&&... args);
330 explicit packaged_task(F&& f);
332 packaged_task(allocator_arg_t, const Allocator& a, F&& f);
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool2605 with open(public_key_metadata_path) as f:
2606 pkmd_blob = f.read()
3377 with open(challenge_path, 'r') as f:
3378 challenge = f.read()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c4489 struct audit_field *f; in smack_audit_rule_known() local
4493 f = &krule->fields[i]; in smack_audit_rule_known()
4495 if (f->type == AUDIT_SUBJ_USER || f->type == AUDIT_OBJ_USER) in smack_audit_rule_known()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb_base.c3172 int id, tech, f, i, m, default_refresh_rate; in aty_init_lcd() local
3268 f = 0; in aty_init_lcd()
3271 if (f == 0) { in aty_init_lcd()
3274 f++; in aty_init_lcd()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c1906 struct dma_fence *f = NULL; in gfx_v6_0_ring_test_ib() local
1927 r = amdgpu_ib_schedule(ring, 1, &ib, NULL, &f); in gfx_v6_0_ring_test_ib()
1931 r = dma_fence_wait_timeout(f, false, timeout); in gfx_v6_0_ring_test_ib()
1946 dma_fence_put(f); in gfx_v6_0_ring_test_ib()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c24 int reiserfs_commit_write(struct file *f, struct page *page,
2738 static int reiserfs_readpage(struct file *f, struct page *page) in reiserfs_readpage() argument
2993 int reiserfs_commit_write(struct file *f, struct page *page, in reiserfs_commit_write() argument
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dsoftfloat.c180 float32 f; in packFloat32()
186 : "g" (f), "g" (zSign), "g" (zExp), "g" (zSig) in packFloat32()
188 return f; in packFloat32()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/
H A Di40e.rst358 rx-flow-hash tcp4|udp4|ah4|esp4|sctp4|tcp6|udp6|ah6|esp6|sctp6 m|v|t|s|d|f|n|r...
364 f Hash on bytes 0 and 1 of the Layer 4 header of the Rx packet.
451 f Hash on bytes 0 and 1 of the Layer 4 header of the Rx packet.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css5f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-sear…
H A Dbootstrap.css301 content: "\270f";
1355 color: #31708f;
5073 color: #31708f;
5359 color: #31708f;
5364 color: #31708f;
5374 color: #31708f;
5384 background-color: #31708f;
5385 border-color: #31708f;
5746 color: #31708f;
5755 background-color: #31708f;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8515 struct ixgbe_ring_feature *f; in ixgbe_select_queue() local
8545 f = &adapter->ring_feature[RING_F_FCOE]; in ixgbe_select_queue()
8550 while (txq >= f->indices) in ixgbe_select_queue()
8551 txq -= f->indices; in ixgbe_select_queue()
8553 return txq + f->offset; in ixgbe_select_queue()
8621 unsigned short f; in ixgbe_xmit_frame_ring() local
8634 for (f = 0; f < skb_shinfo(skb)->nr_frags; f++) in ixgbe_xmit_frame_ring()
8636 &skb_shinfo(skb)->frags[f])); in ixgbe_xmit_frame_ring()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dstabs.info552 (extern) function, and 'f' for a static (local) function. For a.out,
600 preceded by ';', as in a stab with symbol descriptor 'f' or 'F'. This
1148 subr (f)
1149 float f;
1152 if 'f' is passed as a double at stack offset 8, and the prologue
1155 .stabs "f:p13",160,0,3,8 # 160 is 'N_PSYM', here 13 is 'double'
1156 .stabs "f:r12",64,0,3,0 # 64 is 'N_RSYM', here 12 is 'float'
1158 In both stabs 3 is the line number where 'f' is declared (*note Line
2056 The simple, traditional, type is type descriptor 'f' is followed by
2062 provides extensions to specify these, using the 'f', 'F', 'p', and 'R'
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dstabs.info552 (extern) function, and 'f' for a static (local) function. For a.out,
600 preceded by ';', as in a stab with symbol descriptor 'f' or 'F'. This
1148 subr (f)
1149 float f;
1152 if 'f' is passed as a double at stack offset 8, and the prologue
1155 .stabs "f:p13",160,0,3,8 # 160 is 'N_PSYM', here 13 is 'double'
1156 .stabs "f:r12",64,0,3,0 # 64 is 'N_RSYM', here 12 is 'float'
1158 In both stabs 3 is the line number where 'f' is declared (*note Line
2056 The simple, traditional, type is type descriptor 'f' is followed by
2062 provides extensions to specify these, using the 'f', 'F', 'p', and 'R'
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.def137 void f();
153 void f();
/OK3568_Linux_fs/kernel/drivers/clk/bcm/
H A Dclk-bcm2835.c1489 #define _REGISTER(f, s, ...) { .clk_register = f, \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Dcp-tree.def137 void f();
153 void f();
/OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt2059 *F = f;
2262 WRITE_ONCE(*B, b); WRITE_ONCE(*F, f);

1...<<231232233234235236237238239240>>...283