Searched refs:ks (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtstringset.c48 char *ks, tmp[16]; /* max 7-digit numbers */ local
78 if(!(ks = (char*)dtsearch(dt,tmp)) )
86 { if(!(ks = (char*)dtsearch(dt,Key[i])) )
88 if(strcmp(ks,Key[i]) == 0)
97 if(!(ks = (char*)dtsearch(dt,tmp)) )
99 if(strcmp(ks,tmp) == 0)
108 if(!(ks = (char*)dtsearch(dt,tmp)) )
110 if(strcmp(ks,tmp) == 0)
/ast/src/lib/libvcodex/
H A Dvclzparse.c86 static Vchash_t fkhash(Hash_t* hs, Vcchar_t* ks, Vcchar_t* cm) argument
88 static Vchash_t fkhash(hs, ks, cm)
90 Vcchar_t* ks; /* string to compute hash key */
96 ky = cm ? cm[ks[0]] : ks[0];
98 ky = ky*ALPHA + (cm ? cm[ks[k]] : ks[k]);
102 #define fknext(cf,ks,ns,ky) (((ky) - (ks)[0]*(cf) )*ALPHA + (ns)[0] )
103 #define fknextm(cf,ks,n
106 rkhash(Hash_t* hs, Vcchar_t* ks, Vcchar_t* cm) argument
204 Vcchar_t *ks, *ns, *ts, *et, *sm, *em; local
[all...]

Completed in 24 milliseconds