Searched defs:Key (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/tests/cdt/ |
H A D | tstringset.c | 40 static char Key[N_OBJ][8]; /* max 7-digit numbers */ variable 62 sprintf(Key[i], Pat, Perm[i]); 72 { dtinsert(dt, Key[i]); 86 { if(!(ks = (char*)dtsearch(dt,Key[i])) ) 87 terror("Not finding '%s'", Key[i]); 88 if(strcmp(ks,Key[i]) == 0) 98 terror("Not finding '%s'", Key[i]);
|
/ast/src/lib/libast/sfio/ |
H A D | sftmp.c | 241 static ulong Key, A; local 245 if(Key == 0) 246 Key = (A >> 16) | ((A&0xffff)<<16); 247 A ^= Key; 252 Key = A*Key + 987654321; 254 Tmpcur[0], (Key>>15)&0x7fff, Key&0x7fff);
|
Completed in 8 milliseconds