Home
last modified time | relevance | path

Searched refs:lstf (Results 1 – 14 of 14) sorted by relevance

/dports/japanese/lookup/lookup2-c4f4986/misc/
H A Djitsuu_mk_oyaji_list.rb79 lstf = File.open(lst_path, "rb")
97 lstf.seek(16, IO::SEEK_SET)
98 lst_ent_len = lstf.read(4).unpack("V1")[0]
99 lst_str_len = lstf.read(4).unpack("V1")[0]
100 lstf.seek(32, IO::SEEK_SET)
106 list = lstf.read(lst_str_len)
108 dummy = lstf.read(lst_ent_len - lst_str_len)
127 lstf.close
H A Djitsuu_mk_jukugo_list.rb190 lstf = File.open(lst_path, "rb")
198 lstf.seek(12, IO::SEEK_SET)
199 ent_num = lstf.read(4).unpack("V1")[0]
200 lst_ent_len = lstf.read(4).unpack("V1")[0]
201 lst_str_len = lstf.read(4).unpack("V1")[0]
202 lstf.seek(32, IO::SEEK_SET)
210 list = lstf.read(lst_str_len)
212 dummy = lstf.read(lst_ent_len - lst_str_len)
238 lstf.close
/dports/textproc/wv/wv-1.2.9/
H A Dlst.c65 wvGetLSTF (&((*lst)[i].lstf), fd); in wvGetLST()
66 if ((*lst)[i].lstf.fSimpleList) in wvGetLST()
79 wvTrace (("getting lvl, the id is %x\n", (*lst)[i].lstf.lsid)); in wvGetLST()
80 if ((*lst)[i].lstf.fSimpleList) in wvGetLST()
141 *lstf = NULL; in wvGetLSTF_PLCF()
157 *lstf = (LSTF *) wvMalloc (*nolstf * sizeof (LSTF)); in wvGetLSTF_PLCF()
158 if (*lstf == NULL) in wvGetLSTF_PLCF()
170 wvGetLSTF (&((*lstf)[i]), fd); in wvGetLSTF_PLCF()
184 if ((*lst)[i].lstf.fSimpleList) in wvReleaseLST()
204 if (lst[i].lstf.lsid == id) in wvSearchLST()
[all …]
H A Dpap.c437 while(i < ps->noofLST && ps->lst[i].lstf.lsid != myListId) in wvAssembleSimplePAP()
440 wvTrace(("list: lsid in LST %d\n", ps->lst[i-1].lstf.lsid)); in wvAssembleSimplePAP()
443 if(i == ps->noofLST || ps->lst[i].lstf.lsid != myListId) in wvAssembleSimplePAP()
489 while(i < ps->noofLST && ps->lst[i].lstf.lsid != myListId) in wvAssembleSimplePAP()
492 wvTrace(("list: lsid in LST %d\n", ps->lst[i-1].lstf.lsid)); in wvAssembleSimplePAP()
495 if(i == ps->noofLST || ps->lst[i].lstf.lsid != myListId) in wvAssembleSimplePAP()
502 wvTrace(("is a simple list? %d - requested level %d\n", myLST->lstf.fSimpleList, apap->ilvl)); in wvAssembleSimplePAP()
503 if(myLST->lstf.fSimpleList) in wvAssembleSimplePAP()
H A Dlist.c271 (*lst)[(*noofLST) - 1].lstf.lsid = fakeid; in wvGetListEntryInfo()
386 if ((alst->lstf.fSimpleList) && (apap->ilvl)) in wvGetListEntryInfo()
H A Dwv.h955 int wvGetLSTF_PLCF (LSTF ** lstf, U32 ** pos, U32 * nolst, U32 offset,
1032 LSTF lstf; member
/dports/textproc/wv2/wv2-0.4.2/tests/
H A Dhelpertest.cpp92 for ( const Word97::LSTF* lstf = plf1.first(); lstf != 0; lstf = plf1.next() ) { in main() local
95 if ( lstf->lsid == lfo->lsid ) { in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3429 u32 rf_amode, rf_bmode = 0, lstf; in rtl8723a_phy_lc_calibrate() local
3432 lstf = rtl8xxxu_read32(priv, REG_OFDM1_LSTF); in rtl8723a_phy_lc_calibrate()
3434 if (lstf & OFDM_LSTF_MASK) { in rtl8723a_phy_lc_calibrate()
3436 val32 = lstf & ~OFDM_LSTF_MASK; in rtl8723a_phy_lc_calibrate()
3473 if (lstf & OFDM_LSTF_MASK) { in rtl8723a_phy_lc_calibrate()
3475 rtl8xxxu_write32(priv, REG_OFDM1_LSTF, lstf); in rtl8723a_phy_lc_calibrate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3429 u32 rf_amode, rf_bmode = 0, lstf; in rtl8723a_phy_lc_calibrate() local
3432 lstf = rtl8xxxu_read32(priv, REG_OFDM1_LSTF); in rtl8723a_phy_lc_calibrate()
3434 if (lstf & OFDM_LSTF_MASK) { in rtl8723a_phy_lc_calibrate()
3436 val32 = lstf & ~OFDM_LSTF_MASK; in rtl8723a_phy_lc_calibrate()
3473 if (lstf & OFDM_LSTF_MASK) { in rtl8723a_phy_lc_calibrate()
3475 rtl8xxxu_write32(priv, REG_OFDM1_LSTF, lstf); in rtl8723a_phy_lc_calibrate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3429 u32 rf_amode, rf_bmode = 0, lstf; in rtl8723a_phy_lc_calibrate() local
3432 lstf = rtl8xxxu_read32(priv, REG_OFDM1_LSTF); in rtl8723a_phy_lc_calibrate()
3434 if (lstf & OFDM_LSTF_MASK) { in rtl8723a_phy_lc_calibrate()
3436 val32 = lstf & ~OFDM_LSTF_MASK; in rtl8723a_phy_lc_calibrate()
3473 if (lstf & OFDM_LSTF_MASK) { in rtl8723a_phy_lc_calibrate()
3475 rtl8xxxu_write32(priv, REG_OFDM1_LSTF, lstf); in rtl8723a_phy_lc_calibrate()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.cpp2348 QFile lstf(listName); in worstReflections() local
5253 QFile lstf(listName); in loadLst() local
5255 if (lstf.open(QIODevice::ReadOnly|QIODevice::Text)){ in loadLst()
5264 lstf.close(); in loadLst()
14580 QFile lstf(listName); in quickReLoad() local
14581 if (lstf.open(QIODevice::ReadOnly|QIODevice::Text)){ in quickReLoad()
14582 QString liste=QString(lstf.readAll()); in quickReLoad()
14608 lstf.close(); in quickReLoad()
15413 QFile lstf(listName); in load_sheldrick() local
15415 QString liste=QString(lstf.readAll()); in load_sheldrick()
[all …]
/dports/math/maxima/maxima-5.43.2/src/
H A Dhypgeo.lisp3265 (hl (lstf index arg))
3561 (defun lstf (v z) function
/dports/editors/emacs-devel/emacs-4d1968b/leim/MISC-DIC/
H A Dziranma.cin24429 lstf ��˹�з�
/dports/editors/emacs/emacs-27.2/leim/MISC-DIC/
H A Dziranma.cin24429 lstf ��˹�з�