HomeSort by relevance Sort by last modified time
    Searched refs:lenA (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mul2add.c 43 unsigned bitbufA, bitbufB, lenA, lenB, len, x, y, nA, nB, nibble;
68 lenA = mp_unsigned_bin_size(kA);
70 len = MAX(lenA, lenB);
73 if ((lenA > ECC_BUF_SIZE) || (lenB > ECC_BUF_SIZE)) {
79 mp_to_unsigned_bin(kA, (len - lenA) + tA);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 729 const GLuint lenA = progA->NumInstructions - 1; /* omit END instr */
732 const GLuint newLength = lenA + lenB;
744 _mesa_copy_instructions(newInst, progA->Instructions, lenA);
745 _mesa_copy_instructions(newInst + lenA, progB->Instructions, lenB);
749 newInst[lenA + i].BranchTarget += lenA;
815 replace_registers(newInst, lenA,
819 replace_registers(newInst + lenA, lenB,
844 adjust_param_indexes(newInst + lenA, lenB, numParamsA);
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 729 const GLuint lenA = progA->NumInstructions - 1; /* omit END instr */
732 const GLuint newLength = lenA + lenB;
744 _mesa_copy_instructions(newInst, progA->Instructions, lenA);
745 _mesa_copy_instructions(newInst + lenA, progB->Instructions, lenB);
749 newInst[lenA + i].BranchTarget += lenA;
815 replace_registers(newInst, lenA,
819 replace_registers(newInst + lenA, lenB,
844 adjust_param_indexes(newInst + lenA, lenB, numParamsA);
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 87 milliseconds