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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 100 final float vtemp = V - temp; local
101 final float cr = (V - r) / vtemp;
102 final float cg = (V - g) / vtemp;
103 final float cb = (V - b) / vtemp;
  /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;
    [all...]
eval.c 400 if (x.var == &vtemp) {
    [all...]
sh.h 1121 EXTERN struct tbl vtemp; variable in typeref:struct:tbl
    [all...]
  /external/libpcap/
gencode.c 5215 bpf_int32 vtemp; local
5317 bpf_int32 vtemp; local
    [all...]

Completed in 114 milliseconds