Searched refs:newmax (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dgetdtablesize.c31 _setmaxstdio_nothrow (int newmax) argument
37 result = _setmaxstdio (newmax);
/external/qemu/android/utils/
H A Dreflist.c74 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/
H A Dprofile_helpers.c91 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/
H A Dr200_sanity.c738 int newmax = (data > reg->vmax); local
740 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
748 else if (newmax) {
759 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c460 int newmax = (data > reg->vmax); local
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
470 else if (newmax) {
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c738 int newmax = (data > reg->vmax); local
740 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
748 else if (newmax) {
759 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c460 int newmax = (data > reg->vmax); local
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
470 else if (newmax) {
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
/external/libvorbis/lib/
H A Dpsytune.c236 float ampmax=-9999,newmax; local

Completed in 5900 milliseconds