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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-pcrel1.s 17 move.d [pc+y-(y00-2)],r3
18 y00: label
rd-pcrel1.d 16 0+58 <y00>:
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 349 int y00 = (int) (buf0.get(offsetY) & 255); local
351 int green00 = y00 + greenDiff;
352 int blue00 = y00 + blueDiff;
353 int red00 = y00 + redDiff;
649 int y00 = (int) (bufY.get(offsetY) & 255); local
651 int green00 = y00 + greenDiff;
652 int blue00 = y00 + blueDiff;
653 int red00 = y00 + redDiff;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 892 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 602 long y00 = y & M; local
603 c += xVal * y00 + (z[zOff + 0] & M);
607 c += xVal * y01 + y00 + (z[zOff + 1] & M);
Nat224.java 680 long y00 = y & M; local
681 c += xVal * y00 + (z[zOff + 0] & M);
685 c += xVal * y01 + y00 + (z[zOff + 1] & M);
    [all...]
Nat256.java 813 long y00 = y & M; local
814 c += xVal * y00 + (z[zOff + 0] & M);
818 c += xVal * y01 + y00 + (z[zOff + 1] & M);
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 953 milliseconds