Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogramopt.c52 const GLuint origLen = vprog->Base.NumInstructions; in _mesa_insert_mvp_dp4_code() local
53 const GLuint newLen = origLen + 4; in _mesa_insert_mvp_dp4_code()
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen); in _mesa_insert_mvp_dp4_code()
106 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_dp4_code()
120 const GLuint origLen = vprog->Base.NumInstructions; in _mesa_insert_mvp_mad_code() local
121 const GLuint newLen = origLen + 4; in _mesa_insert_mvp_mad_code()
205 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen); in _mesa_insert_mvp_mad_code()
208 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_mad_code()
258 const GLuint origLen = fprog->Base.NumInstructions; in _mesa_append_fog_code() local
259 const GLuint newLen = origLen + 5; in _mesa_append_fog_code()
[all …]
Dprogram.c578 const GLuint origLen = prog->NumInstructions; in _mesa_insert_instructions() local
579 const GLuint newLen = origLen + count; in _mesa_insert_instructions()
608 origLen - start); in _mesa_insert_instructions()
611 _mesa_free_instructions(prog->Instructions, origLen); in _mesa_insert_instructions()
627 const GLuint origLen = prog->NumInstructions; in _mesa_delete_instructions() local
628 const GLuint newLen = origLen - count; in _mesa_delete_instructions()
657 _mesa_free_instructions(prog->Instructions, origLen); in _mesa_delete_instructions()
/external/icu/icu4c/source/common/
Dsimplepatternformatter.cpp58 int32_t origLen = *len; in appendTo() local
60 for (int32_t i = origLen + idLen - 1; i >= origLen; i--) { in appendTo()
65 *len = origLen + idLen; in appendTo()
/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()