search for: btabl

Displaying 2 results from an estimated 2 matches for "btabl".

Did you mean: btable
2014 Jan 24
3
[LLVMdev] RFC: Using hashing for switch statements
...r. For large label sets the chance to find such a function is very small; the applicability is therefore reduced to quite small sets. Minimal perfect hashing is usually not achievable. Why Jenkins' hashing? Jenkins' hashing produces very fast and compact code and needs one extra table (BTable) with usually less elements than n; the elements itself are unsigned integers which can become as high N-1. The code first generates two hash values h1=f1(x) and h2=f2(x) where f1 and f2 limit their range by shifting or masking, then the final hash as h = h1 ^ BTable[h1]. Minimal perfect hashin...
2008 Jul 11
0
Wine release 1.1.1
...ords and lines. richedit: Implemented paragraph selection. richedit: Implemented triple click selection. richedit: Hide cursor when text is selected. richedit: Removed unused variable bCaretShown in ME_TextEditor. richedit: PFE_TABLE flag is now used instead of private bTable value. richedit: Set the default paragraph format consistently. richedit: Fixed 2 minor paragraph format effect errors. richedit: Prevented cursor flicker while moving over selection bar. richedit: Added more conditional cursor changes. richedit: Removed redundant wra...