Searched refs:IDX (Results 1 – 9 of 9) sorted by relevance
/external/liblzf/ |
D | lzf_c.c | 51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) macro 53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro 55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro 71 # define IDX(h) ((h) & (HSIZE - 1)) 145 hslot = htab + IDX (hval); in lzf_compress() 236 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress() 241 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress() 250 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
|
D | Changes | 84 - make FRST, NEXT IDX overridable if lzf_c.c is directly included
|
/external/mesa3d/src/glsl/ |
D | glsl_types.cpp | 315 #define IDX(c,r) (((c-1)*3) + (r-1)) in get_instance() macro 317 switch (IDX(columns, rows)) { in get_instance() 318 case IDX(2,2): return mat2_type; in get_instance() 319 case IDX(2,3): return mat2x3_type; in get_instance() 320 case IDX(2,4): return mat2x4_type; in get_instance() 321 case IDX(3,2): return mat3x2_type; in get_instance() 322 case IDX(3,3): return mat3_type; in get_instance() 323 case IDX(3,4): return mat3x4_type; in get_instance() 324 case IDX(4,2): return mat4x2_type; in get_instance() 325 case IDX(4,3): return mat4x3_type; in get_instance() [all …]
|
/external/liblzf/src/org/liblzf/ |
D | CLZF.java | 139 static int IDX(int h) in IDX() method in CLZF 178 hslot = IDX (hval); in lzf_compress() 230 htab[IDX (hval)] = iidx; in lzf_compress() 234 htab[IDX (hval)] = iidx; in lzf_compress()
|
/external/liblzf/cs/ |
D | CLZF.cs | 139 UInt32 IDX(UInt32 h) in IDX() method in LZF.NET.CLZF 178 hslot = IDX (hval); in lzf_compress() 230 htab[IDX (hval)] = iidx; in lzf_compress() 234 htab[IDX (hval)] = iidx; in lzf_compress()
|
/external/llvm/lib/VMCore/ |
D | BasicBlock.cpp | 321 int IDX = PN->getBasicBlockIndex(this); in splitBasicBlock() local 322 while (IDX != -1) { in splitBasicBlock() 323 PN->setIncomingBlock((unsigned)IDX, New); in splitBasicBlock() 324 IDX = PN->getBasicBlockIndex(this); in splitBasicBlock()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_tiled_model.c | 43 #define IDX(col, row, rowspan) (col + (row * rowspan)) macro
|
D | ewk_tiled_backing_store.c | 34 #define IDX(col, row, rowspan) (col + (row * rowspan)) macro
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 1898 ��y@�L�/�48-;�.��muA4XF.$ '�M�_Qohjm�i{\HILQs=N7=DOX^LSgW�lniG4:[FHJPoCGE@IDXS0�$CM1^2��…
|