Searched refs:origLen (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/program/
H A Dprogramopt.c52 const GLuint origLen = vprog->Base.NumInstructions; local
53 const GLuint newLen = origLen + 4;
103 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
106 _mesa_free_instructions(vprog->Base.Instructions, origLen);
120 const GLuint origLen = vprog->Base.NumInstructions; local
121 const GLuint newLen = origLen + 4;
205 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);
208 _mesa_free_instructions(vprog->Base.Instructions, origLen);
258 const GLuint origLen = fprog->Base.NumInstructions; local
259 const GLuint newLen = origLen
[all...]
H A Dprogram.c578 const GLuint origLen = prog->NumInstructions; local
579 const GLuint newLen = origLen + count;
608 origLen - start);
611 _mesa_free_instructions(prog->Instructions, origLen);
627 const GLuint origLen = prog->NumInstructions; local
628 const GLuint newLen = origLen - count;
657 _mesa_free_instructions(prog->Instructions, origLen);
/external/pdfium/third_party/bigint/
H A DBigUnsigned.cc464 Index origLen = len; // Save real length. local
469 blk[origLen] = 0; // Zero the added block.
475 q.len = origLen - b.len + 1;
512 for (; k < origLen && borrowIn; k++) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 122 milliseconds