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

  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 274 int[] newv = new int[size * 3 / 2 + 10]; local
275 System.arraycopy(values, 0, newv, 0, size);
276 values = newv;
  /dalvik/dx/src/com/android/dx/util/
IntList.java 274 int[] newv = new int[size * 3 / 2 + 10]; local
275 System.arraycopy(values, 0, newv, 0, size);
276 values = newv;
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntList.java 274 int[] newv = new int[size * 3 / 2 + 10]; local
275 System.arraycopy(values, 0, newv, 0, size);
276 values = newv;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 122 #define SET_SWZ(swz, idx, newv) \
124 (swz) = ((swz) & ~(7 << ((idx)*3))) | ((newv) << ((idx)*3)); \
radeon_pair_schedule.c 1212 struct reg_value * newv; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 122 #define SET_SWZ(swz, idx, newv) \
124 (swz) = ((swz) & ~(7 << ((idx)*3))) | ((newv) << ((idx)*3)); \
radeon_pair_schedule.c 1212 struct reg_value * newv; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 80 float *newv = dst->data[attr]; local
83 newv[i] = val0[i] + t * (val1[i] - val0[i]);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 80 float *newv = dst->data[attr]; local
83 newv[i] = val0[i] + t * (val1[i] - val0[i]);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 165 T newv = ~(cmp & op); local
166 T cur = __sync_val_compare_and_swap(v, cmp, newv);

Completed in 401 milliseconds