HomeSort by relevance Sort by last modified time
    Searched refs:EVENT__SIZEOF_SIZE_T (Results 1 - 7 of 7) sorted by null

  /external/libevent/WIN32-Code/nmake/event2/
event-config.h 315 #define EVENT__SIZEOF_SIZE_T 8
317 #define EVENT__SIZEOF_SIZE_T 4
  /external/libevent/include/event2/
event-config-bionic.h 19 # define EVENT__SIZEOF_SIZE_T 8
21 # define EVENT__SIZEOF_SIZE_T 4
event-config-darwin.h 19 # define EVENT__SIZEOF_SIZE_T 8
21 # define EVENT__SIZEOF_SIZE_T 4
event-config-linux.h 19 # define EVENT__SIZEOF_SIZE_T 8
21 # define EVENT__SIZEOF_SIZE_T 4
util.h 275 #if EVENT__SIZEOF_SIZE_T == 8
278 #elif EVENT__SIZEOF_SIZE_T == 4
  /external/libevent/
evbuffer-internal.h 158 #if EVENT__SIZEOF_OFF_T < EVENT__SIZEOF_SIZE_T
163 #if EVENT__SIZEOF_OFF_T > EVENT__SIZEOF_SIZE_T
util-internal.h 434 #if (EVENT__SIZEOF_SIZE_T <= EVENT__SIZEOF_LONG)

Completed in 7452 milliseconds