Home
last modified time | relevance | path

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

/external/libevent/WIN32-Code/nmake/event2/
Devent-config.h315 #define EVENT__SIZEOF_SIZE_T 8 macro
317 #define EVENT__SIZEOF_SIZE_T 4 macro
/external/libevent/include/event2/
Devent-config-darwin.h19 # define EVENT__SIZEOF_SIZE_T 8 macro
21 # define EVENT__SIZEOF_SIZE_T 4 macro
Devent-config-bionic.h19 # define EVENT__SIZEOF_SIZE_T 8 macro
21 # define EVENT__SIZEOF_SIZE_T 4 macro
Devent-config-linux.h19 # define EVENT__SIZEOF_SIZE_T 8 macro
21 # define EVENT__SIZEOF_SIZE_T 4 macro
Dutil.h275 #if EVENT__SIZEOF_SIZE_T == 8
278 #elif EVENT__SIZEOF_SIZE_T == 4
/external/libevent/
Devbuffer-internal.h158 #if EVENT__SIZEOF_OFF_T < EVENT__SIZEOF_SIZE_T
163 #if EVENT__SIZEOF_OFF_T > EVENT__SIZEOF_SIZE_T
Dutil-internal.h434 #if (EVENT__SIZEOF_SIZE_T <= EVENT__SIZEOF_LONG)