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

  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 28 int y10 = -1.2F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from -1.2 to -1}} local
explicit.cpp 88 const Y y10{z}; // expected-error {{excess elements}}
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 418 int y10 = (int) (buf0.get(offsetY + yByteStride) & 255); local
419 int green10 = y10 + greenDiff;
420 int blue10 = y10 + blueDiff;
421 int red10 = y10 + redDiff;
709 int y10 = (int) (bufY.get(offsetY + yByteStride) & 255); local
710 int green10 = y10 + greenDiff;
711 int blue10 = y10 + blueDiff;
712 int red10 = y10 + redDiff;
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 252 int y10 = 4; local
274 ++y10;
338 (void)y10;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 892 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; local
    [all...]

Completed in 110 milliseconds