Searched defs:lenB (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dprogram.c730 const GLuint lenB = progB->NumInstructions; local
732 const GLuint newLength = lenA + lenB;
745 _mesa_copy_instructions(newInst + lenA, progB->Instructions, lenB);
748 for (i = 0; i < lenB; i++) {
819 replace_registers(newInst + lenA, lenB,
844 adjust_param_indexes(newInst + lenA, lenB, numParamsA);
/external/valgrind/memcheck/
H A Dmc_main.c1549 SizeT lenA, lenB, len_to_next_secmap; local
1628 // sec-map (lenA), and the rest (lenB); lenT == lenA + lenB.
1635 lenB = 0;
1641 lenB = lenT;
1647 lenB = lenT - lenA;
1702 if (lenB == 0)
1710 // Nb: we can reach here with lenB < SM_SIZE
1713 if (lenB < SM_SIZE) break;
1727 lenB
[all...]

Completed in 155 milliseconds