OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldmax
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
reflist.c
73
int
oldmax
= l->max;
local
77
if (
oldmax
== 1) {
78
oldmax
= 0;
83
newmax =
oldmax
;
/bootable/recovery/minadbd/
fdevent.c
435
int
oldmax
= fd_table_max;
local
450
memset(fd_table +
oldmax
, 0, sizeof(int) * (fd_table_max -
oldmax
));
/system/core/adb/
fdevent.c
435
int
oldmax
= fd_table_max;
local
450
memset(fd_table +
oldmax
, 0, sizeof(int) * (fd_table_max -
oldmax
));
sysdeps_win32.c
1755
int
oldmax
= fd_table_max;
local
[
all
...]
Completed in 54 milliseconds