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

  /external/bison/lib/
getdtablesize.c 31 _setmaxstdio_nothrow (int newmax)
37 result = _setmaxstdio (newmax);
  /external/qemu/android/utils/
reflist.c 74 int newmax; local
83 newmax = oldmax;
84 while (newmax < newcount)
85 newmax += (newmax >> 1) + 4;
87 AARRAY_RENEW(items, newmax);
93 l->max = (uint16_t) newmax;
  /external/e2fsprogs/e2fsck/
profile_helpers.c 91 int newmax; local
94 newmax = list->max + 10;
95 newlist = realloc(list->list, newmax * sizeof(char *));
98 list->max = newmax;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_sanity.c 738 int newmax = (data > reg->vmax); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_sanity.c 460 int newmax = (data > reg->vmax); local
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
470 else if (newmax) {
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 738 int newmax = (data > reg->vmax); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 460 int newmax = (data > reg->vmax); local
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
470 else if (newmax) {
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
    [all...]
  /external/libvorbis/lib/
psytune.c 236 float ampmax=-9999,newmax; local

Completed in 83 milliseconds