Home
last modified time | relevance | path

Searched refs:origLen (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogramopt.c52 const GLuint origLen = vprog->arb.NumInstructions; in _mesa_insert_mvp_dp4_code() local
53 const GLuint newLen = origLen + 4; in _mesa_insert_mvp_dp4_code()
102 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen); in _mesa_insert_mvp_dp4_code()
119 const GLuint origLen = vprog->arb.NumInstructions; in _mesa_insert_mvp_mad_code() local
120 const GLuint newLen = origLen + 4; in _mesa_insert_mvp_mad_code()
203 _mesa_copy_instructions (newInst + 4, vprog->arb.Instructions, origLen); in _mesa_insert_mvp_mad_code()
255 const GLuint origLen = fprog->arb.NumInstructions; in _mesa_append_fog_code() local
256 const GLuint newLen = origLen + 5; in _mesa_append_fog_code()
281 _mesa_copy_instructions(newInst, fprog->arb.Instructions, origLen); in _mesa_append_fog_code()
Dprogram.c356 const GLuint origLen = prog->arb.NumInstructions; in _mesa_insert_instructions() local
357 const GLuint newLen = origLen + count; in _mesa_insert_instructions()
386 origLen - start); in _mesa_insert_instructions()
406 const GLuint origLen = prog->arb.NumInstructions; in _mesa_delete_instructions() local
407 const GLuint newLen = origLen - count; in _mesa_delete_instructions()
/external/pdfium/third_party/bigint/
DBigUnsigned.cc464 Index origLen = len; // Save real length. in divideWithRemainder() local
469 blk[origLen] = 0; // Zero the added block. in divideWithRemainder()
475 q.len = origLen - b.len + 1; in divideWithRemainder()
512 for (; k < origLen && borrowIn; k++) { in divideWithRemainder()