HomeSort by: relevance | last modified time | path
    Searched refs:EVENT__SIZEOF_SIZE_T (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/libevent/dist/WIN32-Code/nmake/event2/
event-config.h 313 #define EVENT__SIZEOF_SIZE_T 8
315 #define EVENT__SIZEOF_SIZE_T 4
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/nmake/event2/
event-config.h 314 #define EVENT__SIZEOF_SIZE_T 8
316 #define EVENT__SIZEOF_SIZE_T 4
  /src/external/bsd/libevent/include/event2/
event-config.h 499 #define EVENT__SIZEOF_SIZE_T 8
501 #define EVENT__SIZEOF_SIZE_T 4
  /src/external/bsd/libevent/dist/
evbuffer-internal.h 160 #if EVENT__SIZEOF_OFF_T < EVENT__SIZEOF_SIZE_T
165 #if EVENT__SIZEOF_OFF_T > EVENT__SIZEOF_SIZE_T
event-config.h.cmake 474 #define EVENT__SIZEOF_SIZE_T @EVENT__SIZEOF_SIZE_T@
util-internal.h 492 #if (EVENT__SIZEOF_SIZE_T <= EVENT__SIZEOF_LONG)
CMakeLists.txt 588 CHECK_TYPE_SIZE(size_t EVENT__SIZEOF_SIZE_T)
589 if(NOT EVENT__SIZEOF_SIZE_T)
591 set(EVENT__SIZEOF_SIZE_T ${EVENT__SIZEOF_UNSIGNED})
  /src/external/bsd/ntp/dist/sntp/libevent/
evbuffer-internal.h 160 #if EVENT__SIZEOF_OFF_T < EVENT__SIZEOF_SIZE_T
165 #if EVENT__SIZEOF_OFF_T > EVENT__SIZEOF_SIZE_T
event-config.h.cmake 474 #define EVENT__SIZEOF_SIZE_T @EVENT__SIZEOF_SIZE_T@
util-internal.h 492 #if (EVENT__SIZEOF_SIZE_T <= EVENT__SIZEOF_LONG)
CMakeLists.txt 588 CHECK_TYPE_SIZE(size_t EVENT__SIZEOF_SIZE_T)
589 if(NOT EVENT__SIZEOF_SIZE_T)
591 set(EVENT__SIZEOF_SIZE_T ${EVENT__SIZEOF_UNSIGNED})
  /src/external/bsd/libevent/dist/include/event2/
util.h 275 #if EVENT__SIZEOF_SIZE_T == 8
278 #elif EVENT__SIZEOF_SIZE_T == 4
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
util.h 275 #if EVENT__SIZEOF_SIZE_T == 8
278 #elif EVENT__SIZEOF_SIZE_T == 4

Completed in 35 milliseconds