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

  /frameworks/base/graphics/java/android/graphics/
Color.java 130 final float vtemp = (float) (V - temp); local
131 final float cr = (V - r) / vtemp;
132 final float cg = (V - g) / vtemp;
133 final float cb = (V - b) / vtemp;
  /external/mksh/src/
var.c 41 static struct tbl vtemp; variable in typeref:struct:tbl
235 vp = &vtemp;
304 vp = &vtemp;
455 struct tbl *vp = &vtemp;
762 return (&vtemp);
    [all...]
  /external/libpcap/
gencode.c 4179 bpf_int32 vtemp; local
4282 bpf_int32 vtemp; local
    [all...]

Completed in 141 milliseconds