Lines Matching refs:actbl
287 mov ebp, POINTER [esp+actbl] ; ebp = actbl
300 mov eax, INT [ebp + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0];
301 movzx ecx, byte [ebp + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0];
313 mov eax, INT [ebp + ecx * 4] ; code = actbl->ehufco[temp3];
314 movzx ecx, byte [ebp + ecx + 1024] ; size = actbl->ehufsi[temp3];
368 mov eax, INT [ebp + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0];
369 movzx ecx, byte [ebp + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0];
381 mov eax, INT [ebp + ecx * 4] ; code = actbl->ehufco[temp3];
382 movzx ecx, byte [ebp + ecx + 1024] ; size = actbl->ehufsi[temp3];
403 mov eax, INT [ebp] ; code = actbl->ehufco[0];
404 movzx ecx, byte [ebp + 1024] ; size = actbl->ehufsi[0];