Searched refs:lucks (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dngram.c46 static int wstowrec(struct RkKxGram *gram, WCHAR_T *src, Wrec *dst, unsigned maxdst, unsigned *yomilen, unsigned *wlen, unsigned long *lucks);
48 static struct TW *RkWcand2Wrec(Wrec *key, struct RkWcand *wc, int nc, unsigned long *lucks);
270 wstowrec(struct RkKxGram *gram, WCHAR_T *src, Wrec *dst, unsigned maxdst, unsigned *yomilen, unsigned *wlen, unsigned long *lucks) argument
277 lucks[0] = lucks[1] = 0L;
297 lucks[step] = _RkGetTick(0) - frq;
415 unsigned long lucks[2]; local
427 &ylen, &wlen, lucks))) {
455 RkParseOWrec(struct RkKxGram *gram, WCHAR_T *src, unsigned char *dst, unsigned maxdst, unsigned long *lucks) argument
465 &ylen, &wlen, lucks);
601 _RkUparseWrec(struct RkKxGram *gram, Wrec *src, WCHAR_T *dst, int maxdst, unsigned long *lucks, int add) argument
697 RkUparseWrec(struct RkKxGram *gram, Wrec *src, WCHAR_T *dst, int maxdst, unsigned long *lucks) argument
776 RkWcand2Wrec(Wrec *key, struct RkWcand *wc, int nc, unsigned long *lucks) argument
867 RkSubtractWcand(struct RkWcand *wc1, int nc1, struct RkWcand *wc2, int nc2, unsigned long *lucks) argument
[all...]
H A Dtempdic.c235 else if (RkParseOWrec(gram, word, wrec, RK_LINE_BMAX * 10, tw.lucks)) {
442 RK_LINE_BMAX * sizeof(WCHAR_T), tn->tn_word->lucks, 1);
447 RK_LINE_BMAX * sizeof(WCHAR_T), tn->tn_word->lucks, 0)))
667 unsigned long lucks[2]; local
678 else if (!RkParseOWrec(gram, arg, wrec, TEMPDIC_WRECSIZE, lucks))
690 else if (!RkParseOWrec(gram, arg, wrec, TEMPDIC_WRECSIZE, lucks))
H A DRKintern.h845 unsigned long lucks[2];
982 int RkSubtractWcand(struct RkWcand *wc1, int nc1, struct RkWcand *wc2, int nc2, unsigned long *lucks);
987 WCHAR_T *_RkUparseWrec(struct RkKxGram *gram, Wrec *src, WCHAR_T *dst, int maxdst, unsigned long *lucks, int add);
989 Wrec *RkParseOWrec(struct RkKxGram *gram, WCHAR_T *src, unsigned char *dst, unsigned maxdst, unsigned long *lucks);
1158 WCHAR_T *RkUparseWrec(struct RkKxGram *gram, Wrec *src, WCHAR_T *dst, int maxdst, unsigned long *lucks);
H A Dpermdic.c591 unsigned long lucks[2]; local
623 if (RkParseOWrec(gram, arg, wrec, PERM_WRECSIZE, lucks)) {
H A Dnword.c482 wrds->nw_prio = ((struct TW *)thisCache->nc_address)->lucks[num];
1981 ((struct TW *)thisCache->nc_address)->lucks[1]
1982 = ((struct TW *)thisCache->nc_address)->lucks[0];
1988 ((struct TW *)thisCache->nc_address)->lucks[0] = cx->time;
H A Ddic.c917 if (RkUparseWrec(gram, vtn->tn_word->word, line, size, vtn->tn_word->lucks)) {

Completed in 112 milliseconds