OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newmax
(Results
1 - 7
of
7
) sorted by null
/external/bison/lib/
getdtablesize.c
31
_setmaxstdio_nothrow (int
newmax
)
37
result = _setmaxstdio (
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 313 milliseconds