Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Devent-config-bionic.h18 # define _EVENT_SIZEOF_SIZE_T 8 macro
20 # define _EVENT_SIZEOF_SIZE_T 4 macro
Devent-config-darwin.h18 # define _EVENT_SIZEOF_SIZE_T 8 macro
20 # define _EVENT_SIZEOF_SIZE_T 4 macro
Devent-config-linux.h18 # define _EVENT_SIZEOF_SIZE_T 8 macro
20 # define _EVENT_SIZEOF_SIZE_T 4 macro
Dutil.h237 #if _EVENT_SIZEOF_SIZE_T == 8
240 #elif _EVENT_SIZEOF_SIZE_T == 4
/external/libevent/
Devbuffer-internal.h156 #if _EVENT_SIZEOF_OFF_T < _EVENT_SIZEOF_SIZE_T
161 #if _EVENT_SIZEOF_OFF_T > _EVENT_SIZEOF_SIZE_T
Dutil-internal.h310 #if (_EVENT_SIZEOF_SIZE_T <= _EVENT_SIZEOF_LONG)
DChangeLog1035 o Try to define a sane _EVENT_SIZEOF_SIZE_T for msvc compilation (1e14f82)