Home
last modified time | relevance | path

Searched refs:offset_index (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfree-space-cache.c645 e = rb_entry(n, struct btrfs_free_space, offset_index); in merge_space_tree()
971 e = rb_entry(node, struct btrfs_free_space, offset_index); in write_cache_extent_entries()
1473 info = rb_entry(parent, struct btrfs_free_space, offset_index); in tree_insert_offset()
1536 entry = rb_entry(n, struct btrfs_free_space, offset_index); in tree_search_offset()
1560 entry = rb_entry(n, struct btrfs_free_space, offset_index); in tree_search_offset()
1572 n = rb_prev(&entry->offset_index); in tree_search_offset()
1575 offset_index); in tree_search_offset()
1590 n = rb_prev(&entry->offset_index); in tree_search_offset()
1593 offset_index); in tree_search_offset()
1604 n = rb_prev(&entry->offset_index); in tree_search_offset()
[all …]
H A Dinode-map.c272 info = rb_entry(n, struct btrfs_free_space, offset_index); in btrfs_unpin_free_ino()
281 rb_erase(&info->offset_index, rbroot); in btrfs_unpin_free_ino()
309 info = rb_entry(n, struct btrfs_free_space, offset_index); in recalculate_thresholds()
H A Dfree-space-cache.h24 struct rb_node offset_index; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c1238 u32 offset_index = 0; in _halrf_tssi_get_cck_efuse_group_8852b() local
1241 offset_index = 0; in _halrf_tssi_get_cck_efuse_group_8852b()
1243 offset_index = 1; in _halrf_tssi_get_cck_efuse_group_8852b()
1245 offset_index = 2; in _halrf_tssi_get_cck_efuse_group_8852b()
1247 offset_index = 3; in _halrf_tssi_get_cck_efuse_group_8852b()
1249 offset_index = 4; in _halrf_tssi_get_cck_efuse_group_8852b()
1251 offset_index = 5; in _halrf_tssi_get_cck_efuse_group_8852b()
1253 return offset_index; in _halrf_tssi_get_cck_efuse_group_8852b()
1260 u32 offset_index = 0; in _halrf_tssi_get_ofdm_efuse_group_8852b() local
1263 offset_index = 0; in _halrf_tssi_get_ofdm_efuse_group_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_tssi_8852b.c1238 u32 offset_index = 0; in _halrf_tssi_get_cck_efuse_group_8852b() local
1241 offset_index = 0; in _halrf_tssi_get_cck_efuse_group_8852b()
1243 offset_index = 1; in _halrf_tssi_get_cck_efuse_group_8852b()
1245 offset_index = 2; in _halrf_tssi_get_cck_efuse_group_8852b()
1247 offset_index = 3; in _halrf_tssi_get_cck_efuse_group_8852b()
1249 offset_index = 4; in _halrf_tssi_get_cck_efuse_group_8852b()
1251 offset_index = 5; in _halrf_tssi_get_cck_efuse_group_8852b()
1253 return offset_index; in _halrf_tssi_get_cck_efuse_group_8852b()
1260 u32 offset_index = 0; in _halrf_tssi_get_ofdm_efuse_group_8852b() local
1263 offset_index = 0; in _halrf_tssi_get_ofdm_efuse_group_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/rtl8822c/
H A Dhalrf_tssi_8822c.c184 u32 offset_index = 0; in _halrf_get_efuse_tssi_offset_8822c() local
188 offset_index = 6; in _halrf_get_efuse_tssi_offset_8822c()
190 offset_index = 7; in _halrf_get_efuse_tssi_offset_8822c()
192 offset_index = 8; in _halrf_get_efuse_tssi_offset_8822c()
194 offset_index = 9; in _halrf_get_efuse_tssi_offset_8822c()
196 offset_index = 10; in _halrf_get_efuse_tssi_offset_8822c()
198 offset_index = 11; in _halrf_get_efuse_tssi_offset_8822c()
200 offset_index = 12; in _halrf_get_efuse_tssi_offset_8822c()
202 offset_index = 13; in _halrf_get_efuse_tssi_offset_8822c()
204 offset_index = 14; in _halrf_get_efuse_tssi_offset_8822c()
[all …]
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h371 bool remove_lemma_by_offset_index(int offset_index);
395 uint32 offset_index; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h371 bool remove_lemma_by_offset_index(int offset_index);
395 uint32 offset_index; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp977 bool UserDict::remove_lemma_by_offset_index(int offset_index) { in _get_lpis() argument
981 int32 off = offset_index; in _get_lpis()
2020 score_offset_pairs[i].offset_index = i; in _get_lpis()
2030 score_offset_pairs[0].offset_index = i; in _get_lpis()
2036 int off = score_offset_pairs[i].offset_index; in _get_lpis()
2049 int p = sop[i].offset_index; in _get_lpis()
2051 sop[i].offset_index = sop[j].offset_index; in _get_lpis()
2053 sop[j].offset_index = p; in _get_lpis()