Home
last modified time | relevance | path

Searched refs:f (Results 76 – 100 of 6671) sorted by relevance

12345678910>>...267

/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/ext/
H A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
60 // Constant @f$ \sqrt(\pi / 2) @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
66 // Constant @f$ 2 / \sqrt(\pi) @f$.
69 // Constant Euler's number @f$ e @f$.
71 // Constant @f$ 1 / e @f$.
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_hwconfig.c223 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file()
225 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file()
266 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file()
268 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file()
277 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file()
279 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file()
282 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file()
284 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file()
286 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file()
288 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_hwconfig.c223 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file()
225 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file()
266 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file()
268 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file()
277 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file()
279 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file()
282 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file()
284 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file()
286 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file()
288 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_hwconfig.c223 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file()
225 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file()
266 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file()
268 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file()
277 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file()
279 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file()
282 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file()
284 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file()
286 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file()
288 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dasn1_mac.h72 # define ASN1_MAC_H_err(f,r,line) \ argument
73 ERR_PUT_error(ASN1_MAC_ERR_LIB,(f),(r),__FILE__,(line))
197 # define M_ASN1_I2D_len_SET_opt(a,f) \ argument
199 M_ASN1_I2D_len_SET(a,f);
201 # define M_ASN1_I2D_put_SET_opt(a,f) \ argument
203 M_ASN1_I2D_put_SET(a,f);
205 # define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \ argument
207 M_ASN1_I2D_put_SEQUENCE(a,f);
209 # define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \ argument
211 M_ASN1_I2D_put_SEQUENCE_type(type,a,f);
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h63 #define NVVAL_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, (v)) argument
64 #define NVVAL_I(X,d,r,f,i,v) NVVAL_X(d##_##r##_##f(i), (v)) argument
68 #define NVDEF_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v) argument
69 #define NVDEF_I(X,d,r,f,i,v) NVVAL_X(d##_##r##_##f(i), d##_##r##_##f##_##v) argument
74 #define NVVAL_GET_N(X,o,d,r,f ) NVVAL_GET_X(o, d##_##r##_##f) argument
75 #define NVVAL_GET_I(X,o,d,r,f,i) NVVAL_GET_X(o, d##_##r##_##f(i)) argument
80 #define NVVAL_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, (v)) argument
81 #define NVVAL_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, (v)) argument
85 #define NVDEF_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, d##_##r##_##f##_##v) argument
86 #define NVDEF_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, d##_##r##_##f##_##v) argument
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Dunpack_bootimg82 lines.append(f'boot magic: {self.boot_magic}')
85 lines.append(f'kernel_size: {self.kernel_size}')
87 f'kernel load address: {self.kernel_load_address:#010x}')
88 lines.append(f'ramdisk size: {self.ramdisk_size}')
90 f'ramdisk load address: {self.ramdisk_load_address:#010x}')
91 lines.append(f'second bootloader size: {self.second_size}')
93 f'second bootloader load address: '
94 f'{self.second_load_address:#010x}')
96 f'kernel tags load address: {self.tags_load_address:#010x}')
97 lines.append(f'page size: {self.page_size}')
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flow.c299 struct flow_filter *f; in flow_classify() local
305 list_for_each_entry_rcu(f, &head->filters, list) { in flow_classify()
309 if (!tcf_em_tree_match(skb, &f->ematches, NULL)) in flow_classify()
312 keymask = f->keymask; in flow_classify()
316 for (n = 0; n < f->nkeys; n++) { in flow_classify()
322 if (f->mode == FLOW_MODE_HASH) in flow_classify()
323 classid = jhash2(keys, f->nkeys, f->hashrnd); in flow_classify()
326 classid = (classid & f->mask) ^ f->xor; in flow_classify()
327 classid = (classid >> f->rshift) + f->addend; in flow_classify()
330 if (f->divisor) in flow_classify()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/mwave/
H A Dmwavedd.h74 #define PRINTK_1(f,s) \ argument
75 if (f & (mwave_debug)) { \
79 #define PRINTK_2(f,s,v1) \ argument
80 if (f & (mwave_debug)) { \
84 #define PRINTK_3(f,s,v1,v2) \ argument
85 if (f & (mwave_debug)) { \
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
90 if (f & (mwave_debug)) { \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
95 if (f & (mwave_debug)) { \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_hwconfig.c224 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file()
226 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file()
267 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file()
269 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file()
278 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file()
280 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file()
283 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file()
285 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file()
287 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file()
289 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_hwconfig.c223 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file()
225 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file()
266 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file()
268 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file()
277 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file()
279 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file()
282 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file()
284 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file()
286 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file()
288 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file()
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink_osf.c65 const struct nf_osf_user_finger *f, in nf_osf_match_one() argument
75 if (ctx->totlen != f->ss || !nf_osf_ttl(skb, ttl_check, f->ttl)) in nf_osf_match_one()
81 if (f->wss.wc >= OSF_WSS_MAX) in nf_osf_match_one()
87 for (optnum = 0; optnum < f->opt_num; ++optnum) in nf_osf_match_one()
88 foptsize += f->opt[optnum].length; in nf_osf_match_one()
95 check_WSS = f->wss.wc; in nf_osf_match_one()
97 for (optnum = 0; optnum < f->opt_num; ++optnum) { in nf_osf_match_one()
98 if (f->opt[optnum].kind == *ctx->optp) { in nf_osf_match_one()
99 __u32 len = f->opt[optnum].length; in nf_osf_match_one()
129 if (f->wss.val == 0 || ctx->window == f->wss.val) in nf_osf_match_one()
[all …]
H A Dnft_set_pipapo.h25 #define NFT_PIPAPO_GROUPS_PER_BYTE(f) (BITS_PER_BYTE / (f)->bb) argument
43 #define NFT_PIPAPO_GROUPS_PADDED_SIZE(f) \ argument
44 (round_up((f)->groups / NFT_PIPAPO_GROUPS_PER_BYTE(f), sizeof(u32)))
45 #define NFT_PIPAPO_GROUPS_PADDING(f) \ argument
46 (NFT_PIPAPO_GROUPS_PADDED_SIZE(f) - (f)->groups / \
47 NFT_PIPAPO_GROUPS_PER_BYTE(f))
85 for ((field) = (match)->f, (index) = 0; \
150 struct nft_pipapo_field f[]; member
190 static inline void pipapo_and_field_buckets_4bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_4bit() argument
194 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dmemcpy.S70 blt 8f
73 bne 9f
75 bne 10f
79 blt 5f
84 CALGN( bcs 2f )
85 CALGN( adr r4, 6f )
92 PLD( blt 4f )
97 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
99 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
110 b 7f
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A D__init__.py50 def cached_mtime(f): argument
51 if f not in __mtime_cache:
52 __mtime_cache[f] = os.stat(f)[stat.ST_MTIME]
53 return __mtime_cache[f]
55 def cached_mtime_noerror(f): argument
56 if f not in __mtime_cache:
58 __mtime_cache[f] = os.stat(f)[stat.ST_MTIME]
61 return __mtime_cache[f]
63 def update_mtime(f): argument
65 __mtime_cache[f] = os.stat(f)[stat.ST_MTIME]
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp176 inline F memmove(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove() argument
179 …oost::container::iterator_traits<I>::difference_type n = boost::container::iterator_distance(f, l); in memmove()
181 …ovelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f), sizeof(value_type)… in memmove()
191 F memmove_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n() argument
195 …ovelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f), sizeof(value_type)… in memmove_n()
205 I memmove_n_source(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source() argument
209 …ovelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f), sizeof(value_type)… in memmove_n_source()
210 boost::container::iterator_advance(f, n); in memmove_n_source()
212 return f; in memmove_n_source()
219 I memmove_n_source_dest(I f, U n, F &r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source_dest() argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-log.c21 static FILE *f; variable
27 return f; in intel_pt_log_fp()
37 if (f) in intel_pt_log_disable()
38 fflush(f); in intel_pt_log_disable()
54 fprintf(f, " "); in intel_pt_print_data()
56 fprintf(f, " %08" PRIx64 ": ", pos); in intel_pt_print_data()
58 fprintf(f, " %02x", buf[i]); in intel_pt_print_data()
60 fprintf(f, " "); in intel_pt_print_data()
61 fprintf(f, " "); in intel_pt_print_data()
69 fprintf(f, " "); in intel_pt_print_no_data()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S15 bne 1f
18 bne 1f
25 bne 1f
29 bne 1f
32 bne 1f
35 bne 1f
38 bne 1f
41 bne 1f
44 bne 1f
47 bne 1f
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/
H A Dresign_ta.py65 f = open(args.key, 'rb')
66 key = RSA.importKey(f.read())
67 f.close()
69 f = open(args.inf, 'rb')
70 img = f.read()
80 f.close()
101 f = open(args.inf, 'wb')
102 f.write(shdr)
103 f.write(h.digest())
104 f.write(sig)
[all …]
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-versatile-fpga.c56 struct fpga_irq_data *f = irq_data_get_irq_chip_data(d); in fpga_irq_mask() local
59 writel(mask, f->base + IRQ_ENABLE_CLEAR); in fpga_irq_mask()
64 struct fpga_irq_data *f = irq_data_get_irq_chip_data(d); in fpga_irq_unmask() local
67 writel(mask, f->base + IRQ_ENABLE_SET); in fpga_irq_unmask()
73 struct fpga_irq_data *f = irq_desc_get_handler_data(desc); in fpga_irq_handle() local
78 status = readl(f->base + IRQ_STATUS); in fpga_irq_handle()
88 generic_handle_irq(irq_find_mapping(f->domain, irq)); in fpga_irq_handle()
100 static int handle_one_fpga(struct fpga_irq_data *f, struct pt_regs *regs) in handle_one_fpga() argument
106 while ((status = readl(f->base + IRQ_STATUS))) { in handle_one_fpga()
108 handle_domain_irq(f->domain, irq, regs); in handle_one_fpga()
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dusercopy.S88 EX(10f) l8ui a6, a3, 0
90 EX(10f) s8i a6, a5, 0
98 EX(10f) l8ui a6, a3, 0
99 EX(10f) l8ui a7, a3, 1
101 EX(10f) s8i a6, a5, 0
102 EX(10f) s8i a7, a5, 1
121 EX(10f) l8ui a6, a3, 0
123 EX(10f) s8i a6, a5, 0
147 EX(10f) l32i a6, a3, 0
148 EX(10f) l32i a7, a3, 4
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp235 functor_wrapper( F f, A a ): in functor_wrapper()
236 F(f), in functor_wrapper()
241 functor_wrapper(const functor_wrapper& f) : in functor_wrapper()
242 F(static_cast<const F&>(f)), in functor_wrapper()
243 A(static_cast<const A&>(f)) in functor_wrapper()
292 functor_type* f = reinterpret_cast<functor_type*>(in_buffer.data); in manage_small() local
293 (void)f; // suppress warning about the value of f not being used (MSVC) in manage_small()
294 f->~Functor(); in manage_small()
298 functor_type* f = reinterpret_cast<functor_type*>(out_buffer.data); in manage_small() local
299 (void)f; // suppress warning about the value of f not being used (MSVC) in manage_small()
[all …]
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_fdb.c124 struct net_bridge_fdb_entry *f; in br_fdb_find_port() local
135 f = br_fdb_find_rcu(br, addr, vid); in br_fdb_find_port()
136 if (f && f->dst) in br_fdb_find_port()
137 dev = f->dst->dev; in br_fdb_find_port()
196 static void fdb_delete(struct net_bridge *br, struct net_bridge_fdb_entry *f, in fdb_delete() argument
199 trace_fdb_delete(br, f); in fdb_delete()
201 if (test_bit(BR_FDB_STATIC, &f->flags)) in fdb_delete()
202 fdb_del_hw_addr(br, f->key.addr.addr); in fdb_delete()
204 hlist_del_init_rcu(&f->fdb_node); in fdb_delete()
205 rhashtable_remove_fast(&br->fdb_hash_tbl, &f->rhnode, in fdb_delete()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d.c71 static struct g2d_fmt *find_fmt(struct v4l2_format *f) in find_fmt() argument
75 if (formats[i].fourcc == f->fmt.pix.pixelformat) in find_fmt()
100 struct g2d_frame *f = get_frame(ctx, vq->type); in g2d_queue_setup() local
102 if (IS_ERR(f)) in g2d_queue_setup()
103 return PTR_ERR(f); in g2d_queue_setup()
105 sizes[0] = f->size; in g2d_queue_setup()
117 struct g2d_frame *f = get_frame(ctx, vb->vb2_queue->type); in g2d_buf_prepare() local
119 if (IS_ERR(f)) in g2d_buf_prepare()
120 return PTR_ERR(f); in g2d_buf_prepare()
121 vb2_set_plane_payload(vb, 0, f->size); in g2d_buf_prepare()
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dfile_table.c47 struct file *f = container_of(head, struct file, f_u.fu_rcuhead); in file_free_rcu() local
49 put_cred(f->f_cred); in file_free_rcu()
50 kmem_cache_free(filp_cachep, f); in file_free_rcu()
53 static inline void file_free(struct file *f) in file_free() argument
55 security_file_free(f); in file_free()
56 if (!(f->f_mode & FMODE_NOACCOUNT)) in file_free()
58 call_rcu(&f->f_u.fu_rcuhead, file_free_rcu); in file_free()
98 struct file *f; in __alloc_file() local
101 f = kmem_cache_zalloc(filp_cachep, GFP_KERNEL); in __alloc_file()
102 if (unlikely(!f)) in __alloc_file()
[all …]

12345678910>>...267