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

  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.h 116 #define rnext(a) rotinv(onext(rot(a))) macro
  /external/toybox/lib/
lib.c 245 struct string_list *rnext; local
248 rnext = xmalloc(sizeof(void *) + strlen(filename)
250 if (!len) sprintf(rnext->str, "%s/%s", cwd, filename);
252 char *res = rnext->str;
261 if (!stat(rnext->str, &st) && S_ISREG(st.st_mode)) {
262 *prlist = rnext;
263 rnext->next = NULL;
264 prlist = &(rnext->next);
265 } else free(rnext);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 116 #define rnext(a) rotinv(onext(rot(a))) macro
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 121 VGint rnext = 5 * (i + 1); local
122 VGfloat delta = 1.f/(ramp_stops[rnext] - ramp_stops[rcur]);
123 while (fpos < ramp_stops[rnext] && pos < size) {
127 VGuint next_color = float4_to_argb(ramp_stops + rnext + 1);

Completed in 1897 milliseconds