Home
last modified time | relevance | path

Searched refs:WIN32_FH_BASE (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsysdeps_win32.c115 #define WIN32_FH_BASE 100 macro
128 fd -= WIN32_FH_BASE; in _fh_from_int()
131 D( "_fh_from_int: invalid fd %d\n", fd + WIN32_FH_BASE ); in _fh_from_int()
139 D( "_fh_from_int: invalid fd %d\n", fd + WIN32_FH_BASE ); in _fh_from_int()
152 return (int)(f - _win32_fhs) + WIN32_FH_BASE; in _fh_to_int()
1326 fdevent* fde = fd_table[ fd - WIN32_FH_BASE ]; in event_hook_signal()
1559 int fd = fde->fd - WIN32_FH_BASE; in fdevent_register()
1589 int fd = fde->fd - WIN32_FH_BASE; in fdevent_unregister()