Searched defs:IDX (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/liblzf-3.4/cs/
H A DCLZF.cs139 UInt32 IDX(UInt32 h) method in class:LZF.NET.CLZF
178 hslot = IDX (hval);
230 htab[IDX (hval)] = iidx;
234 htab[IDX (hval)] = iidx;
/vbox/src/libs/liblzf-3.4/
H A Dlzf_c.c55 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) macro
57 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
59 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
63 * IDX works because it is very similar to a multiplicative hash, e.g.
75 # define IDX(h) ((h) & (HSIZE - 1))
157 hslot = htab + IDX (hval);
249 htab[IDX (hval)] = ip;
254 htab[IDX (hval)] = ip;
263 htab[IDX (hval)] = ip;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_lighttmp.h31 #if IDX & LIGHT_TWOSIDE
64 #if IDX & LIGHT_TWOSIDE
79 #if IDX & LIGHT_TWOSIDE
93 #if IDX & LIGHT_MATERIAL
96 #if IDX & LIGHT_TWOSIDE
104 #if IDX & LIGHT_TWOSIDE
168 #if IDX & LIGHT_TWOSIDE
177 #if IDX & LIGHT_TWOSIDE
226 #if IDX & LIGHT_TWOSIDE
252 #if IDX
823 #undef IDX macro
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.h249 #define IDX BIT1 ///< Index macro

Completed in 70 milliseconds