HomeSort by relevance Sort by last modified time
    Searched defs:vtemp (Results 1 - 3 of 3) 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/libpcap/
gencode.c 4179 bpf_int32 vtemp; local
4282 bpf_int32 vtemp; local
    [all...]
  /external/mksh/src/
sh.h 1120 EXTERN struct tbl vtemp; variable in typeref:struct:tbl
    [all...]

Completed in 370 milliseconds