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

  /frameworks/base/graphics/java/android/graphics/
Color.java 131 final float vtemp = (float) (V - temp); local
132 final float cr = (V - r) / vtemp;
133 final float cg = (V - g) / vtemp;
134 final float cb = (V - b) / vtemp;
  /external/mksh/src/
var.c 235 vp = &vtemp;
305 vp = &vtemp;
459 struct tbl *vp = &vtemp;
774 return (&vtemp);
    [all...]
eval.c 382 if (x.var == &vtemp) {
    [all...]
sh.h 1120 EXTERN struct tbl vtemp; variable in typeref:struct:tbl
    [all...]
  /external/libpcap/
gencode.c 4179 bpf_int32 vtemp; local
4282 bpf_int32 vtemp; local
    [all...]

Completed in 155 milliseconds