| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | reada.c | 95 struct reada_extent *re, struct extent_buffer *eb, in __readahead_hook() 202 struct reada_extent *re; in btree_readahead_hook() local 304 struct reada_extent *re = NULL; in reada_find_extent() local 489 struct reada_extent *re) in reada_extent_put() 552 struct reada_extent *re; in reada_add_block() local 679 struct reada_extent *re = NULL; in reada_start_machine_dev() local 880 struct reada_extent *re = NULL; in dump_devs() local 909 struct reada_extent *re = NULL; in dump_devs() local
|
| H A D | ref-verify.c | 117 struct root_entry *re) in insert_root_entry() 234 struct root_entry *re; in free_block_entry() local 265 struct root_entry *re = NULL; in add_block_entry() local 313 struct root_entry *re; in add_tree_block() local 390 struct root_entry *re; in add_extent_data_ref() local 636 struct root_entry *re; in dump_block_entry() local 677 struct root_entry *re = NULL; in btrfs_ref_tree_mod() local
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | slre.c | 195 exact(struct slre *r, const char **re) in exact() 208 get_escape_char(const char **re) in get_escape_char() 243 anyof(struct slre *r, const char **re) in anyof() 321 compile(struct slre *r, const char **re) in compile() 412 slre_compile(struct slre *r, const char *re) in slre_compile()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bitmap.h | 472 unsigned int *rs, unsigned int *re, in bitmap_next_clear_region() 480 unsigned int *rs, unsigned int *re, in bitmap_next_set_region() 492 #define bitmap_for_each_clear_region(bitmap, rs, re, start, end) \ argument 499 #define bitmap_for_each_set_region(bitmap, rs, re, start, end) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A D | sky2.c | 1154 struct rx_ring_info *re; in sky2_get_rx_data_size() local 1195 const struct rx_ring_info *re) in sky2_rx_submit() 1206 static int sky2_rx_map_skb(struct pci_dev *pdev, struct rx_ring_info *re, in sky2_rx_map_skb() 1248 static void sky2_rx_unmap_skb(struct pci_dev *pdev, struct rx_ring_info *re) in sky2_rx_unmap_skb() 1354 struct rx_ring_info *re = sky2->rx_ring + i; in sky2_rx_clean() local 1493 struct rx_ring_info *re = sky2->rx_ring + i; in sky2_alloc_rx_skbs() local 1520 struct rx_ring_info *re; in sky2_rx_start() local 1806 static void sky2_tx_unmap(struct pci_dev *pdev, struct tx_ring_info *re) in sky2_tx_unmap() 1829 struct tx_ring_info *re; in sky2_xmit_frame() local 2009 struct tx_ring_info *re = sky2->tx_ring + idx; in sky2_tx_complete() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | dp_div.c | 15 int re; in ieee754dp_div() local
|
| H A D | sp_div.c | 15 int re; in ieee754sp_div() local
|
| H A D | sp_mul.c | 14 int re; in ieee754sp_mul() local
|
| H A D | dp_mul.c | 14 int re; in ieee754dp_mul() local
|
| H A D | sp_maddf.c | 18 int re; in _sp_maddf() local
|
| H A D | dp_maddf.c | 43 int re; in _dp_maddf() local
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | extent_cache.c | 155 struct rb_entry *re; in __lookup_rb_tree_slow() local 173 struct rb_entry *re; in f2fs_lookup_rb_tree() local 188 struct rb_entry *re; in f2fs_lookup_rb_tree_ext() local 211 struct rb_entry *re; in f2fs_lookup_rb_tree_for_insert() local 250 struct rb_entry *re = cached_re; in f2fs_lookup_rb_tree_ret() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/octeon/ |
| H A D | octeon_mgmt.c | 217 union mgmt_port_ring_entry re; in octeon_mgmt_rx_fill_ring() local 256 union mgmt_port_ring_entry re; in octeon_mgmt_clean_tx_buffers() local 372 union mgmt_port_ring_entry re; in octeon_mgmt_dequeue_rx_buffer() local 395 union mgmt_port_ring_entry re; in octeon_mgmt_receive_one() local 1282 union mgmt_port_ring_entry re; in octeon_mgmt_xmit() local
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/ |
| H A D | aw_calib.h | 25 #define AW_DSP_RE_TO_SHOW_RE(re, shift) (((re) * (1000)) >> (shift)) argument 26 #define AW_SHOW_RE_TO_DSP_RE(re, shift) (((re) << shift) / (1000)) argument
|
| H A D | aw_calib.c | 226 static int aw_cali_store_cali_re(struct aw_device *aw_dev, int32_t re) in aw_cali_store_cali_re() 282 int aw_cali_read_cali_re_from_dsp(struct aw_cali_desc *cali_desc, uint32_t *re) in aw_cali_read_cali_re_from_dsp() 356 uint32_t *re) in aw_cali_svc_get_dev_realtime_re() 417 uint32_t *re) in aw_cali_svc_get_dev_re() 1476 int re; in aw_cali_attr_re_store() local 1508 int32_t re[AW_DEV_CH_MAX] = { 0 }; in aw_cali_attr_re_show() local
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.y | 54 struct reserve_info *re; member
|
| H A D | flattree.c | 311 struct reserve_info *re; in flatten_reserve_list() local 466 struct reserve_info *re; in dt_to_asm() local 703 struct fdt_reserve_entry re; in flat_read_mem_reserve() local
|
| H A D | treesource.c | 268 struct reserve_info *re; in dt_to_source() local
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-parser.y | 43 struct reserve_info *re; member
|
| H A D | flattree.c | 296 struct reserve_info *re; in flatten_reserve_list() local 451 struct reserve_info *re; in dt_to_asm() local 688 struct fdt_reserve_entry re; in flat_read_mem_reserve() local
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/ |
| H A D | header.c | 102 regex_t re; in strcmp_cpuid_str() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | serialization.hpp | 134 , re = params->get_reinserted_elements() in save_construct_data() local 144 size_t max, min, re, oct; in load_construct_data() local 204 , re = params->get_reinserted_elements() in save_construct_data() local 214 size_t max, min, re, oct; in load_construct_data() local
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | fdt_rw.c | 157 struct fdt_reserve_entry *re; in fdt_add_mem_rsv() local 174 struct fdt_reserve_entry *re = fdt_mem_rsv_w_(fdt, n); in fdt_del_mem_rsv() local
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_rw.c | 176 struct fdt_reserve_entry *re; in fdt_add_mem_rsv() local 193 struct fdt_reserve_entry *re = _fdt_mem_rsv_w(fdt, n); in fdt_del_mem_rsv() local
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | systemmanager.cpp | 114 QRegularExpression re(pattern); in getMatch() local
|